example-socket-activated-caddy/config/Caddyfile
Nexus Admin 111416c072 init
2024-11-19 19:48:16 +01:00

22 lines
260 B
Caddyfile

{
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!"
}