diff options
author | lain <lain@soykaf.club> | 2018-05-22 16:02:53 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-05-22 16:02:53 +0200 |
commit | 493e1bdf52ec7ed99c5cc703dd61f9ca0897c32a (patch) | |
tree | b69676bfbaebee1e11d6c3628af0a53766f3bd7e /installation/pleroma.nginx | |
parent | b4064dfe30b792f5d6d36b72c7cd530afb1c667a (diff) | |
parent | d81a4e92809d6dc7d3d3fb4ce85e5f94c1e23f0a (diff) | |
download | pleroma-493e1bdf52ec7ed99c5cc703dd61f9ca0897c32a.tar.gz pleroma-493e1bdf52ec7ed99c5cc703dd61f9ca0897c32a.zip |
Merge branch 'nipos-develop' into develop
Diffstat (limited to 'installation/pleroma.nginx')
-rw-r--r-- | installation/pleroma.nginx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 44905da49..b8abdce22 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -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; } |