diff --git a/lemp.nix b/lemp.nix index 5577cf9..56bc176 100644 --- a/lemp.nix +++ b/lemp.nix @@ -3,7 +3,7 @@ services.nginx = { enable = true; virtualHosts."127.0.0.1" = { - root = "/var/www/blog"; + root = "/var/www/html"; locations."~ \.php$".extraConfig = '' fastcgi_pass unix:${config.services.phpfpm.pools.mypool.socket}; fastcgi_index index.php;