源站支持HTTP/2

This commit is contained in:
GoEdgeLab
2023-06-23 11:43:36 +08:00
parent d1c8f995ce
commit cad128451c
12 changed files with 158 additions and 119 deletions

View File

@@ -76,6 +76,13 @@
<p class="comment">选中后表示源站的端口保持和用户访问的服务端口保持一致;此时的源站地址中的端口号可以任意填写。</p>
</td>
</tr>
<tr v-show="!isOSS && protocol == 'https'">
<td>支持HTTP/2</td>
<td>
<checkbox name="http2Enabled"></checkbox>
<p class="comment">选中后表示源站支持HTTP/2协议。</p>
</td>
</tr>
<tr>
<td>权重</td>
<td>

View File

@@ -77,6 +77,13 @@
<p class="comment">选中后表示源站的端口保持和用户访问的服务端口保持一致;此时的源站地址中的端口号可以任意填写。</p>
</td>
</tr>
<tr v-show="!isOSS && origin.protocol == 'https'">
<td>支持HTTP/2</td>
<td>
<checkbox name="http2Enabled" v-model="origin.http2Enabled"></checkbox>
<p class="comment">选中后表示源站支持HTTP/2协议。</p>
</td>
</tr>
<tr>
<td>权重</td>
<td>