0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

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

* Add Geoip plugin to httpserver/plugin.go

* Move GeoIP plugin higher
This commit is contained in:
Andrey Blinov 2018-03-15 15:30:25 +02:00 committed by Matt Holt
parent 13dfffd203
commit 64c9f20919

View file

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