Thomas Hargreaves
Results
1
issues of
Thomas Hargreaves
Version: Nginx Cache Purge 0.1.10 OS: Ubuntu 20.04.6 LTS Example command: /usr/local/bin/nginx-cache-purge /var/cache/nginx 1:2 'https*' Relevant Config: ``` proxy_cache_path /var/cache/nginx keys_zone=disk_cache:100m levels=1:2 inactive=24h max_size=1G; proxy_cache_key "$scheme$host$request_uri"; ``` Expectation. Running the...
bug