Commit d216264c by Edward Zarecor

Revert "build fixes for nginx, add forum"

This reverts commit b39712c4.
parent b39712c4
......@@ -9,9 +9,7 @@ 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/forum/defaults/main.yml
-e@roles/certs/defaults/main.yml
RUN echo "\ndaemon off;" >> /etc/nginx/nginx.conf
WORKDIR /etc/nginx
......
......@@ -14,7 +14,6 @@
- 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