From 216b45703ead721001c0a4148eeabc1c03746cfd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 5 Apr 2021 20:23:10 +0200 Subject: [PATCH] Update ingress.gtpl --- qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl b/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl index c4ec5d7df..6e57eec4f 100644 --- a/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl +++ b/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl @@ -9,7 +9,7 @@ server { } location /api { - proxy_pass {{ .protocol }}://backend; + proxy_pass {{ .protocol }}://backend/; http2_push_preload on; client_max_body_size 10M; }