We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b1778 commit 954082aCopy full SHA for 954082a
README.md
@@ -140,7 +140,7 @@ Sample configuration (same location syntax - purge all cached files)
140
proxy_pass http://127.0.0.1:8000;
141
proxy_cache tmpcache;
142
proxy_cache_key "$uri$is_args$args";
143
- proxy_cache_purge PURGE purge_all from 127.0.0.1;
+ proxy_cache_purge PURGE purge_all from 127.0.0.1 192.168.0.0/8;
144
}
145
146
0 commit comments