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"; }; }