Redirect

Redirect in NGINX: 301 & 302

12th May 2016

NGINX Logo for RedirectNGINX is becoming more popular every second – and it’s because it’s super fast. In this tutorial I’m going to show you the difference between a 301 and 302 redirect in NGINX and how to implement them. But first, let’s know the difference.

301 redirects are what is known as permanent redirects. This tells search engines that the old page has been moved permanently. (more…)