Here's my cfg file:
Here's my nginx reverse proxy.[SickBeard]
host=localhost
port=
username=#
password=#
web_root=/sickbeard
ssl=0
Code: Select all
location /sickbeard {
proxy_pass http://localhost:8081;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
Any ideas why this isn't working?
Thanks
Niietzshe