Adam Stankiewicz e404a658b1
Update
2016-12-20 20:57:20 +01:00

9 lines
283 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" Sticky Module <https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng>
" Add a sticky cookie to be always forwarded to the same upstream server
syn keyword ngxDirectiveThirdParty sticky
endif