Skip to content

Commit b62a77d

Browse files
chore:확인용
1 parent 00a4940 commit b62a77d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

backend-core/config/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,5 @@
219219
CORS_ALLOW_ALL_ORIGINS = True
220220

221221
MEDIA_URL = "/media/"
222-
MEDIA_ROOT = os.path.join(BASE_DIR, "media")
222+
MEDIA_ROOT = os.path.join(BASE_DIR, "media")
223+
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')

0 commit comments

Comments
 (0)