mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-10 15:48:58 +01: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",
|
"redir",
|
||||||
"status",
|
"status",
|
||||||
"cors", // github.com/captncraig/cors/caddy
|
"cors", // github.com/captncraig/cors/caddy
|
||||||
"s3broswer", // github.com/techknowlogick/caddy-s3browser
|
"s3browser", // github.com/techknowlogick/caddy-s3browser
|
||||||
"nobots", // github.com/Xumeiquer/nobots
|
"nobots", // github.com/Xumeiquer/nobots
|
||||||
"mime",
|
"mime",
|
||||||
"login", // github.com/tarent/loginsrv/caddy
|
"login", // github.com/tarent/loginsrv/caddy
|
||||||
|
|
Loading…
Reference in a new issue