From 0800cba6b07d5f68b6770b8d081cecd391f7ebb6 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 8 Jun 2022 14:57:37 +0000 Subject: [PATCH] Update lemp.nix --- lemp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;