Commit 09850246 authored by Henrique Dias's avatar Henrique Dias Committed by Matt Holt

httpserver: Add webdav plugin directive (#1752)

parent 25a596a9
...@@ -487,6 +487,7 @@ var directives = []string{ ...@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment