From 7a8971189768655fc9ecef9367a3a8f3c1e1db2a Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:11:37 +0200 Subject: [PATCH] Update --- hosts/modules/server/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/server/nginx.nix b/hosts/modules/server/nginx.nix index ee8fbbf..e26e4c0 100644 --- a/hosts/modules/server/nginx.nix +++ b/hosts/modules/server/nginx.nix @@ -11,6 +11,6 @@ services.nginx.virtualHosts."anotherhadi.com" = { forceSSL = true; enableACME = true; - locations."/".root = "/var/www/"; + locations."/".root = "/var/www/default"; }; }