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