Do not enable CORS on the data-transfer.

This commit is contained in:
Andrea Dell'Amico 2017-07-21 18:47:38 +02:00
parent 9fe2c4463c
commit 032f49040a
1 changed files with 0 additions and 3 deletions

View File

@ -79,9 +79,6 @@ server {
{% endif %}
{% if data_transfer_service_install %}
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;
}
{% endif %}