Skip to content

Commit 954082a

Browse files
authored
Update README.md
1 parent 69b1778 commit 954082a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Sample configuration (same location syntax - purge all cached files)
140140
proxy_pass http://127.0.0.1:8000;
141141
proxy_cache tmpcache;
142142
proxy_cache_key "$uri$is_args$args";
143-
proxy_cache_purge PURGE purge_all from 127.0.0.1;
143+
proxy_cache_purge PURGE purge_all from 127.0.0.1 192.168.0.0/8;
144144
}
145145
}
146146
}

0 commit comments

Comments
 (0)