diff --git a/80.conf b/80.conf index 623d36f..c922133 100644 --- a/80.conf +++ b/80.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';