mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Added proxy_pass_header X-Transmission-Session-Id;
This commit is contained in:
parent
c99abe3b1d
commit
19f5a3d5cc
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ server {
|
|||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_transmission transmission;
|
||||
proxy_pass_header X-Transmission-Session-Id;
|
||||
proxy_pass http://$upstream_transmission:9091;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue