caddy Command Examples

An enterprise-ready open source web server with automatic HTTPS, written in Go. More information: https://caddyserver.com.

caddy run

caddy run --config {{path/to/Caddyfile}}

caddy start

caddy stop

caddy file-server --listen :{{8000}} --browse

caddy reverse-proxy --from :{{80}} --to localhost:{{8000}}