Browse Source

fixes typo

Keith Newman 10 years ago
parent
commit
b21476aee5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/lumen/deploy/nginx.conf

+ 1 - 1
frameworks/PHP/lumen/deploy/nginx.conf

@@ -23,7 +23,7 @@ http {
         server_name  localhost;
 
         #root /home/knewman/FrameworkBenchmarks/frameworks/PHP/lumen/public/;
-        root /home/ubuntu/Frameworks/lumen/public/;
+        root /home/ubuntu/FrameworkBenchmarks/lumen/public/;
         index  index.php;
 
         location / {