This commit is contained in:
2025-09-23 22:28:16 +03:00
parent 7475939293
commit f6b25335ec
3 changed files with 47 additions and 44 deletions
+12 -12
View File
@@ -16,18 +16,18 @@ in
recommendedProxySettings = true;
recommendedTlsSettings = true;
virtualHosts = {
# "office.zeroq.ru" = {
# enableACME = true;
# forceSSL = true;
# kTLS = true;
# locations."/" = {
# proxyPass = "http://${server}:8890";
# proxyWebsockets = true; # onlyoffice uses websockets
# };
# extraConfig = ''
# client_max_body_size 5G;
# '';
# };
"office.zeroq.ru" = {
enableACME = true;
forceSSL = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:8000";
proxyWebsockets = true; # onlyoffice uses websockets
};
extraConfig = ''
client_max_body_size 5G;
'';
};
"collabora.zeroq.ru" = {
enableACME = true;
forceSSL = true;