mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-13 22:51:08 -05:00
Fix s3browser
plugin name
Thanks to @webprofusion-chrisc for spotting this: https://github.com/mholt/caddy/pull/2383#issuecomment-445432256
This commit is contained in:
parent
c7562e46a4
commit
1533652b78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue