mirror of
https://github.com/caddyserver/caddy.git
synced 2026-08-27 04:07:28 +00:00
Move fallbackHosts to vhostTrie
This commit is contained in:
parent
4991d702fd
commit
a197c864e8
3 changed files with 20 additions and 11 deletions
|
|
@ -52,6 +52,9 @@ type SiteConfig struct {
|
|||
// preserving functionality needed for proxying,
|
||||
// websockets, etc.
|
||||
Timeouts Timeouts
|
||||
|
||||
// If true all unmatched requests will be served by this site
|
||||
FallbackSite bool
|
||||
}
|
||||
|
||||
// Timeouts specify various timeouts for a server to use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue