|
@@ -66,18 +66,7 @@ http {
|
|
|
# proxy_pass http://127.0.0.1;
|
|
|
#}
|
|
|
|
|
|
- # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
|
|
- #
|
|
|
-# location ~ \.php$ {
|
|
|
-# root /home/vagrant/FrameworkBenchmarks/frameworks/PHP/php;
|
|
|
-# fastcgi_pass fastcgi_backend;
|
|
|
-# fastcgi_pass 127.0.0.1:9001;
|
|
|
-# fastcgi_index index.php;
|
|
|
-# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
|
|
|
-# fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
|
|
-# fastcgi_keep_conn on;
|
|
|
-# include /home/vagrant/FrameworkBenchmarks/installs/nginx/conf/fastcgi_params;
|
|
|
-# }
|
|
|
+ # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9001
|
|
|
location ~ \.(hh|php)$ {
|
|
|
root TEST_ROOT;
|
|
|
#fastcgi_keep_conn on;
|