mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 05:59:28 +02:00
Ensure we return correct paths when using Apache as a reverse proxy
This commit is contained in:
parent
ad43d160bd
commit
300e24dbde
3 changed files with 57 additions and 13 deletions
|
@ -41,6 +41,10 @@ FUNKWHALE_API_PORT=5000
|
|||
# your instance
|
||||
FUNKWHALE_URL=https://yourdomain.funwhale
|
||||
|
||||
# Depending on the reverse proxy used in front of your funkwhale instance,
|
||||
# the API will use different kind of headers to serve audio files
|
||||
# Allowed values: nginx, apache2
|
||||
REVERSE_PROXY_TYPE=nginx
|
||||
|
||||
# API/Django configuration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue