diff --git a/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl b/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl index d90d99654..f7dc63ce6 100644 --- a/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl +++ b/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl @@ -13,10 +13,5 @@ server { http2_push_preload on; client_max_body_size 10M; } - location /api/ { - proxy_pass {{ .protocol }}://backend/; - http2_push_preload on; - client_max_body_size 10M; - } }