[反向代理]增加请求主机名类型选择

This commit is contained in:
GoEdgeLab
2020-11-30 22:27:55 +08:00
parent 2832767abc
commit 0c8e3e5c47
7 changed files with 57 additions and 24 deletions

View File

@@ -316,7 +316,7 @@ Vue.component("ssl-config-box", {
<table class="ui table definition selectable">
<tbody>
<tr v-show="vProtocol == 'https'">
<td class="title">用HTTP/2</td>
<td class="title">用HTTP/2</td>
<td>
<div class="ui checkbox">
<input type="checkbox" value="1" v-model="policy.http2Enabled"/>