Commit 1533652b authored by Francis Lavoie's avatar Francis Lavoie Committed by GitHub

Fix `s3browser` plugin name

Thanks to @webprofusion-chrisc for spotting this: https://github.com/mholt/caddy/pull/2383#issuecomment-445432256
parent c7562e46
......@@ -626,7 +626,7 @@ var directives = []string{
"redir",
"status",
"cors", // github.com/captncraig/cors/caddy
"s3broswer", // github.com/techknowlogick/caddy-s3browser
"s3browser", // github.com/techknowlogick/caddy-s3browser
"nobots", // github.com/Xumeiquer/nobots
"mime",
"login", // github.com/tarent/loginsrv/caddy
......
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