|
@@ -7,8 +7,7 @@ events {
|
|
|
}
|
|
|
|
|
|
http {
|
|
|
- #include /home/knewman/FrameworkBenchmarks/installs/nginx/conf/mime.types;
|
|
|
- include /usr/local/nginx/conf/mime.types;
|
|
|
+ include /usr/local/nginx/conf/mime.types;
|
|
|
default_type application/octet-stream;
|
|
|
access_log off;
|
|
|
sendfile on;
|
|
@@ -22,8 +21,7 @@ http {
|
|
|
listen 8080;
|
|
|
server_name localhost;
|
|
|
|
|
|
- #root /home/knewman/FrameworkBenchmarks/frameworks/PHP/lumen/public/;
|
|
|
- root /home/ubuntu/FrameworkBenchmarks/lumen/public/;
|
|
|
+ root /home/ubuntu/FrameworkBenchmarks/lumen/;
|
|
|
index index.php;
|
|
|
|
|
|
location / {
|
|
@@ -36,7 +34,6 @@ http {
|
|
|
fastcgi_keep_conn on;
|
|
|
fastcgi_index index.php;
|
|
|
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;
|
|
|
}
|
|
|
|