updated nginx state
This commit is contained in:
parent
705fdec133
commit
72d919fcb3
@ -23,7 +23,7 @@ server {
|
||||
|
||||
location ~ \.php?$ {
|
||||
include fastcgi_params;
|
||||
fastcgi_pass unix:{{ nginx.config.php_socket_file }};
|
||||
fastcgi_pass unix:{{ php_socket_file }};
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;
|
||||
}
|
||||
|
@ -42,7 +42,7 @@ server {
|
||||
|
||||
location ~ ^(.+?\.php)(/.*)?$ {
|
||||
include fastcgi_params;
|
||||
fastcgi_pass unix:{{ nginx.config.php_socket_file }};
|
||||
fastcgi_pass unix:{{ php_socket_file }};
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
|
Loading…
Reference in New Issue
Block a user