blob: 2189c0f1a650656852e9c79a49bd9ffb6ff9d36b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" IP Blocker Module <https://github.com/tmthrgd/nginx-ip-blocker>
" An efficient shared memory IP blocking system for nginx.
syn keyword ngxDirectiveThirdParty ip_blocker
endif
|