Browse Source

fix root path

Christian Knuth 9 years ago
parent
commit
fcce456325
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/PHP/fat-free/deploy/nginx.conf

+ 2 - 2
frameworks/PHP/fat-free/deploy/nginx.conf

@@ -65,7 +65,7 @@ http {
         #    proxy_pass   http://127.0.0.1;
         #}
 
-        root /home/tfb/FrameworkBenchmarks/php-fatfree/;
+        root /home/ubuntu/FrameworkBenchmarks/fat-free/;
         index  index.php;
 
         location / {
@@ -128,4 +128,4 @@ http {
     #    }
     #}
 
-}
+}