feat: add nginx reverse proxy

This commit is contained in:
bisco
2026-06-24 08:59:35 +02:00
parent 8155d94fee
commit b36cd2a754
14 changed files with 228 additions and 37 deletions
+2
View File
@@ -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",