Fixed #20: added admin serving under /api/, minor tweaks to production nginx and env file

This commit is contained in:
Eliot Berriot 2017-06-26 19:18:31 +02:00
commit 80cfd7180a
3 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ DJANGO_SETTINGS_MODULE=config.settings.production
DJANGO_SECRET_KEY=
# You don't have to edit this
DJANGO_ADMIN_URL=^admin/
DJANGO_ADMIN_URL=^api/admin/
# Update it to match the domain that will be used to reach your funkwhale
# instance