Documentation
¶
Index ¶
- func WithIPv6Listens(listens []types.Listen) []types.Listen
- type Dialect
- func (d Dialect) MergeHTTPSListens(listens []types.Listen, listenIPv6 bool) []types.Listen
- func (d Dialect) NewVhost(typ, configDir string) (types.Vhost, error)
- func (d Dialect) Reload(ctx context.Context) error
- func (d Dialect) ReloadIfRunning(ctx context.Context) error
- func (d Dialect) Test(ctx context.Context) (string, error)
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dialect ¶ added in v3.3.6
func (Dialect) MergeHTTPSListens ¶ added in v3.3.6
MergeHTTPSListens 补充 443 监听,已有的 443 地址补齐 SSL 参数
func (Dialect) ReloadIfRunning ¶ added in v3.3.6
ReloadIfRunning 仅在服务运行时重载,未运行时配置会在下次启动时生效
Click to show internal directories.
Click to hide internal directories.