httpserver: Add s3browser directive (#2383)

Fixes https://github.com/techknowlogick/caddy-s3browser/issues/2
This commit is contained in:
techknowlogick 2018-12-07 21:17:36 -05:00 committed by Matt Holt
parent 8f583dcf36
commit c7562e46a4

View File

@ -625,8 +625,9 @@ var directives = []string{
"basicauth",
"redir",
"status",
"cors", // github.com/captncraig/cors/caddy
"nobots", // github.com/Xumeiquer/nobots
"cors", // github.com/captncraig/cors/caddy
"s3broswer", // github.com/techknowlogick/caddy-s3browser
"nobots", // github.com/Xumeiquer/nobots
"mime",
"login", // github.com/tarent/loginsrv/caddy
"reauth", // github.com/freman/caddy-reauth