tweak conf/nginx.conf
This commit is contained in:
parent
4690aa29e0
commit
24cc1ae4c3
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue