Search found 2 matches

by niietzshe
April 25th, 2014, 2:19 am
Forum: Post-Processing Scripts
Topic: Problem with Sickbeard script, nginx, webroot and localhost
Replies: 2
Views: 3024

Re: Problem with Sickbeard script, nginx, webroot and localh

And this is a sabtosickbeard post process script, in the post-processing script category...
by niietzshe
April 24th, 2014, 4:46 pm
Forum: Post-Processing Scripts
Topic: Problem with Sickbeard script, nginx, webroot and localhost
Replies: 2
Views: 3024

Problem with Sickbeard script, nginx, webroot and localhost

I have reverse proxies setup with nginx, if I set the host to my homes IP or dnsname it works, if I set it to localhost it doesn't (I think it's the port issue as it tries on http://localhost:/sickbeard). Here's my cfg file: [SickBeard] host=localhost port= username=# password=# web_root=/sickbeard ...