diff --git a/modules/services/httpd.nix b/modules/services/httpd.nix index 8e8a119..dd71ddc 100644 --- a/modules/services/httpd.nix +++ b/modules/services/httpd.nix @@ -8,7 +8,7 @@ virtualHosts = { localhost = { - documentRoot = "/host/PUBLIC"; + documentRoot = "/home/PUBLIC"; listen = [ { ip = "0.0.0.0"; @@ -16,7 +16,7 @@ } ]; extraConfig = '' - + Options -Indexes +FollowSymLinks AllowOverride None Require all granted