forked from ISTI-ansible-roles/ansible-roles
Do not enable CORS on the data-transfer.
This commit is contained in:
parent
9fe2c4463c
commit
032f49040a
|
@ -79,9 +79,6 @@ server {
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if data_transfer_service_install %}
|
{% if data_transfer_service_install %}
|
||||||
location /data-transfer-service {
|
location /data-transfer-service {
|
||||||
{% if smartgears_nginx_cors_enabled %}
|
|
||||||
include /etc/nginx/snippets/nginx-cors.conf;
|
|
||||||
{% endif %}
|
|
||||||
proxy_pass http://localhost:{{ smartgears_http_port }}/data-transfer-service;
|
proxy_pass http://localhost:{{ smartgears_http_port }}/data-transfer-service;
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue