mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-02-19 15:15:40 +08:00
服务支持fastcgi;路径规则支持匹配后缀
This commit is contained in:
9
pkg/serverconfigs/http_fastcgi_ref.go
Normal file
9
pkg/serverconfigs/http_fastcgi_ref.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package serverconfigs
|
||||
|
||||
type HTTPFastcgiRef struct {
|
||||
IsPrior bool `yaml:"isPrior" json:"isPrior"` // 是否覆盖
|
||||
IsOn bool `yaml:"isOn" json:"isOn"` // 是否开启
|
||||
FastcgiIds []int64 `yaml:"fastcgiIds" json:"fastcgiIds"` // Fastcgi ID列表
|
||||
}
|
||||
Reference in New Issue
Block a user