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