diff --git a/server/nginx/nginx.conf b/server/nginx/nginx.conf index 6d7ba6a..c772737 100644 --- a/server/nginx/nginx.conf +++ b/server/nginx/nginx.conf @@ -9,6 +9,7 @@ http { location /api/v1 { proxy_pass http://server:10000; + add_header Access-Control-Allow-Origin *; } } }