Skip to content

Commit 9e4baa3

Browse files
authored
feat: Stop blocking python_lib.zip at the nginx level in edxapp (#199)
This should no longer be needed now that we have the patch currently being trialed in edx/edx-platform-private#276
1 parent 3471fc0 commit 9e4baa3

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

playbooks/roles/nginx/templates/edx/app/nginx/sites-available/cms.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ error_page {{ k }} {{ v }};
100100

101101
rewrite ^(.*)/favicon.ico$ {{ NGINX_EDXAPP_FAVICON_PATH }} last;
102102

103-
{% include "python_lib.zip.j2" %}
104103
{% include "common-settings.j2" %}
105104

106105
location @proxy_to_cms_app {

playbooks/roles/nginx/templates/edx/app/nginx/sites-available/lms.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ error_page {{ k }} {{ v }};
130130

131131
rewrite ^(.*)/favicon.ico$ {{ NGINX_EDXAPP_FAVICON_PATH }} last;
132132

133-
{% include "python_lib.zip.j2" %}
134133
{% include "common-settings.j2" %}
135134

136135
{% if NGINX_EDXAPP_EMBARGO_CIDRS -%}

playbooks/roles/nginx/templates/edx/app/nginx/sites-available/python_lib.zip.j2

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)