example-socket-activated-caddy/config/Caddyfile

22 lines
260 B
Caddyfile
Raw Normal View History

2024-11-19 18:48:16 +00:00
{
auto_https disable_redirects
admin off
}
http://nexus.plabble.org {
bind fd/3 {
protocols h1
}
respond "Can't get this!"
}
https://nexus.plabble.org {
bind fd/4 {
protocols h1 h2
}
bind fdgram/5 {
protocols h3
}
respond "Can't get this!"
}