hishtory/backend/web/caddy/Caddyfile
2022-11-06 14:43:49 -08:00

8 lines
142 B
Caddyfile

hishtory.dev:80 {
root /srv/landing
gzip
ext .html
log stdout
tls off
# redir / https://github.com/ddworken/hishtory
}