From 44b9045c5e24e12d68dd9faac101978016902841 Mon Sep 17 00:00:00 2001 From: nannal Date: Thu, 8 Apr 2021 22:46:10 +0300 Subject: [PATCH] fix nginx --- scripts/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nginx.conf b/scripts/nginx.conf index 01d646f..c5987b6 100644 --- a/scripts/nginx.conf +++ b/scripts/nginx.conf @@ -38,7 +38,7 @@ http { location / { root /usr/share/nginx/html; index index.html index.htm; - add_header 'Access-Control-Allow-Origin' '7timer.info'; + add_header 'Access-Control-Allow-Origin' 'https://7timer.info'; } #error_page 404 /404.html;