|
@@ -15,7 +15,7 @@ events {
|
|
|
|
|
|
|
|
|
http {
|
|
|
- include /home/knewman/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" '
|
|
@@ -32,7 +32,7 @@ http {
|
|
|
keepalive_timeout 65;
|
|
|
|
|
|
#gzip on;
|
|
|
-
|
|
|
+
|
|
|
upstream fastcgi_backend {
|
|
|
server 127.0.0.1:9001;
|
|
|
}
|
|
@@ -65,7 +65,7 @@ http {
|
|
|
# proxy_pass http://127.0.0.1;
|
|
|
#}
|
|
|
|
|
|
- root /home/knewman/FrameworkBenchmarks/frameworks/PHP/cygnite-php-framework/;
|
|
|
+ root /home/ubuntu/FrameworkBenchmarks/cygnite-php-framework/;
|
|
|
index index.php;
|
|
|
|
|
|
location / {
|
|
@@ -80,7 +80,7 @@ http {
|
|
|
fastcgi_index index.php;
|
|
|
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
|
|
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
|
|
- include /home/knewman/FrameworkBenchmarks/installs/nginx/conf/fastcgi_params;
|
|
|
+ include /usr/local/nginx/conf/fastcgi_params;
|
|
|
}
|
|
|
|
|
|
# deny access to .htaccess files, if Apache's document root
|