mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
httpserver: Add webdav plugin directive (#1752)
This commit is contained in:
parent
25a596a98f
commit
0985024670
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue