mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-11 11:02:32 +02: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user