andryyy 8 年 前
コミット
e15795e112
1 ファイル変更2 行追加2 行削除
  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;