hishtory/backend/web/caddy/Caddyfile

8 lines
140 B
Caddyfile

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