diff --git a/conf/nginx.conf b/conf/nginx.conf index 8ec7dd0..5c2a5e7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,7 +14,6 @@ location __PATH__/ { #client_max_body_size 50M; #try_files $uri $uri/ @__APP__; - try_files $uri $uri/ /index.php?$query_string; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$;