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:
Jaume Martin 2017-07-17 20:39:06 +02:00 committed by Matt Holt
parent 905eb70773
commit 56153e0bb3

View File

@ -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