创建网站服务时增加缓存、WAF、从上级代理中读取IP等选项

This commit is contained in:
刘祥超
2021-10-25 09:06:23 +08:00
parent 371c3b78c3
commit b60c767fc5
3 changed files with 88 additions and 9 deletions

View File

@@ -92,6 +92,12 @@
<checkbox checked="checked" name="accessLogIsOn">访问日志</checkbox>
&nbsp; &nbsp;
<checkbox checked="checked" name="websocketIsOn">Websocket</checkbox>
&nbsp; &nbsp;
<checkbox checked="checked" name="cacheIsOn">缓存</checkbox>
&nbsp; &nbsp;
<checkbox name="wafIsOn">WAF</checkbox>
&nbsp; &nbsp;
<checkbox name="remoteAddrIsOn">从上级代理中读取IP <tip-icon content="此配置非常重要,请不要轻易选中!如果用户需要通过别的代理服务才能访问到这个网站服务,才需要选中。"></tip-icon> </checkbox>
</td>
</tr>