Skip to content

Commit 047e87d

Browse files
fix: remove duplicate proxy_cache config keys
1 parent 5fbfb77 commit 047e87d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

k8s.preprod/app-ingress.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ metadata:
6262
proxy_cache_bypass $http_x_purge;
6363
proxy_cache_key $proxy_upstream_name$request_uri;
6464
proxy_cache_lock on;
65-
proxy_cache_use_stale updating;
6665
add_header X-Cache-Status $upstream_cache_status;
6766
spec:
6867
rules:

k8s.prod/app-ingress.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ metadata:
7171
proxy_cache_bypass $http_x_purge;
7272
proxy_cache_key $proxy_upstream_name$request_uri;
7373
proxy_cache_lock on;
74-
proxy_cache_use_stale updating;
7574
add_header X-Cache-Status $upstream_cache_status;
7675
spec:
7776
rules:

0 commit comments

Comments
 (0)