mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-02 18:47:22 -05:00 
			
		
		
		
	Moving File Manager higher in the directive list (#1199)
* Moving File Manager higher in the directive list See hacdias/caddy-filemanager#35. * gofmt
This commit is contained in:
		
							parent
							
								
									2f5e840ea9
								
							
						
					
					
						commit
						2b9bbc5236
					
				@ -430,10 +430,10 @@ var directives = []string{
 | 
				
			|||||||
	"proxy",
 | 
						"proxy",
 | 
				
			||||||
	"fastcgi",
 | 
						"fastcgi",
 | 
				
			||||||
	"websocket",
 | 
						"websocket",
 | 
				
			||||||
 | 
						"filemanager", // github.com/hacdias/caddy-filemanager
 | 
				
			||||||
	"markdown",
 | 
						"markdown",
 | 
				
			||||||
	"templates",
 | 
						"templates",
 | 
				
			||||||
	"browse",
 | 
						"browse",
 | 
				
			||||||
	"filemanager", // github.com/hacdias/caddy-filemanager
 | 
					 | 
				
			||||||
	"hugo",      // github.com/hacdias/caddy-hugo
 | 
						"hugo",      // github.com/hacdias/caddy-hugo
 | 
				
			||||||
	"mailout",   // github.com/SchumacherFM/mailout
 | 
						"mailout",   // github.com/SchumacherFM/mailout
 | 
				
			||||||
	"awslambda", // github.com/coopernurse/caddy-awslambda
 | 
						"awslambda", // github.com/coopernurse/caddy-awslambda
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user