From d042a27532d48d0e254660f5240e8c54268ec989 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 20 Sep 2025 20:29:24 +0300 Subject: [PATCH] 123 --- nixosModules/vds/nginx.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/nixosModules/vds/nginx.nix b/nixosModules/vds/nginx.nix index 60bd4ef..caaa6ac 100755 --- a/nixosModules/vds/nginx.nix +++ b/nixosModules/vds/nginx.nix @@ -119,17 +119,6 @@ in # }; }; }; - caddy = { - enable = true; - virtualHosts = { - "collabora.zeroq.ru".extraConfig = '' - reverse_proxy http://100.64.0.0:8890 { - # Required to circumvent bug of Onlyoffice loading mixed non-https content - header_up X-Forwarded-Proto https - } - ''; - }; -}; }; security.acme = { acceptTerms = true;