merge_slashes relate with VU#180065

Igor Sysoev is at rambler-co.ru
Thu Sep 17 09:04:33 MSD 2009


On Thu, Sep 17, 2009 at 12:36:07AM -0400, zhijianpeng wrote:

> Does the  VU#180065 relate with   merge_slashes directive?
> what is the meanings of merge_slashes directive?
> 
> http://sysoev.ru/nginx/patch.180065.txt

No. However, "merge_slashes off" is really danger setting and you should
understand what you are doing: instead of simple

     location /scripts/ {

you have to use regexes like this:

     location ~ ^/+scripts/+ {


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list