mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-21 12:47:32 +08:00
httpserver: Adding nobots directive (#1767)
* Adding nobots directive * Moving nobots directive behind log one. * Move nobots directive to a better position
This commit is contained in:
parent
905eb70773
commit
56153e0bb3
|
@ -469,7 +469,8 @@ var directives = []string{
|
|||
"basicauth",
|
||||
"redir",
|
||||
"status",
|
||||
"cors", // github.com/captncraig/cors/caddy
|
||||
"cors", // github.com/captncraig/cors/caddy
|
||||
"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