Welcome! Log In Create A New Profile

Advanced

Re: Case insensitive location

April 11, 2014 07:59AM
I'm still having no luck with it.

As I said before, when I use location ~* ^/card/, it just 404s all the time unless I disable my cache.

Here is my cache code, I have no idea why it does this.

# Cache setup.
location ~* \.(jpg|jpeg|png|gif|ico|css|xml|js|woff)$ {
expires 30d;
root /home/site/public;
add_header Pragma public;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
}
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: 321
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