mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-04 03:27:23 -05:00 
			
		
		
		
	httpserver: Add webdav plugin directive (#1752)
This commit is contained in:
		
							parent
							
								
									25a596a98f
								
							
						
					
					
						commit
						0985024670
					
				@ -487,6 +487,7 @@ var directives = []string{
 | 
				
			|||||||
	"cgi", // github.com/jung-kurt/caddy-cgi
 | 
						"cgi", // github.com/jung-kurt/caddy-cgi
 | 
				
			||||||
	"websocket",
 | 
						"websocket",
 | 
				
			||||||
	"filemanager", // github.com/hacdias/caddy-filemanager
 | 
						"filemanager", // github.com/hacdias/caddy-filemanager
 | 
				
			||||||
 | 
						"webdav",      // github.com/hacdias/caddy-webdav
 | 
				
			||||||
	"markdown",
 | 
						"markdown",
 | 
				
			||||||
	"templates",
 | 
						"templates",
 | 
				
			||||||
	"browse",
 | 
						"browse",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user