From 0396ffef4e5f4d70b1df2654864c48f6cd6249e2 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 24 Sep 2025 19:31:56 +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 663929c..dfc35aa 100755 --- a/nixosModules/server/nginx.nix +++ b/nixosModules/server/nginx.nix @@ -27,20 +27,20 @@ } ]; }; - "localhost:3002" = { - forceSSL = false; - enableACME = false; - listen = [ - { - addr = "100.64.0.0"; - port = 3002; - } - { - addr = "192.168.1.20"; - port = 3002; - } - ]; - }; + # "localhost:3002" = { + # forceSSL = false; + # enableACME = false; + # listen = [ + # { + # addr = "100.64.0.0"; + # port = 3002; + # } + # { + # addr = "192.168.1.20"; + # port = 3002; + # } + # ]; + # }; # "trilium" = { # forceSSL = false; # enableACME = false;