I assume a lot of people blindly copy your configs and paste them in without review. For the nginx config provided, I think there are some optimizations that can be made in regards to the Access-Control-Allow-Headers and Access-Control-Expose-Headers settings. See my list of suggested changes and the reasoning behind them at this stack overflow post.
I assume a lot of people blindly copy your configs and paste them in without review. For the nginx config provided, I think there are some optimizations that can be made in regards to the
Access-Control-Allow-Headers
andAccess-Control-Expose-Headers
settings. See my list of suggested changes and the reasoning behind them at this stack overflow post.