From 633d177df51fea5e9fa8abb4a341a402376fe8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Mare=C5=A1?= Date: Mon, 9 Sep 2024 10:11:54 +0000 Subject: [PATCH] refactor(ingress-nginx): remove caching http-snippet --- apps/system/ingress-nginx.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/system/ingress-nginx.yaml b/apps/system/ingress-nginx.yaml index fab6197..af3af93 100644 --- a/apps/system/ingress-nginx.yaml +++ b/apps/system/ingress-nginx.yaml @@ -46,8 +46,3 @@ spec: use-proxy-protocol: "true" use-forwarded-headers: "true" enable-real-ip: "true" - http-snippet: | - proxy_cache_path /tmp/nginx-cache levels=1:2 keys_zone=static-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;