summarylogtreecommitdiffstats
path: root/env-template
diff options
context:
space:
mode:
Diffstat (limited to 'env-template')
-rw-r--r--env-template4
1 files changed, 2 insertions, 2 deletions
diff --git a/env-template b/env-template
index 595ed943a985..37e0cbf153d5 100644
--- a/env-template
+++ b/env-template
@@ -88,7 +88,7 @@ STATIC_ROOT=/srv/funkwhale/data/static
# Update it to match the domain that will be used to reach your funkwhale
# instance
# Example: DJANGO_ALLOWED_HOSTS=funkwhale.yourdomain.com
-DJANGO_ALLOWED_HOSTS=127.0.0.2,funkwhale.local
+DJANGO_ALLOWED_HOSTS=127.0.0.1,funkwhale.local
# which settings module should django use?
# You don't have to touch this unless you really know what you're doing
@@ -138,4 +138,4 @@ MUSIC_DIRECTORY_SERVE_PATH=/srv/funkwhale/data/music
FUNKWHALE_FRONTEND_PATH=/usr/share/webapps/funkwhale/front/dist
# Nginx related configuration
-NGINX_MAX_BODY_SIZE=30M
+NGINX_MAX_BODY_SIZE=100M