feat(fillCode): 新增fillCode配置

这个提交包含在:
2024-09-05 19:44:14 +08:00 未验证
父节点 15cebd58cd
当前提交 20119a2953
修改 6 个文件,包含 789 行新增37 行删除
+1 -1
查看文件
@@ -33,7 +33,7 @@ spec:
# http to https重定向
ssl-redirect: "true"
# 自定义错误页面
custom-http-errors: "404,503"
custom-http-errors: "403,404,502,503"
# 缓存配置
http-snippet: |
proxy_cache_path /tmp/nginx-cache levels=1:2 keys_zone=cache:2m max_size=100m inactive=7d use_temp_path=off;