瀏覽代碼

Eliminate symfony-ism in nginx configuration

Gerard Roche 11 年之前
父節點
當前提交
3a51f61912
共有 1 個文件被更改,包括 1 次插入1 次删除
  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