Welcome! Log In Create A New Profile

Advanced

Re: FastCGI caching mistakes...

March 02, 2015 11:16AM
Ok, it works for query string now.
I saw that $request_uri already contains query string.

location ~ ^/purge(/.*) {
fastcgi_cache_purge FASTCGICACHE "$scheme$request_method$host$1$is_args$args#$http_range$isAjax";
}

I use $1$is_args$args like $request_uri. But special characters are probably endoded during the location regex ?
So now, hox to deal with special characters (é, è...) ?
Subject Author Posted

FastCGI caching mistakes...

lolallalol March 02, 2015 08:49AM

Re: FastCGI caching mistakes...

lolallalol March 02, 2015 11:16AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 275
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