1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

FIX env (front folder & MAX_UPLOAD_SIZE)

This commit is contained in:
Pierrick 2019-01-28 19:29:38 +01:00
parent d84761e72c
commit 50385c87f4

View file

@ -138,7 +138,7 @@ LDAP_START_TLS=False
LDAP_ROOT_DN=ou=users,dc=yunohost,dc=org
LDAP_USER_ATTR_MAP={"username":"uid"}
FUNKWHALE_FRONTEND_PATH=/srv/funkwhale/front/dist
FUNKWHALE_FRONTEND_PATH=__FINALPATH__/front/dist
# Nginx related configuration
NGINX_MAX_BODY_SIZE=30M
NGINX_MAX_BODY_SIZE=100M