From b971d3412ffdd4583857fdfffbdea17e7046f2f8 Mon Sep 17 00:00:00 2001 From: Ming Tang Date: Wed, 10 Feb 2021 01:45:07 +0000 Subject: [PATCH] adding note for workaround of banned localhost IP. --- NGINX-Reverse-Proxy-for-Web-UI.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NGINX-Reverse-Proxy-for-Web-UI.md b/NGINX-Reverse-Proxy-for-Web-UI.md index 8ba1e00..5c5bacf 100644 --- a/NGINX-Reverse-Proxy-for-Web-UI.md +++ b/NGINX-Reverse-Proxy-for-Web-UI.md @@ -20,3 +20,5 @@ location /qbt/ { add_header X-Frame-Options "SAMEORIGIN"; } ``` + +Note: qBittorrent currently doesn't read the `X-Forwarded-For` header, so if you find yourself seeing `WebAPI login failure. Reason: IP has been banned, IP: 127.0.0.1` and needing to restart qBittorrent, you may want to set the ban after failure count to `0`. \ No newline at end of file