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; }