From d27082d82ab4b3c353a2c36ba7675ffcdfc7b834 Mon Sep 17 00:00:00 2001 From: Bandie Date: Wed, 22 Apr 2020 22:21:58 +0200 Subject: [PATCH] Access-Control-Allow-Origin chaospott.ru --- nginx/conf.d/headers.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/conf.d/headers.conf b/nginx/conf.d/headers.conf index 0275654..71865ea 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';