Skip to content

Commit bad326f

Browse files
authored
fix: disable cache on analytics
1 parent b576cd5 commit bad326f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nginx.conf

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ http {
5555

5656
# Tiny, negligible performance improvement. Very optional.
5757
proxy_buffering on;
58+
59+
# disable cache
60+
expires off;
5861
}
5962

6063
# Plausible script

0 commit comments

Comments
 (0)