mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Added proxy_pass_header X-Transmission-Session-Id;
proxy_pass_header X-Transmission-Session-Id; is a fix for the 409: Conflict error
This commit is contained in:
parent
8785cb7167
commit
c99abe3b1d
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ location ^~ /transmission {
|
|||
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