You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							13 lines
						
					
					
						
							534 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							13 lines
						
					
					
						
							534 B
						
					
					
				| package standard | |
| 
 | |
| import ( | |
| 	// standard Caddy modules | |
| 	_ "github.com/caddyserver/caddy/v2/caddyconfig/caddyfile" | |
| 	_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/standard" | |
| 	_ "github.com/caddyserver/caddy/v2/modules/caddypki" | |
| 	_ "github.com/caddyserver/caddy/v2/modules/caddytls" | |
| 	_ "github.com/caddyserver/caddy/v2/modules/caddytls/distributedstek" | |
| 	_ "github.com/caddyserver/caddy/v2/modules/caddytls/standardstek" | |
| 	_ "github.com/caddyserver/caddy/v2/modules/filestorage" | |
| 	_ "github.com/caddyserver/caddy/v2/modules/logging" | |
| )
 | |
| 
 |