Add header for CORS
This commit is contained in:
parent
84f27c4880
commit
9d89d4f788
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ (\.well-known/|\@atomaka) {
|
location ~ (\.well-known/|\@atomaka) {
|
||||||
|
add_header Access-Control-Allow-Origin '*';
|
||||||
return 302 $scheme://pub.atomaka.com$request_uri;
|
return 302 $scheme://pub.atomaka.com$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue