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