Fix #249: Added missing subsonic configuration block in deployment vhost files
This commit is contained in:
parent
d2c99b9f5d
commit
62cd1df248
3 changed files with 38 additions and 0 deletions
|
|
@ -84,6 +84,12 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
|
|||
ProxyPassReverse ${funkwhale-api}/federation
|
||||
</Location>
|
||||
|
||||
# You can comment this if you don't plan to use the Subsonic API
|
||||
<Location "/rest">
|
||||
ProxyPass ${funkwhale-api}/api/subsonic/rest
|
||||
ProxyPassReverse ${funkwhale-api}/api/subsonic/rest
|
||||
</Location>
|
||||
|
||||
<Location "/.well-known/">
|
||||
ProxyPass ${funkwhale-api}/.well-known/
|
||||
ProxyPassReverse ${funkwhale-api}/.well-known/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue