diff --git a/scripts/nginx.conf b/scripts/nginx.conf index c5987b6..81eb6e3 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' 'https://7timer.info'; + add_header 'Access-Control-Allow-Origin' *; } #error_page 404 /404.html;