Caddy
A reverse proxy, like Nginx.
Cheatsheet
$ caddy run --config path/to/Caddyfile
Example config:
mysite.com {
tls /path/to/cert /path/to/key
respond "Hello, world!"
}
A reverse proxy, like Nginx.
$ caddy run --config path/to/Caddyfile
Example config:
mysite.com {
tls /path/to/cert /path/to/key
respond "Hello, world!"
}