From 4ea5d6ae450672bcf2811b84efabab9c23bc87bf Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Thu, 12 Nov 2020 19:31:16 +0200 Subject: [PATCH] removed http2 --- docker/common/nginx/nginx.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/common/nginx/nginx.conf.template b/docker/common/nginx/nginx.conf.template index 9894151c3..5f4c45ec0 100644 --- a/docker/common/nginx/nginx.conf.template +++ b/docker/common/nginx/nginx.conf.template @@ -1,6 +1,6 @@ server { upload_progress proxied 1m; - listen 8080 http2; + listen 8080; proxy_hide_header WWW-Authenticate; root /usr/share/nginx/html;