Commit 13f23ef3 by John Jarvis

passing redirects into edxapp.yml

parent 5535847d
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
- lms - lms
nginx_extra_sites: "{{ NGINX_EDXAPP_EXTRA_SITES }}" nginx_extra_sites: "{{ NGINX_EDXAPP_EXTRA_SITES }}"
nginx_extra_configs: "{{ NGINX_EDXAPP_EXTRA_CONFIGS }}" nginx_extra_configs: "{{ NGINX_EDXAPP_EXTRA_CONFIGS }}"
nginx_redirects: "{{ NGINX_EDXAPP_CUSTOM_REDIRECTS }}"
- edxapp - edxapp
- role: datadog - role: datadog
when: COMMON_ENABLE_DATADOG when: COMMON_ENABLE_DATADOG
......
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