创建集群时自动创建缓存策略和WAF策略/优化界面

This commit is contained in:
GoEdgeLab
2021-08-25 11:17:24 +08:00
parent fe1c412493
commit 25d27f109b
8 changed files with 23 additions and 15 deletions

View File

@@ -10,17 +10,17 @@
<td><input type="text" name="name" maxlength="50" ref="focus"/></td>
</tr>
<tr>
<td>默认缓存设置 *</td>
<td>默认缓存设置</td>
<td>
<http-cache-policy-selector></http-cache-policy-selector>
<p class="comment">此全局设置不会强制应用到每个网站服务</p>
<p class="comment">为可选项。集群中的网站服务可以自行设置是否启用此设置</p>
</td>
</tr>
<tr>
<td>默认WAF设置 *</td>
<td>默认WAF设置</td>
<td>
<http-firewall-policy-selector></http-firewall-policy-selector>
<p class="comment">此全局设置不会强制应用到每个网站服务</p>
<p class="comment">为可选项。集群中的网站服务可以自行设置是否启用此设置</p>
</td>
</tr>
</table>