generated from bisco/codex-bootstrap
feat: add nginx reverse proxy
This commit is contained in:
@@ -24,6 +24,8 @@ ALLOWED_HOSTS = [
|
||||
for host in os.getenv("DJANGO_ALLOWED_HOSTS", "localhost,127.0.0.1").split(",")
|
||||
if host.strip()
|
||||
]
|
||||
if "azionelab.org" not in ALLOWED_HOSTS:
|
||||
ALLOWED_HOSTS.append("azionelab.org")
|
||||
|
||||
INSTALLED_APPS = [
|
||||
"home",
|
||||
|
||||
Reference in New Issue
Block a user