mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-17 02:50:49 +01:00
7 lines
91 B
Caddyfile
7 lines
91 B
Caddyfile
|
hishtory.dev:80 {
|
||
|
root /srv/landing
|
||
|
gzip
|
||
|
ext .html
|
||
|
log stdout
|
||
|
tls off
|
||
|
}
|