Skip to content

Commit 195f408

Browse files
Merge pull request #65 from pirogramming/feat-sy
chore:확인용
2 parents e4e5269 + b62a77d commit 195f408

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)