This commit is contained in:
2025-09-23 22:12:38 +03:00
parent df659b8a4c
commit 7475939293
5 changed files with 73 additions and 87 deletions
+1 -8
View File
@@ -34,15 +34,8 @@ in
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:9980";
proxyWebsockets = true; # collabora uses websockets
proxyWebsockets = true;
};
# listen = [
# {
# addr = "0.0.0.0";
# port = 443;
# ssl = true;
# }
# ];
#proxy_set_header X-Forwarded-Proto https;
extraConfig = ''
client_max_body_size 5G;