nginx Tag

Testing nginx rewrite performance

Our website is 12 years old and over time we have accured quite a few URL changes. Mainly due to terminlogy changes and SEO restructures. 819 to be exact. They are rewrite rules in a nginx config file. This is a lot of regular expressions…

nginx – enable cors for specific domains

Enabling cors using nginx is simple… if you have done it once. This is a small and quick-start example of how it can be done and how you can restrict access to a specific number domains.   Gotcha – SOS (read this if you want…