Ver Fonte

Enable http2

andryyy há 8 anos atrás
pai
commit
e15795e112
1 ficheiros alterados com 2 adições e 2 exclusões
  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;