Add proxy support

This commit is contained in:
2026-03-10 16:43:11 +01:00
parent 403745daa7
commit 25f9a9d668
+3 -1
View File
@@ -336,4 +336,6 @@ CELERY_RESULT_BACKEND = 'redis://localhost:6379/0'
# Configuraciones adicionales recomendadas # Configuraciones adicionales recomendadas
CELERY_ACCEPT_CONTENT = ['json'] CELERY_ACCEPT_CONTENT = ['json']
CELERY_TASK_SERIALIZER = 'json' CELERY_TASK_SERIALIZER = 'json'
CELERY_RESULT_SERIALIZER = 'json' CELERY_RESULT_SERIALIZER = 'json'
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")