Merge pull request #119 from mwmbl/fix-nginx-config

Fix nginx config
This commit is contained in:
Daoud Clarke 2023-10-17 13:18:45 +01:00 committed by GitHub
commit f00eacf8aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
from mwmbl.settings_common import *
DEBUG = False
ALLOWED_HOSTS = ["api.mwmbl.org", "en.mwmbl.org"]
ALLOWED_HOSTS = ["api.mwmbl.org", "mwmbl.org"]
DATA_PATH = "/app/storage"
RUN_BACKGROUND_PROCESSES = True