mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 21:50:26 +08:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			354 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			354 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								// 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列表
							 | 
						||
| 
								 | 
							
								}
							 |