Fixed #20: added admin serving under /api/, minor tweaks to production nginx and env file
This commit is contained in:
parent
e7c8cad613
commit
80cfd7180a
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue