From f1ecd0839a05791a0c9eba4ce1b3fd7355f48c72 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 1 Nov 2020 23:04:01 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 726f976..cb0941c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,6 @@ location __PATH__/ { alias __FINALPATH__/ ; - root /var/www/website/; index index.html yellow.php; location __PATH__/cache {