Explorar o código

Eliminate symfony-ism in nginx configuration

Gerard Roche %!s(int64=11) %!d(string=hai) anos
pai
achega
3a51f61912
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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