mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-02 00:35: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
|
@ -470,6 +470,7 @@ var directives = []string{
|
||||||
"redir",
|
"redir",
|
||||||
"status",
|
"status",
|
||||||
"cors", // github.com/captncraig/cors/caddy
|
"cors", // github.com/captncraig/cors/caddy
|
||||||
|
"nobots", // github.com/Xumeiquer/nobots
|
||||||
"mime",
|
"mime",
|
||||||
"login", // github.com/tarent/loginsrv/caddy
|
"login", // github.com/tarent/loginsrv/caddy
|
||||||
"reauth", // github.com/freman/caddy-reauth
|
"reauth", // github.com/freman/caddy-reauth
|
||||||
|
|
Loading…
Reference in New Issue
Block a user