mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
Update
This commit is contained in:
10
syntax/modules/limit-upstream.vim
Normal file
10
syntax/modules/limit-upstream.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Limit Upstream Module <https://github.com/cfsego/nginx-limit-upstream>
|
||||
" Limit the number of connections to upstream for NGINX
|
||||
syn keyword ngxDirectiveThirdParty limit_upstream_zone
|
||||
syn keyword ngxDirectiveThirdParty limit_upstream_conn
|
||||
syn keyword ngxDirectiveThirdParty limit_upstream_log_level
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user