Browse Source

Update listen_ssl.template deprecated http2 on listener

Josef Fröhle 2 years ago
parent
commit
095d59c01b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      data/conf/nginx/templates/listen_ssl.template

+ 3 - 2
data/conf/nginx/templates/listen_ssl.template

@@ -1,2 +1,3 @@
-listen ${HTTPS_PORT} ssl http2;
-listen [::]:${HTTPS_PORT} ssl http2;
+listen ${HTTPS_PORT} ssl;
+listen [::]:${HTTPS_PORT} ssl;
+http2 on;