Welcome! Log In Create A New Profile

Advanced

Re: Case insensitive location

B.R.
April 08, 2014 09:34AM
As the location
docs<http://nginx.org/en/docs/http/ngx_http_core_module.html#location>specifies,
the solution you provided should work.

Ensure that:
1°) You are working with the right binary
2°) Configuration syntax is correct (nginx -t) and reload was successful
(no message in that direction in the error logs), thus effectively
reloading the configuration
3°) Requests starting with C and returning errors are matching the regex
being used
4°) The precedence of location syntax does not make another location block
capturing the request (since requests are matched by one and only one
location block every time), thus having the requjest served incorrectly
(and returning 404 since content could not be found in the serving location
block)
---
*B. R.*
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Case insensitive location

Callumpy April 08, 2014 08:55AM

Re: Case insensitive location

B.R. April 08, 2014 09:34AM

Re: Case insensitive location

Callumpy April 08, 2014 12:52PM

Re: Case insensitive location

B.R. April 08, 2014 01:20PM

Re: Case insensitive location

Callumpy April 11, 2014 07:59AM

Re: Case insensitive location

Valentin V. Bartenev April 11, 2014 09:24AM

Re: Case insensitive location

Callumpy April 11, 2014 02:42PM

Re: Case insensitive location

mex April 11, 2014 09:15AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 288
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready