Page 1 of 1

Glitter theme reverse proxy problems

Posted: January 10th, 2016, 5:12 pm
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;
	}

Re: Glitter theme reverse proxy problems

Posted: January 13th, 2016, 3:03 am
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?