From 4be17c41cb05ee1a796156757e9071abf9a84011 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 5 Apr 2021 23:28:39 +0200 Subject: [PATCH] Update ingress.gtpl --- qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl | 5 ----- 1 file changed, 5 deletions(-) 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; - } }