瀏覽代碼

http/2 support

Andrea Pollastri 5 年之前
父節點
當前提交
a26bc39db7
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      storage/app/scripts/haget.conf

+ 2 - 0
storage/app/scripts/haget.conf

@@ -27,4 +27,6 @@ server {
         deny all;
     }
 
+    listen 443 ssl http2;
+
 }