We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update reverse proxy settings
Trim trailing whitespaces
Updated NGINX Reverse Proxy for Web UI (markdown)
Added a note regarding the WebUI login mechanism stop working when using this configuration with HTTP only reverse proxy.
clean up and simplify reference configuration
revert removal of comment. see https://github.com/qbittorrent/qBittorrent/blob/e9ed621178af841114a045887c5ce1e6b50cb366/src/webui/webapplication.cpp#L530
adding note for workaround of banned localhost IP.
`X-Frame-Options` header is still required in 4.3.3
Comment out unsafe directives by default
Use the proper variable `$http_host` for X-Forwarded-Host header and remove unnecessary setting for Host header
fix indentation
update config
Updated nginx config
Credits to @dssink from #8312
Updated wiki to reflect nginx's blank window problem, which was caused by X-Frame-Options defaulting to "DENY".
3.3.15 added host validation which checks ports now, so it's no longer as simple as hiding the Referer and Origin headers.
Created NGINX Reverse Proxy for Web UI (markdown)