diff --git a/conf/nginx.conf b/conf/nginx.conf index 5c4e020..96bf29e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -18,7 +18,7 @@ location __PATH__/ { index yellow.php; if (!-e $request_filename) { - rewrite ^(.*)$ ^__PATH__/yellow.php last; + rewrite ^(.*)$ __PATH__/yellow.php last; break; }