diff --git a/public/nginx.htaccess b/public/nginx.htaccess index b425fc0..ad941c9 100644 --- a/public/nginx.htaccess +++ b/public/nginx.htaccess @@ -1,6 +1,3 @@ - location / { - if (!-e $request_filename) { - rewrite ^(.*)$ /index.php?s=/$1 last; - break; - } - } \ No newline at end of file +if (!-e $request_filename) { + rewrite ^(.*)$ /index.php?s=/$1 last; +} \ No newline at end of file