mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Created NGINX Reverse Proxy for Web UI (markdown)
9
NGINX-Reverse-Proxy-for-Web-UI.md
Normal file
9
NGINX-Reverse-Proxy-for-Web-UI.md
Normal file
@@ -0,0 +1,9 @@
|
||||
If you're using NGINX as a reverse proxy for Web UI, as of version 3.3.14 (3.3.13 will break your setup), you'll need to add this to your `location /`
|
||||
|
||||
|
||||
```
|
||||
proxy_hide_header Referer;
|
||||
proxy_hide_header Origin;
|
||||
proxy_set_header Referer '';
|
||||
proxy_set_header Origin '';
|
||||
```
|
||||
Reference in New Issue
Block a user