mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-13 10:42:16 -04:00
httpserver: Set default idle timeout of 5 minutes (closes #1733)
Also clarified a comment in SiteConfig
This commit is contained in:
@@ -53,7 +53,8 @@ type SiteConfig struct {
|
||||
// websockets, etc.
|
||||
Timeouts Timeouts
|
||||
|
||||
// If true all unmatched requests will be served by this site
|
||||
// If true, any requests not matching other site definitions
|
||||
// may be served by this site.
|
||||
FallbackSite bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user