From 5b8559f254315f7d8fd60e98af88507e537026b4 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 20 Sep 2025 20:04:19 +0300 Subject: [PATCH] 123 --- nixosModules/vds/nginx.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/nixosModules/vds/nginx.nix b/nixosModules/vds/nginx.nix index 6d91f5c..4732bed 100755 --- a/nixosModules/vds/nginx.nix +++ b/nixosModules/vds/nginx.nix @@ -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}:8890"; + # proxyWebsockets = true; # onlyoffice uses websockets + # }; + # extraConfig = '' + # client_max_body_size 5G; + # ''; + # }; "collabora.zeroq.ru" = { enableACME = true; forceSSL = true;