Skip to content

Commit

Permalink
Merge pull request openedx-unsupported#6875 from openedx/aht007/backp…
Browse files Browse the repository at this point in the history
…ort-nginx-changes

fix: backport nginx changes
  • Loading branch information
nadeemshahzad committed Feb 1, 2023
2 parents 0ff6456 + dbe91a7 commit 3be3f5d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 29 deletions.
3 changes: 0 additions & 3 deletions docker/plays/designer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@
serial_count: 1
serial: "{{ serial_count }}"
roles:
- role: nginx
nginx_default_sites:
- designer
- designer
3 changes: 0 additions & 3 deletions docker/plays/discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@
serial_count: 1
serial: "{{ serial_count }}"
roles:
- role: nginx
nginx_default_sites:
- discovery
- discovery
3 changes: 0 additions & 3 deletions docker/plays/ecommerce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
serial_count: 1
serial: "{{ serial_count }}"
roles:
- role: nginx
nginx_default_sites:
- ecommerce
- devpi_consumer
- ecommerce
- sqlite_fix
Expand Down
8 changes: 0 additions & 8 deletions docker/plays/edxapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,4 @@
roles:
- common
- devpi_consumer
- role: nginx
nginx_sites:
- lms
- cms
nginx_default_sites:
- lms
nginx_extra_sites: "{{ NGINX_EDXAPP_EXTRA_SITES }}"
nginx_extra_configs: "{{ NGINX_EDXAPP_EXTRA_CONFIGS }}"
- edxapp
3 changes: 0 additions & 3 deletions docker/plays/enterprise_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@
serial_count: 1
serial: "{{ serial_count }}"
roles:
- role: nginx
nginx_default_sites:
- enterprise_catalog
- enterprise_catalog
3 changes: 0 additions & 3 deletions docker/plays/notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@
serial_count: 1
serial: "{{ serial_count }}"
roles:
- role: nginx
nginx_sites:
- edx_notes_api
- role: edx_notes_api
3 changes: 0 additions & 3 deletions docker/plays/registrar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@
serial_count: 1
serial: "{{ serial_count }}"
roles:
- role: nginx
nginx_default_sites:
- registrar
- registrar
3 changes: 0 additions & 3 deletions playbooks/designer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
roles:
- role: aws
when: COMMON_ENABLE_AWS_ROLE
- role: nginx
nginx_default_sites:
- designer
- designer
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
Expand Down

0 comments on commit 3be3f5d

Please sign in to comment.