Published
- 1 min read
nginx cors
The solution for this is noted below
nginx cors
Solution
#this work for cors only one is allowed
location / {
add_header 'Access-Control-Allow-Origin' '*' always;
}
Try other methods by searching on the site. That is if this doesn’t work