From 60f5d20cbe94dc7cb89f5e82baf482352e24f108 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:15:52 +0200 Subject: [PATCH] Update Former-commit-id: 939597dd90a8e8c113e3d9ee80a5da278cac2617 --- hosts/modules/server/nginx.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/modules/server/nginx.nix b/hosts/modules/server/nginx.nix index e26e4c0e..15896e34 100644 --- a/hosts/modules/server/nginx.nix +++ b/hosts/modules/server/nginx.nix @@ -9,8 +9,6 @@ # test services.nginx.virtualHosts."anotherhadi.com" = { - forceSSL = true; - enableACME = true; locations."/".root = "/var/www/default"; }; }