mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 21:46:16 -04:00
282 B
282 B
localhost {
respond "Hello from HTTPS!"
}
192.168.1.10 {
respond "Also HTTPS!"
}
http://localhost {
respond "Plain HTTP"
}