summaryrefslogtreecommitdiffstats
path: root/syntax/modules/sticky.vim
blob: 1bdc538203e5f0c0cb43217f6667c87ebfcf88cd (plain) (blame)
1
2
3
4
5
6
7
8
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