From 9b74eda5d46ed78e14073848e9466a38bf3a2146 Mon Sep 17 00:00:00 2001 From: Limezy Date: Sat, 6 Nov 2021 02:15:58 +0700 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 302fa9c..d6bff0f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,9 +1,6 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { - # Path to source - alias __FINALPATH__/ ; - # Force usage of https if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;