Re: Nginx map module regex in file
Hello! On Tue, Apr 04, 2017 at 01:01:19PM +0530, Jagannath Naidu wrote: > I am trying to redirect some urls to a different document path. My > configuration file is as follows > > > /etc/nginx/conf.d/site.conf > *map_hash_max_size 2048;* > *map_hash_buc
Nginx map module regex in file
Hi, I am trying to redirect some urls to a different document path. My configuration file is as follows /etc/nginx/conf.d/site.conf *map_hash_max_size 2048;* *map_hash_bucket_size 128;* *map $uri $new {* *include list_4;* *}* resolver 127.0.0.1;