Merge branch 'nipos-develop' into develop

This commit is contained in:
lain 2018-05-22 16:02:53 +02:00
commit 493e1bdf52
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}