Browse Source

Typo preventing nginx from finding root

Hamilton Turner 10 years ago
parent
commit
363ec33589
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/php-symfony2-stripped/deploy/nginx.conf

+ 1 - 1
frameworks/PHP/php-symfony2-stripped/deploy/nginx.conf

@@ -66,7 +66,7 @@ http {
         #    proxy_pass   http://127.0.0.1;
         #}
 
-        root /home/ubuntu/FrameworkBenchmarks/php-symfony2/web/;
+        root /home/ubuntu/FrameworkBenchmarks/php-symfony2-stripped/web/;
         index  app.php;
 
         location / {