diff --git a/conf/nginx.conf b/conf/nginx.conf index 7eef7ee..f528515 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location PATHTOCHANGE { try_files $uri $uri/ /index.php; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$; - fastcgi_pass unix:/var/run/php5-fpm-opensondage.sock; + fastcgi_pass unix:/var/run/php5-fpm-YNH_APP_INSTANCE_NAME.sock; include fastcgi_params; fastcgi_param REMOTE_USER $remote_user; fastcgi_param PATH_INFO $fastcgi_path_info;