mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Updated NGINX Reverse Proxy for Web UI (markdown)
@@ -4,9 +4,7 @@ If you're using NGINX as a reverse proxy for Web UI, as of version 3.3.15, assum
|
|||||||
```
|
```
|
||||||
location / {
|
location / {
|
||||||
...
|
...
|
||||||
proxy_pass http://127.0.0.1:<webUI port>/;
|
proxy_set_header X-Forwarded-Host $host:<webUI port>;
|
||||||
...
|
|
||||||
proxy_set_header X-Forwarded-Host 127.0.0.1:<webUI port>;
|
|
||||||
...
|
...
|
||||||
proxy_hide_header Referer;
|
proxy_hide_header Referer;
|
||||||
proxy_hide_header Origin;
|
proxy_hide_header Origin;
|
||||||
|
|||||||
Reference in New Issue
Block a user