forked from AkkomaGang/akkoma
Add access-control-expose-headers to Nginx default config
This commit is contained in:
parent
b4064dfe30
commit
d81a4e9280
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