mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 22:16:15 -04:00
Lots of minor adjustments (#341)
This commit is contained in:
parent
618e4e559e
commit
620ff0ce35
18 changed files with 146 additions and 284 deletions
|
@ -24,9 +24,10 @@ Forcefully close a connection received for unknown domains when using a wildcard
|
|||
respond "This is foo!" 200
|
||||
}
|
||||
|
||||
# Unhandled domains fall through to here, but we don't want to accept their requests
|
||||
handle {
|
||||
# Unhandled domains fall through to here,
|
||||
# but we don't want to accept their requests
|
||||
abort
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue