Glitter theme reverse proxy problems

Report & discuss bugs found in 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
blindpet
Newbie
Newbie
Posts: 28
Joined: July 13th, 2014, 7:51 am
Contact:

Glitter theme reverse proxy problems

Post by blindpet »

A user which used the previous theme with an nginx reverse proxy (using the same configuration) is reporting the new glitter theme is not working with the vhost anymore when he goes to the settings page.

vhost is standard:

Code: Select all

location /sabnzbd {
		proxy_pass http://127.0.0.1:8080;
		proxy_set_header Host $host;
		proxy_set_header X-Real-IP $remote_addr;
		proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
	}
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Glitter theme reverse proxy problems

Post by safihre »

I honestly have no clue what could have changed..
Config is separate from Glitter and only it's layout was changed, nothing of the code..
What happens when he tries to go to config page? Just blank?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply