|
@@ -30,7 +30,6 @@ http {
|
|
|
|
|
|
upstream fastcgi_backend {
|
|
upstream fastcgi_backend {
|
|
server 127.0.0.1:9001;
|
|
server 127.0.0.1:9001;
|
|
- keepalive 32;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
server {
|
|
server {
|
|
@@ -49,7 +48,6 @@ http {
|
|
location ~ \.php$ {
|
|
location ~ \.php$ {
|
|
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
|
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
|
fastcgi_pass fastcgi_backend;
|
|
fastcgi_pass fastcgi_backend;
|
|
- fastcgi_keep_conn on;
|
|
|
|
set $fsn /index.php;
|
|
set $fsn /index.php;
|
|
if (-f $document_root$fastcgi_script_name){
|
|
if (-f $document_root$fastcgi_script_name){
|
|
set $fsn $fastcgi_script_name;
|
|
set $fsn $fastcgi_script_name;
|