Does the VU#180065 relate with merge_slashes directive?
what is the meanings of merge_slashes directive?
http://sysoev.ru/nginx/patch.180065.txt
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,7301,7301#msg-7301
Does the VU#180065 relate with merge_slashes directive?
what is the meanings of merge_slashes directive?
http://sysoev.ru/nginx/patch.180065.txt
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,7301,7301#msg-7301
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?
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/+ {
thanks,we will update to the lastest version as soon as possible
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,7301,7477#msg-7477
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs