From fdd67dcfe285681fb740934eafe67971a22ddd92 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:52:03 +0100 Subject: [PATCH] http2_push_preload deprecated --- qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl b/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl index 12077b85a..543e24a8f 100644 --- a/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl +++ b/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl @@ -14,7 +14,8 @@ server { location /api { proxy_pass {{ .protocol }}://backend; - http2_push_preload on; + expires 1y; + add_header Cache-Control "public, immutable"; client_max_body_size 10M; }