location case sensitivity
JCR
nginx-forum at nginx.us
Mon Jun 28 01:17:43 MSD 2010
Hello
On a centos 5 box running the latest nginx, I am struggling with case
sensitivity:
I have in root the file go.html
and I want the request for file GO.html server the file go.html
I thought that
something like
[code]
45 location ~* / {
46 index index.html index.htm;
47 }
[/code]
would do the trick but it doesn't.
What are the main strategies to achieve this result?
thank you!
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,103025,103025#msg-103025
More information about the nginx
mailing list