Template not being loaded - SAB behind proxy

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
bbaraniec
Full Member
Full Member
Posts: 110
Joined: July 29th, 2011, 5:43 am

Template not being loaded - SAB behind proxy

Post 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?
-
Kind regards
Bartek
bbaraniec
Full Member
Full Member
Posts: 110
Joined: July 29th, 2011, 5:43 am

Re: Template not being loaded - SAB behind proxy

Post by bbaraniec »

I found error...
<Location /sabnzbd>
ProxyPass http://localhost:8080/sabnzbd
ProxyPassReverse http://localhost:8080/sabnzbd
</Location>
-
Kind regards
Bartek
Post Reply