From 9d796c0b1c746a24c345f4898dae8ad87a33420e Mon Sep 17 00:00:00 2001 From: primakov alexandr Date: Sun, 6 Jun 2021 21:53:45 +0300 Subject: [PATCH] cors --- 3002-apps-static.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/3002-apps-static.conf b/3002-apps-static.conf index 55655ce..7526d6a 100644 --- a/3002-apps-static.conf +++ b/3002-apps-static.conf @@ -24,6 +24,7 @@ server { error_page 500 502 503 504 /50x.html; location = /50x.html { + add_header 'Access-Control-Allow-Origin' '*'; root html; } } \ No newline at end of file