Nginx cors tylko jeden jest dozwolony

location / {
    add_header 'Access-Control-Allow-Origin' '*' always;
}
adens