2016-12-20 20:57:20 +01:00
|
|
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
|
|
|
|
" Lua Upstream Module <https://github.com/openresty/lua-upstream-nginx-module>
|
2017-02-02 21:16:29 +01:00
|
|
|
" Nginx C module to expose Lua API to ngx_lua for Nginx upstreams
|
2016-12-20 20:57:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
endif
|