Commit c7562e46 authored by techknowlogick's avatar techknowlogick Committed by Matt Holt

httpserver: Add s3browser directive (#2383)

Fixes https://github.com/techknowlogick/caddy-s3browser/issues/2
parent 8f583dcf
......@@ -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
......
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