feat(nginx): cache缓存修复
这个提交包含在:
@@ -42,4 +42,10 @@ spec:
|
||||
extraArgs:
|
||||
default-ssl-certificate: "kube-system/dev-cm-crt"
|
||||
config:
|
||||
use-forwarded-headers: "true"
|
||||
use-forwarded-headers: "true"
|
||||
allow-snippet-annotations: "true"
|
||||
http-snippet: |
|
||||
proxy_cache_path /tmp/nginx-cache levels=1:2 keys_zone=cache:2m max_size=100m inactive=7d use_temp_path=off;
|
||||
proxy_cache_key $scheme$proxy_host$request_uri;
|
||||
proxy_cache_lock on;
|
||||
proxy_cache_use_stale updating;
|
||||
在新议题中引用
屏蔽一个用户