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

not clean utf8 url #66

Closed ygm521 closed 5 years ago

ygm521 commented 5 years ago
location ~ /purge/vser(.*){
        allow 127.0.0.1;
        deny all;
        proxy_cache_purge vser $1$is_args$args;
    }

Browser access: http://192.168.44.243/健康检查/index.html clean cache: curl http://127.0.0.1:9099/purge/vser/%E5%81%A5%E5%BA%B7%E6%A3%80%E6%9F%A5/index.html