> Learn how to create NGINX rewrite rules to control the flow of request processing or redirect clients to the correct location for resources they request
The ngx_http_rewrite_module module is used to change request URI using PCRE regular expressions, return redirects, and conditionally select configurations.