From 2775954be3f29cbb7e17fb84dd5f5797b7e5c38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=BCbner?= Date: Tue, 29 Jul 2025 15:25:15 +0200 Subject: [PATCH] Comment ip nginx setting --- dev_system.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dev_system.nix b/dev_system.nix index 58e066b..cd457dd 100644 --- a/dev_system.nix +++ b/dev_system.nix @@ -73,15 +73,15 @@ in }; }; - nginx = { - enable = true; - virtualHosts = { - "88.99.218.181" = { - forceSSL = true; - enableACME = true; - locations."/".proxyPass = "http://localhost:28080"; - }; - }; - }; + # nginx = { + # enable = true; + # virtualHosts = { + # "88.99.218.181" = { + # forceSSL = true; + # enableACME = true; + # locations."/".proxyPass = "http://localhost:28080"; + # }; + # }; + # }; }; }