Settings menu behind reverse proxy not working

Need help? Post your questions here.

Moderator: moderators

Settings menu behind reverse proxy not working

Postby edimusrex » Mon Jul 02, 2018 4:28 pm

I am having an issue where I cannot access the settings menu through my reverse proxy. I am using apache2 on ubuntu. My apache config looks like this

Code: Select all
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
    Order allow,deny
    Allow from all
</Proxy>
ProxyPass /subsonic http://<ip><port>/subsonic
ProxyPassReverse /subsonic http://<ip><port>/subsonic
Header always unset X-Frame-Options


I've tried changing the setting in /etc/default/subsonic to

Code: Select all
SUBSONIC_ARGS="--max-memory=2500 --context-path=/"


but then I can't access it at all. I can only access the settings menu by being on the local network and accessing the server by its IP address.

Any suggestions?
edimusrex
 
Posts: 9
Joined: Fri Mar 20, 2015 3:47 pm

Return to Help

Who is online

Users browsing this forum: No registered users and 18 guests