Corrige le chemin de la racine de php

This commit is contained in:
2016-07-07 11:08:36 +02:00
parent 07c6243bf9
commit afe613e356

View File

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