File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
web/views/@default/servers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ <h3>添加源站地址</h3>
4646 < td > 回源主机名</ td >
4747 < td >
4848 < input type ="text " name ="host " placeholder ="比如example.com " maxlength ="100 "/>
49- < p class ="comment "> 可选项。请求源站时的Host字段值,用于设置访问源站的站点域名< span v-if ="isHTTP "> ,支持请求变量</ span > 。</ p >
49+ < p class ="comment "> 可选项。请求源站时的Host字段值,用于设置访问源站的站点域名< span v-if ="isHTTP "> ,支持请求变量</ span > ;如果用户访问的域名和源站域名不一致,请务必设置为源站域名 。</ p >
5050 </ td >
5151 </ tr >
5252
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h3>添加源站</h3>
4848 < td > 回源主机名</ td >
4949 < td >
5050 < input type ="text " name ="host " placeholder ="比如example.com " maxlength ="100 "/>
51- < p class ="comment "> 可选项。请求源站时的Host字段值,用于设置访问源站的站点域名< span v-if ="isHTTP "> ,支持请求变量</ span > 。</ p >
51+ < p class ="comment "> 可选项。请求源站时的Host字段值,用于设置访问源站的站点域名< span v-if ="isHTTP "> ,支持请求变量</ span > ;如果用户访问的域名和源站域名不一致,请务必设置为源站域名 。</ p >
5252 </ td >
5353 </ tr >
5454
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ <h3>修改源站</h3>
4949 < td > 回源主机名</ td >
5050 < td >
5151 < input type ="text " name ="host " v-model ="origin.host " placeholder ="比如example.com " maxlength ="100 "/>
52- < p class ="comment "> 可选项。请求源站时的Host字段值,用于设置访问源站的站点域名< span v-if ="isHTTP "> ,支持请求变量</ span > 。</ p >
52+ < p class ="comment "> 可选项。请求源站时的Host字段值,用于设置访问源站的站点域名< span v-if ="isHTTP "> ,支持请求变量</ span > ;如果用户访问的域名和源站域名不一致,请务必设置为源站域名 。</ p >
5353 </ td >
5454 </ tr >
5555
You can’t perform that action at this time.
0 commit comments