This commit is contained in:
2025-09-23 23:30:12 +03:00
parent 8ff84c3c87
commit 97fabb65e9
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -21,11 +21,12 @@ in
forceSSL = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:8000";
proxyPass = "http://${server}:8999";
proxyWebsockets = true; # onlyoffice uses websockets
};
extraConfig = ''
client_max_body_size 5G;
absolute_redirect off;
'';
};
"collabora.zeroq.ru" = {