Add header for CORS (#10)
All checks were successful
Deploy / deploy (push) Successful in 2m58s
All checks were successful
Deploy / deploy (push) Successful in 2m58s
Reviewed-on: #10
This commit is contained in:
parent
84f27c4880
commit
5c3671106c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ server {
|
|||
}
|
||||
|
||||
location ~ (\.well-known/|\@atomaka) {
|
||||
add_header Access-Control-Allow-Origin '*';
|
||||
return 302 $scheme://pub.atomaka.com$request_uri;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue