From 051046070400a3e3f3ea5e9675830386e1919a0d Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 24 Dec 2024 18:39:23 +0100 Subject: --wip-- [skip ci] --- modules/by-name/ng/nginx/module.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'modules/by-name/ng/nginx/module.nix') diff --git a/modules/by-name/ng/nginx/module.nix b/modules/by-name/ng/nginx/module.nix index 9c77652..30406fe 100644 --- a/modules/by-name/ng/nginx/module.nix +++ b/modules/by-name/ng/nginx/module.nix @@ -57,15 +57,15 @@ in { services.nginx = { enable = true; # The merge here is fine, as no domain should be specified twice - virtualHosts = - { - "gallery.s-schoeffel.de" = { - forceSSL = true; - enableACME = true; - root = "/srv/gallery.s-schoeffel.de"; - }; - } - // redirects; + #virtualHosts = + # { + # "gallery.s-schoeffel.de" = { + # forceSSL = true; + # enableACME = true; + # root = "/srv/gallery.s-schoeffel.de"; + # }; + # } + # // redirects; }; }; } -- cgit 1.4.1