mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
* Add Geoip plugin to httpserver/plugin.go * Move GeoIP plugin higher
This commit is contained in:
parent
13dfffd203
commit
64c9f20919
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue