I never ended up reading the server side logging. Even with `goaccess`, there was too much noise from bots and crawlers.
10 lines
135 B
Caddyfile
10 lines
135 B
Caddyfile
# vim: ft=caddyfile
|
|
|
|
grafana.boba.best {
|
|
encode zstd gzip
|
|
import hsts
|
|
|
|
reverse_proxy localhost:84
|
|
import basicerrors
|
|
}
|