FRiCKLE / ngx_cache_purge

nginx module which adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches.
http://labs.frickle.com/nginx_ngx_cache_purge/
Other
1.06k stars 310 forks source link

fastcgi purge HTTP/1.1 412 Precondition Failed #74

Open sezerkaratas opened 2 years ago

sezerkaratas commented 2 years ago

hi

fastcgi_cache_purge PURGE from all;

or

location ~ /purga(/.)?. { allow all; fastcgi_cache_purge WORDPRESS "$1mobileversion"; }

curl -X ...............................

HTTP/1.1 412 Precondition Failed

pls help me