@@ -17,7 +17,6 @@ http {
upstream fastcgi_backend {
server 127.0.0.1:9001;
- keepalive 32;
}
server {
@@ -34,7 +33,6 @@ http {
location ~ \.php$ {
try_files $uri =404;
fastcgi_pass fastcgi_backend;
- fastcgi_keep_conn on;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /usr/local/nginx/conf/fastcgi_params;
@@ -35,7 +35,6 @@ http {
@@ -81,7 +80,6 @@ http {
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
@@ -32,7 +32,6 @@ http {
@@ -75,7 +74,6 @@ http {
@@ -78,7 +77,6 @@ http {
@@ -54,7 +53,6 @@ http {
include /home/vagrant/FrameworkBenchmarks/installs/nginx/conf/fastcgi_params;
@@ -15,7 +15,6 @@ http {
@@ -36,7 +35,6 @@ http {
listen 8080;
@@ -31,7 +30,6 @@ http {
@@ -34,7 +34,6 @@ http {
#gzip on;
@@ -79,7 +78,6 @@ http {
@@ -14,7 +14,6 @@ http {
@@ -30,7 +30,6 @@ http {
@@ -49,7 +48,6 @@ http {
fastcgi_split_path_info ^(.+\.php)(.*)$;
set $fsn /index.php;
if (-f $document_root$fastcgi_script_name){
set $fsn $fastcgi_script_name;