Re: double slashes redirection

2014-10-06 Thread B.R.
By default, nginx 'cleanse' URI by decoding/correcting specific cases before matching it against a location. The multiple slashes are part of it. Read how location works. I suppose the internal $uri

double slashes redirection

2014-10-06 Thread Benoit Vasseur
Hi everybody, I am in trouble with my nginx configuration. my version of nginx is 1.1.19 My goal is to redirect http://example.com//site to http://example/site My app is in Rails and I want to handle this redirect with Rack. However I am not able to detect this ‘//’ in the url. Nginx send to