Update direct-ssl.disabled
This commit is contained in:
@@ -22,7 +22,7 @@ server {
|
|||||||
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||||
location ~ ^(.+\.php)(.*)$ {
|
location ~ ^(.+\.php)(.*)$ {
|
||||||
try_files $fastcgi_script_name =404;
|
try_files $fastcgi_script_name =404;
|
||||||
include /etc/nginx/fastcgi_params;
|
include /etc/nginx/includes/fastcgi_params.conf
|
||||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||||
fastcgi_pass 127.0.0.1:9001;
|
fastcgi_pass 127.0.0.1:9001;
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
|
|||||||
Reference in New Issue
Block a user