hishtory/backend/web/caddy/Caddyfile

8 lines
106 B
Caddyfile
Raw Normal View History

2022-11-06 23:59:00 +01:00
hishtory.dev:80, localhost:80 {
root /srv/landing
gzip
ext .html
log stdout
tls off
2022-11-06 23:59:00 +01:00
}