mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 08:45:16 +01:00
8 lines
106 B
Caddyfile
8 lines
106 B
Caddyfile
hishtory.dev:80, localhost:80 {
|
|
root /srv/landing
|
|
gzip
|
|
ext .html
|
|
log stdout
|
|
tls off
|
|
}
|