From a7e7c367ddd4591b5b4ccac73097e38ed034b2a1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 2 Nov 2020 11:17:07 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }