集群设置 -- 缓存策略 可以直接点击修改

This commit is contained in:
刘祥超
2023-08-07 17:39:10 +08:00
parent 4f105f9327
commit 22aca2e80c
4 changed files with 4 additions and 4 deletions

View File

@@ -75,7 +75,7 @@
<input type="checkbox" name="isOn" value="1" v-model="node.isOn"/>
<label></label>
</div>
<p class="comment">如果不启用此节点,此节点上的所有服务将不能访问。</p>
<p class="comment">如果不启用此节点,此节点上的所有网站将不能访问。</p>
</td>
</tr>
</tbody>

View File

@@ -11,7 +11,7 @@
<td class="title">选择缓存策略 *</td>
<td>
<http-cache-policy-selector :v-cache-policy="cachePolicy"></http-cache-policy-selector>
<p class="comment">部署在当前集群上的所有服务都会自动使用此策略,只是服务可以自定义是否开启。</p>
<p class="comment">部署在当前集群上的所有网站都会自动使用此策略,只是服务可以自定义是否开启。</p>
</td>
</tr>
</table>

View File

@@ -11,7 +11,7 @@
<td class="title">选择WAF策略 *</td>
<td>
<http-firewall-policy-selector :v-http-firewall-policy="firewallPolicy"></http-firewall-policy-selector>
<p class="comment">部署在当前集群上的所有服务都会自动使用此策略,只是服务可以自定义是否开启。</p>
<p class="comment">部署在当前集群上的所有网站都会自动使用此策略,只是网站可以自定义是否开启。</p>
</td>
</tr>
</table>