2016-12-20 14:57:20 -05:00
|
|
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
|
|
|
|
" MD5 Filter Module <https://github.com/kainswor/nginx_md5_filter>
|
2017-02-02 15:16:29 -05:00
|
|
|
" A content filter for nginx, which returns the md5 hash of the content otherwise returned.
|
2016-12-20 14:57:20 -05:00
|
|
|
syn keyword ngxDirectiveThirdParty md5_filter
|
|
|
|
|
|
|
|
|
|
|
|
endif
|