11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
grafana.boba.best {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
|
|
reverse_proxy localhost:84
|
|
import basicerrors
|
|
}
|