From d98a244b78640be700e84c81ad4ff1aa94cedb5d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 28 Nov 2021 19:08:23 +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 7247307..7f4196e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,11 +4,6 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - index index.php; client_max_body_size 10G; try_files $uri $uri/ /index.php?q=$uri&$args;