Commit 56153e0b authored by Jaume Martin's avatar Jaume Martin Committed by Matt Holt

httpserver: Adding nobots directive (#1767)

* Adding nobots directive

* Moving nobots directive behind log one.

* Move nobots directive to a better position
parent 905eb707
...@@ -469,7 +469,8 @@ var directives = []string{ ...@@ -469,7 +469,8 @@ var directives = []string{
"basicauth", "basicauth",
"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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment