2016-12-20 20:57:20 +01:00
|
|
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
|
|
|
|
" Chunkin Module (DEPRECATED) <http://wiki.nginx.org/NginxHttpChunkinModule>
|
|
|
|
" HTTP 1.1 chunked-encoding request body support for Nginx.
|
2017-02-02 21:16:29 +01:00
|
|
|
syn keyword ngxDirectiveDeprecated chunkin
|
|
|
|
syn keyword ngxDirectiveDeprecated chunkin_keepalive
|
|
|
|
syn keyword ngxDirectiveDeprecated chunkin_max_chunks_per_buf
|
|
|
|
syn keyword ngxDirectiveDeprecated chunkin_resume
|
2016-12-20 20:57:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
endif
|