9 lines
235 B
VimL
9 lines
235 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
" Log If Module <https://github.com/cfsego/ngx_log_if>
|
|
" Conditional accesslog for nginx
|
|
syn keyword ngxDirectiveThirdParty access_log_bypass_if
|
|
|
|
|
|
endif
|