Introduction
Sometimes you want to change the web address a user visits or stop processing further rules. Nginx rewrite flags help control how these changes happen and what the server does next.
When you want to change a URL to a new one temporarily or permanently.
When you want to stop checking other rewrite rules after one matches.
When you want to redirect users to a different page but keep the original URL in the browser.
When you want to rewrite a URL internally without telling the browser.