mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-01 00:43:23 +08:00
Partial support for location contexts in config files
This commit is contained in:
@ -63,7 +63,7 @@ type Config struct {
|
||||
Port string
|
||||
Root string
|
||||
TLS TLSConfig
|
||||
Middleware []middleware.Middleware
|
||||
Middleware map[string][]middleware.Middleware
|
||||
Startup []func() error
|
||||
MaxCPU int
|
||||
}
|
||||
|
Reference in New Issue
Block a user