Browse Source

Eliminate symfony-ism in nginx configuration

Gerard Roche 11 years ago
parent
commit
3a51f61912
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-zend-framework/deploy/nginx.conf

+ 1 - 1
php-zend-framework/deploy/nginx.conf

@@ -63,7 +63,7 @@ http {
         index  index.php;
 
         location / {
-            try_files $uri $uri/ /app.php?$uri&$args;
+            try_files $uri $uri/ /index.php?$uri&$args;
         }
 
         # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000