8 lines
236 B
VimL
8 lines
236 B
VimL
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||
|
|
||
|
" Lua Upstream Module <https://github.com/openresty/lua-upstream-nginx-module>
|
||
|
" Nginx C module to expose Lua API to ngx_lua for Nginx upstreams
|
||
|
|
||
|
|
||
|
endif
|