mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-22 17:49:59 +08:00
Implement templates handler; various minor cleanups and bug fixes
This commit is contained in:
@ -33,7 +33,7 @@ func init() {
|
||||
type App struct {
|
||||
HTTPPort int `json:"http_port,omitempty"`
|
||||
HTTPSPort int `json:"https_port,omitempty"`
|
||||
GracePeriod caddy.Duration `json:"grace_period,omitempty"`
|
||||
GracePeriod caddy.Duration `json:"grace_period,omitempty"`
|
||||
Servers map[string]*Server `json:"servers,omitempty"`
|
||||
|
||||
servers []*http.Server
|
||||
|
Reference in New Issue
Block a user