diff --git a/443.conf b/443.conf index 56fb8cf..74ae11e 100644 --- a/443.conf +++ b/443.conf @@ -102,7 +102,7 @@ server { include /etc/nginx/snippets/ssl-params.conf; location / { - add_header 'Access-Control-Allow-Origin' '*.inno-js.ru'; + add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range'; add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range';