removed http2

This commit is contained in:
Timo Bejan 2020-11-12 19:31:16 +02:00
parent dcb82565c7
commit 4ea5d6ae45

View File

@ -1,6 +1,6 @@
server {
upload_progress proxied 1m;
listen 8080 http2;
listen 8080;
proxy_hide_header WWW-Authenticate;
root /usr/share/nginx/html;