From 664303e6bb979a2cd87f8e423e6c8f706a16876c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:54:04 +0100 Subject: [PATCH] Update ingress.gtpl --- qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl b/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl index 543e24a8f..dbfd02a88 100644 --- a/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl +++ b/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl @@ -14,8 +14,6 @@ server { location /api { proxy_pass {{ .protocol }}://backend; - expires 1y; - add_header Cache-Control "public, immutable"; client_max_body_size 10M; }