summaryrefslogtreecommitdiffstats
path: root/syntax/modules/sticky.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/sticky.vim')
-rw-r--r--syntax/modules/sticky.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/syntax/modules/sticky.vim b/syntax/modules/sticky.vim
new file mode 100644
index 00000000..1bdc5382
--- /dev/null
+++ b/syntax/modules/sticky.vim
@@ -0,0 +1,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