mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-21 15:28:30 +08:00
httpserver: Add s3browser directive (#2383)
Fixes https://github.com/techknowlogick/caddy-s3browser/issues/2
This commit is contained in:
parent
8f583dcf36
commit
c7562e46a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user