forked from AkkomaGang/akkoma
Merge branch 'nipos-develop' into develop
This commit is contained in:
commit
493e1bdf52
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ server {
|
|||
add_header 'Access-Control-Allow-Origin' '*' always;
|
||||
add_header 'Access-Control-Allow-Methods' 'POST, GET, OPTIONS' always;
|
||||
add_header 'Access-Control-Allow-Headers' 'Authorization, Content-Type' always;
|
||||
add_header 'Access-Control-Expose-Headers' 'Link, X-RateLimit-Reset, X-RateLimit-Limit, X-RateLimit-Remaining, X-Request-Id' always;
|
||||
if ($request_method = OPTIONS) {
|
||||
return 204;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue