- 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?