From 8afc22a9c155462c07e6f67fce2b2b94d85912b1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Nov 2021 22:29:00 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 141b246..e81f0ef 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -15,11 +15,6 @@ location __PATH__/ { alias __FINALPATH__/ ; - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - index yellow.php; if (!-e $request_filename) {