2016-12-20 20:57:20 +01:00
|
|
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
|
|
|
|
" GeoIP Module (DEPRECATED) <http://wiki.nginx.org/NginxHttp3rdPartyGeoIPModule>
|
|
|
|
" Country code lookups via the MaxMind GeoIP API.
|
2017-02-02 21:16:29 +01:00
|
|
|
syn keyword ngxDirectiveDeprecated geoip_country_file
|
2016-12-20 20:57:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
endif
|