Commit 1726199e by Kevin Falcone

Merge pull request #2098 from edx/jibsheet/nginx-forwarding-on-sandboxes

By deafult, nginx looks for ELB headers to forward
parents d5a34e9c 18c3fa7b
...@@ -138,6 +138,7 @@ EDXAPP_STATIC_URL_BASE: $static_url_base ...@@ -138,6 +138,7 @@ EDXAPP_STATIC_URL_BASE: $static_url_base
EDXAPP_LMS_NGINX_PORT: 80 EDXAPP_LMS_NGINX_PORT: 80
EDXAPP_LMS_PREVIEW_NGINX_PORT: 80 EDXAPP_LMS_PREVIEW_NGINX_PORT: 80
EDXAPP_CMS_NGINX_PORT: 80 EDXAPP_CMS_NGINX_PORT: 80
NGINX_SET_X_FORWARDED_HEADERS: True
EDX_ANSIBLE_DUMP_VARS: true EDX_ANSIBLE_DUMP_VARS: true
migrate_db: "yes" migrate_db: "yes"
openid_workaround: True openid_workaround: True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment