diff --git a/conf/nginx.conf b/conf/nginx.conf index 8802182..141b246 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -23,7 +23,7 @@ location __PATH__/ { index yellow.php; if (!-e $request_filename) { - rewrite ^(.*)$ /yellow.php last; + rewrite ^(.*)$ __PATH__/yellow.php last; break; }