Skip to content
Discussion options

You must be logged in to vote

The answer was in /etc/nginx/sites-enabled/
I added to my nginx configuration file
`location /transmission {

proxy_pass http://local-ip:9091;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header X-NginX-Proxy true;
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_pass_header X-Transmission-Session-Id;
}
`
Thank you

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gretagarbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant