11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
|
# vim: ft=caddyfile
|
||
|
|
||
|
errors.bbaovanc.com {
|
||
|
encode zstd gzip
|
||
|
import hsts
|
||
|
import log
|
||
|
root * /etc/caddy/errors/img
|
||
|
file_server
|
||
|
import basicerrors
|
||
|
}
|