diff --git a/conf/nginx.conf b/conf/nginx.conf index b523fa8..d34ecb9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,7 +13,8 @@ location / { location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+\.php)(/.+)$; - fastcgi_pass unix:/var/run/php/php__PHP_VERSION__-fpm-__APP__.sock; + #fastcgi_pass unix:/var/run/php/php__PHP_VERSION__-fpm-__APP__.sock; + fastcgi_pass unix:/var/run/php/php__PHP_VERSION__-fpm.sock; fastcgi_index index.php; include fastcgi_params;