```caddy localhost { respond "Hello from HTTPS!" } 192.168.1.10 { respond "Also HTTPS!" } http://localhost { respond "Plain HTTP" } ```