This commit is contained in:
2025-09-23 21:19:09 +03:00
parent 00d9293d53
commit 3e08829d22
2 changed files with 15 additions and 3 deletions
+13 -1
View File
@@ -54,7 +54,19 @@ in
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:5230";
proxyWebsockets = true; # collabora uses websockets
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
'';
};
"trilium.zeroq.ru" = {
enableACME = true;
forceSSL = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:11000";
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;