Update lemp.nix

This commit is contained in:
Aaron Honeycutt 2022-06-08 14:57:37 +00:00
parent 4f9cc2cda3
commit 0800cba6b0

View file

@ -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;