Commit b39712c4 by Edward Zarecor

build fixes for nginx, add forum

parent 62ee5720
......@@ -9,7 +9,9 @@ RUN /edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook nginx.yml -c loc
-i '127.0.0.1,' \
-e@roles/edxapp/defaults/main.yml \
-e@roles/xqueue/defaults/main.yml \
-e@roles/certs/defaults/main.yml
-e@roles/certs/defaults/main.yml \
-e@roles/forum/defaults/main.yml
RUN echo "\ndaemon off;" >> /etc/nginx/nginx.conf
WORKDIR /etc/nginx
......
......@@ -14,6 +14,7 @@
- cms
- xqueue
- certs
- forum
nginx_default_sites:
- lms
nginx_extra_sites: "{{ NGINX_EDXAPP_EXTRA_SITES }}"
......
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