From afe613e3560eadff90c71aec50ad75d46de6d94b Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Thu, 7 Jul 2016 11:08:36 +0200 Subject: [PATCH] Corrige le chemin de la racine de php --- devphp7/config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;