There was an error while loading. Please reload this page.
2 parents e4e5269 + b62a77d commit 195f408Copy full SHA for 195f408
1 file changed
backend-core/config/settings.py
@@ -219,4 +219,5 @@
219
CORS_ALLOW_ALL_ORIGINS = True
220
221
MEDIA_URL = "/media/"
222
-MEDIA_ROOT = os.path.join(BASE_DIR, "media")
+MEDIA_ROOT = os.path.join(BASE_DIR, "media")
223
+SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
0 commit comments