Fix #1086: Added safeguard to ensure local uploads are never purged from cache
This commit is contained in:
parent
29c58d1ce5
commit
49a8b2babf
5 changed files with 30 additions and 3 deletions
|
|
@ -38,7 +38,8 @@ FUNKWHALE_API_PORT=5000
|
|||
# more concurrent requests, but also leads to higher CPU/Memory usage
|
||||
FUNKWHALE_WEB_WORKERS=1
|
||||
# Replace this by the definitive, public domain you will use for
|
||||
# your instance
|
||||
# your instance. It cannot be changed after initial deployment
|
||||
# without breaking your instance.
|
||||
FUNKWHALE_HOSTNAME=yourdomain.funkwhale
|
||||
FUNKWHALE_PROTOCOL=https
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue