Page 1 of 1

Template not being loaded - SAB behind proxy

Posted: July 26th, 2012, 3:27 am
by bbaraniec
Hi,

I'm running SAB 0.7.1 on ReadyNas. I can access it from local network http://ip:2708. I made following entries for reverse proxy:

<Location /sabnzbd>
ProxyPass http://localhost:8080
ProxyPassReverse http://localhost:8080
</Location>

Now I can access SAB we interface my.domain.com/sabnzbd problem is template is not loading:

Image

but as soon as I go my.domain.com/sabnzbd/config template is there then I can come back to main page template is there too. I'm using Plush - gold.
Worth to mention is the fact that on ReadyNas I have disabled HTTP leaving only HTTPS enabled so apache is also rewriting http<->https.
Any ideas what could that be?

Re: Template not being loaded - SAB behind proxy

Posted: July 26th, 2012, 3:37 am
by bbaraniec
I found error...
<Location /sabnzbd>
ProxyPass http://localhost:8080/sabnzbd
ProxyPassReverse http://localhost:8080/sabnzbd
</Location>