Caddy

Caddy Server Platform

Install

Try

1
2
3
4
5
6
7
8
{
  http_port    8080
  https_port   8443
}

dev.focuzzed.com

respond "Hello"
1
2
3
4
5
6
caddy fmt --overwrite
caddy validate
caddy reload
caddy run # Run in the background

curl localhost:2019/config/