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