caddy-website/new/includes/examples/local-https.md
2023-12-08 18:49:07 -05:00

256 B

localhost {
	respond "Hello from HTTPS!"
}

192.168.1.10 {
	respond "Also HTTPS!"
}

http://localhost {
	respond "Plain HTTP"
}