itpp2012 Wrote: ------------------------------------------------------- > http://stackoverflow.com/questions/18415508/how-to-make-url-case-insen > sitive-with-nginx > http://www.nginxtips.com/nginx-location-directive/ So what's haapen if I'd have this senario: A root folder named /home and many files and folders into it for example: /home/img/1.gif /home/img/2.gif /home/vidby farzad - Migration from Other Servers
Hi all ! I'm new in Nginx. I'v migrated from IIS to Nginx but some of my links are broken because case sensivity. How can I say to Nginx which these links are equal : www.mydowmain.com/kmplayer.exe www.mydowmain.com/Kmplayer.exe my server block config: server { listen 80; server_name mydomain.com; root /home/; location / {by farzad - Migration from Other Servers