From 518e7392352992ef69c70307ca437f60ea994ec1 Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 23 Sep 2025 19:31:52 +0300 Subject: [PATCH] 123 --- nixosModules/server/nginx.nix | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/nixosModules/server/nginx.nix b/nixosModules/server/nginx.nix index 4c13a63..5b150ef 100755 --- a/nixosModules/server/nginx.nix +++ b/nixosModules/server/nginx.nix @@ -41,20 +41,20 @@ # } # ]; # }; - "localhost:9980" = { - forceSSL = false; - enableACME = false; - listen = [ - { - addr = "100.64.0.0"; - port = 9980; - } - { - addr = "192.168.1.20"; - port = 9980; - } - ]; - }; + # "localhost:9980" = { + # forceSSL = false; + # enableACME = false; + # listen = [ + # { + # addr = "100.64.0.0"; + # port = 9980; + # } + # { + # addr = "192.168.1.20"; + # port = 9980; + # } + # ]; + # }; # "localhost:5230" = { # forceSSL = false; # enableACME = false;