mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
Added a note regarding the WebUI login mechanism stop working when using this configuration with HTTP only reverse proxy.
@@ -21,6 +21,8 @@ location /qbt/ {
|
|||||||
# For this use case, where qBittorrent itself is using plain HTTP
|
# For this use case, where qBittorrent itself is using plain HTTP
|
||||||
# (and regardless of whether or not the external website uses HTTPS),
|
# (and regardless of whether or not the external website uses HTTPS),
|
||||||
# the flag must be set here, in the proxy configuration itself:
|
# 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";
|
proxy_cookie_path / "/; Secure";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user