cors
This commit is contained in:
parent
433968e7bb
commit
9d796c0b1c
@ -24,6 +24,7 @@ server {
|
||||
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
add_header 'Access-Control-Allow-Origin' '*';
|
||||
root html;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user