thedocks/caddy/Caddyfile

8 lines
143 B
Caddyfile
Raw Normal View History

2021-12-25 19:34:01 +00:00
:80, :443 {
encode zstd gzip
https://caddyserver.com/docs/caddyfile
file_server browse
2021-12-24 22:48:02 +00:00
}
2021-12-25 19:34:01 +00:00
:8080 {
respond "I am 8080"
2021-12-24 22:19:10 +00:00
}