location case sensitivity

Mark Rogers mark at quarella.co.uk
Mon Jun 28 15:56:45 MSD 2010


On 28/06/10 12:18, Igor Sysoev wrote:
> Unix file systems are case sensitive (except MacOS Extended file system).
> if you want to handle only several files in this way, then:
>
>     location = /GO.html {
>         alias  /path/to/go.html;
>     }
>    

I've never tried this, but there is the "Case Insensitivity On Purpose 
File System", ciopfs:
     http://www.brain-dump.org/projects/ciopfs/

It's a FUSE layer on top of your existing filesystem so may be an 
option. It's in the Ubuntu repos, not sure about others.

-- 
Mark Rogers // More Solutions Ltd (Peterborough Office) // 0844 251 1450
Registered in England (0456 0902) @ 13 Clarke Rd, Milton Keynes, MK1 1LG




More information about the nginx mailing list