caddy/conf.d/status.boba.best

9 lines
164 B
Plaintext
Raw Normal View History

2021-08-01 16:59:16 -05:00
# vim: ft=caddyfile
status.boba.best {
encode zstd gzip
2021-09-04 16:47:16 -05:00
import hsts
2021-09-03 16:15:33 -05:00
respond "I can't find any good status page software." 404
2021-08-01 16:59:16 -05:00
import basicerrors
}