12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
plausible.bbaovanc.com {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
|
|
reverse_proxy localhost:84
|
|
|
|
import basicerrors
|
|
}
|