Browse Source

Enable http2

andryyy 8 years ago
parent
commit
e15795e112
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data/conf/nginx/templates/listen_ssl.template

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

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