CORS

Watch Out For This NGINX Quirk!

June 16, 2021

NGINX has a nasty little quirk with its add_header directive that can easily bite you in a$$ if you’re not careful. Put simply, if you use even a single add_header directive in a location block, it will remove all add_header directives from higher in the tree. Practically speaking, you could run into a situation as follows: You have a series…

Read More