fix: enable nextcloud websocket for live collab
This commit is contained in:
parent
1825067fa7
commit
db8e60b7c9
1 changed files with 1 additions and 0 deletions
1
void.nix
1
void.nix
|
|
@ -405,6 +405,7 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
"nextcloud.005540.xyz" = {
|
"nextcloud.005540.xyz" = {
|
||||||
|
locations."/".proxyWebsockets = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue