22 lines
260 B
Caddyfile
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!"
|
|
}
|