diff --git a/nginx/conf.d/headers.conf b/nginx/conf.d/headers.conf index 02756542..71865ea7 100644 --- a/nginx/conf.d/headers.conf +++ b/nginx/conf.d/headers.conf @@ -1,3 +1,4 @@ server_tokens off; add_header Last-Modified '27 Feb 1984 13:37 GMT' always; add_header X-Powered-By 'tux' always; +add_header Access-Control-Allow-Origin 'https://cloud.chaospott.ru';