Start adding virtual sites with nginx.

This commit is contained in:
jmsgrogan 2024-02-18 15:04:22 +00:00
parent 03778e9834
commit 4be5e93c9c
7 changed files with 68 additions and 29 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -111,6 +111,9 @@ USE_I18N = True
USE_TZ = True
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
CSRF_TRUSTED_ORIGINS = os.environ.get("CSRF_TRUSTED_ORIGINS").split(" ")
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.0/howto/static-files/