correct path to php-fpm socket
This commit is contained in:
parent
b9301a677f
commit
cb9c2d8f77
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ location / {
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
root __INSTALL_DIR__/public;
|
root __INSTALL_DIR__/public;
|
||||||
index index.html index.htm index.php;
|
index index.html index.htm index.php;
|
||||||
fastcgi_pass unix:/var/run/php__PHP_VERSION__-fpm.sock;
|
fastcgi_pass unix:/var/run/php/php__PHP_VERSION__-fpm.sock;
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
|
|
Loading…
Add table
Reference in a new issue