About Using Regex In NGINX Map
The map module of NGINX enables you to compare values of the NGINX variable against several different conditions before letting you link a new value to it according to the match. This makes the map module a more concise and elegant solution. Furthermore, you can significantly shorten as well as simplify configuration files with the help of the map directive… Continue readingAbout Using Regex In NGINX Map