Commit 64c9f209 authored by Andrey Blinov's avatar Andrey Blinov Committed by Matt Holt

httpserver: Add geoip directive (closes #1819) (#2066)

* Add Geoip plugin to httpserver/plugin.go

* Move GeoIP plugin higher
parent 13dfffd2
......@@ -500,6 +500,7 @@ var directives = []string{
"ext",
"gzip",
"header",
"geoip", // github.com/kodnaplakal/caddy-geoip
"errors",
"authz", // github.com/casbin/caddy-authz
"filter", // github.com/echocat/caddy-filter
......
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