diff options
author | Anthony Wang | 2024-12-11 13:48:59 -0500 |
---|---|---|
committer | Anthony Wang | 2024-12-11 13:48:59 -0500 |
commit | fb32540b9a9c56a8c4b310d0c938d00d227bcc59 (patch) | |
tree | 5adc73aa296a34506e1de2a8d237fa43eec6121d | |
parent | 9aa3c7a3e6dae93b8f0d5879ad33bca2563e9863 (diff) |
Caddy GoAccess command
-rw-r--r-- | content/posts/site-analytics.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/posts/site-analytics.md b/content/posts/site-analytics.md index 644c96b..37a6e32 100644 --- a/content/posts/site-analytics.md +++ b/content/posts/site-analytics.md @@ -72,3 +72,5 @@ That produced the following output: ``` All those US visitors are probably just me. But I didn't know my site was so big in Hong Kong? Maybe because of VPNs? + +2024-12-11 update: I switched to Caddy so I'm now using the command `journalctl -eu caddy --output cat --lines all | goaccess --log-format caddy`. |