|
@@ -15,7 +15,7 @@ events {
|
|
|
|
|
|
|
|
|
http {
|
|
|
- include /home/vagrant/FrameworkBenchmarks/installs/nginx/conf/mime.types;
|
|
|
+ include /usr/local/nginx/conf/mime.types;
|
|
|
default_type application/octet-stream;
|
|
|
|
|
|
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
|
@@ -79,13 +79,13 @@ http {
|
|
|
# include /home/vagrant/FrameworkBenchmarks/installs/nginx/conf/fastcgi_params;
|
|
|
# }
|
|
|
location ~ \.(hh|php)$ {
|
|
|
- root /FrameworkBenchmarks/frameworks/PHP/hhvm;
|
|
|
+ root TEST_ROOT;
|
|
|
#fastcgi_keep_conn on;
|
|
|
fastcgi_pass fastcgi_backend;
|
|
|
#fastcgi_pass 127.0.0.1:9001;
|
|
|
fastcgi_index index.php;
|
|
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
|
|
- include /home/vagrant/FrameworkBenchmarks/installs/nginx/conf/fastcgi_params;
|
|
|
+ include /usr/local/nginx/conf/fastcgi_params;
|
|
|
}
|
|
|
|
|
|
# deny access to .htaccess files, if Apache's document root
|