diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/modules/php-memcache-standard-balancer.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/modules/php-memcache-standard-balancer.vim b/syntax/modules/php-memcache-standard-balancer.vim index 7f99ac4c..945b875e 100644 --- a/syntax/modules/php-memcache-standard-balancer.vim +++ b/syntax/modules/php-memcache-standard-balancer.vim @@ -1,6 +1,6 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 -" PHP Memcache Standard Balancer Module <> +" PHP Memcache Standard Balancer Module <https://github.com/replay/ngx_http_php_memcache_standard_balancer> " Loadbalancer that is compatible to the standard loadbalancer in the php-memcache module syn keyword ngxDirectiveThirdParty hash_key |