mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-29 07:03:48 +03:00
Merge pull request #2384 from mholt/francislavoie-patch-1
Fix `s3browser` plugin name
This commit is contained in:
commit
2358102c07
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