diff --git a/devphp7/config/nginx.conf b/devphp7/config/nginx.conf index 4696841..5228745 100644 --- a/devphp7/config/nginx.conf +++ b/devphp7/config/nginx.conf @@ -21,7 +21,7 @@ http { # Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 location ~ \.php$ { - root /srv/html/gevaulug.fr; + root /var/www/html; fastcgi_pass php:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /var/www/html$fastcgi_script_name;