2023-04-06 20:49:47 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								package serverconfigs
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								type ConfigCode = string
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								const (
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeUAM            ConfigCode = "uam"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeCC             ConfigCode = "cc"
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-09 16:00:21 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									ConfigCodeHostRedirects  ConfigCode = "hostRedirects"
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-06 20:49:47 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeLocations      ConfigCode = "locations"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeRewrites       ConfigCode = "rewrites"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeWAF            ConfigCode = "waf"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeCache          ConfigCode = "cache"
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-09 16:00:21 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									ConfigCodeAuth           ConfigCode = "auth"
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-06 20:49:47 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeReferers       ConfigCode = "referers"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeUserAgent      ConfigCode = "userAgent"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeCharset        ConfigCode = "charset"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeAccessLog      ConfigCode = "accessLog"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeStat           ConfigCode = "stat"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeCompression    ConfigCode = "compression"
							 | 
						
					
						
							
								
									
										
										
										
											2023-07-11 19:47:05 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									ConfigCodeOptimization   ConfigCode = "optimization"
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-06 20:49:47 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodePages          ConfigCode = "pages"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeHeaders        ConfigCode = "headers"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeWebsocket      ConfigCode = "websocket"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeWebp           ConfigCode = "webp"
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-09 16:00:21 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									ConfigCodeRoot           ConfigCode = "root"
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-06 20:49:47 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeFastcgi        ConfigCode = "fastcgi"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeRemoteAddr     ConfigCode = "remoteAddr"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeRequestLimit   ConfigCode = "requestLimit"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeTraffic        ConfigCode = "traffic"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									ConfigCodeRequestScripts ConfigCode = "requestScripts"
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-09 16:00:21 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									ConfigCodeReverseProxy   ConfigCode = "reverseProxy"
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-06 20:49:47 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								)
							 |