We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da132e commit 223d907Copy full SHA for 223d907
docs/proxy/guides/nginx.md
@@ -50,9 +50,9 @@ server {
50
# Tiny, negligible performance improvement. Very optional.
51
proxy_buffering on;
52
53
- # Cache the script for 6 hours, as long as plausible.io returns a valid response
+ # Cache the script for 5 minutes, as long as plausible.io returns a valid response
54
proxy_cache jscache;
55
- proxy_cache_valid 200 6h;
+ proxy_cache_valid 200 5m;
56
proxy_cache_use_stale updating error timeout invalid_header http_500;
57
58
# Optional. Adds a header to tell if you got a cache hit or miss
0 commit comments