diff options
Diffstat (limited to 'syntax/modules/stream-upsync.vim')
-rw-r--r-- | syntax/modules/stream-upsync.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/modules/stream-upsync.vim b/syntax/modules/stream-upsync.vim index 2769f871..932cacfa 100644 --- a/syntax/modules/stream-upsync.vim +++ b/syntax/modules/stream-upsync.vim @@ -1,7 +1,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 " Stream Upsync Module <https://github.com/xiaokai-wang/nginx-stream-upsync-module> -" Sync upstreams from consul or others, dynamiclly modify backend-servers attribute(weight, max_fails,...), needn't reload nginx. +" Sync upstreams from consul or others, dynamiclly modify backend-servers attribute(weight, max_fails,...), needn't reload nginx. syn keyword ngxDirectiveThirdParty upsync syn keyword ngxDirectiveThirdParty upsync_dump_path syn keyword ngxDirectiveThirdParty upsync_lb |