Added a note regarding the WebUI login mechanism stop working when using this configuration with HTTP only reverse proxy.

Samuel Bartík 2021-08-14 13:20:17 +02:00
parent 9f0d5660d5
commit 980e088d0d

@ -21,6 +21,8 @@ location /qbt/ {
# For this use case, where qBittorrent itself is using plain HTTP
# (and regardless of whether or not the external website uses HTTPS),
# the flag must be set here, in the proxy configuration itself:
# Note: If this flag is set while the external website uses only HTTP, this will cause
# the login mechanism to not work without any apparent errors in console/network resulting in "auth loops".
proxy_cookie_path / "/; Secure";
}
```