Browse Source

Changed nginx config for Fuel to point ot he public directory

Patrick Falls 12 years ago
parent
commit
df03bd9af5
2 changed files with 4 additions and 4 deletions
  1. 2 2
      php-fuel/benchmark_config
  2. 2 2
      php-fuel/deploy/nginx.conf

+ 2 - 2
php-fuel/benchmark_config

@@ -7,7 +7,7 @@
       "db_url": "/db",
       "query_url": "/db?queries=",
       "port": 8080,
-      "sort": 61
+      "sort": 67
     }
   }]
-}
+}

+ 2 - 2
php-fuel/deploy/nginx.conf

@@ -59,7 +59,7 @@ http {
         #    proxy_pass   http://127.0.0.1;
         #}
 
-        root /home/ubuntu/FrameworkBenchmarks/php-fuel/;
+        root /home/ubuntu/FrameworkBenchmarks/php-fuel/public/;
         index  index.php;
 
         location / {
@@ -122,4 +122,4 @@ http {
     #    }
     #}
 
-}
+}