From fd67a3eaa7df2a602692ce28de3a8c09c69786cf Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Thu, 12 Sep 2019 08:55:11 +0200 Subject: [PATCH] remove bad redirect --- build/proxy/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/proxy/nginx.conf b/build/proxy/nginx.conf index 995e652..0e658c5 100644 --- a/build/proxy/nginx.conf +++ b/build/proxy/nginx.conf @@ -12,9 +12,6 @@ http { } server { - if ($scheme = http) { - return 301 https://$server_name$request_uri; - } listen 80; autoindex on; root /www/data;