mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
runtime(nginx): Add NGINX directive for background cache updates
Docs: https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_background_update closes: #17458 Signed-off-by: S0AndS0 <strangerthanbland@gmail.com> Signed-off-by: Chris Aumann <me@chr4.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
9cb27a57c8
commit
80a7921a02
@ -2,6 +2,7 @@
|
|||||||
" Language: nginx.conf
|
" Language: nginx.conf
|
||||||
" Maintainer: Chris Aumann <me@chr4.org>
|
" Maintainer: Chris Aumann <me@chr4.org>
|
||||||
" Last Change: Nov 25, 2023
|
" Last Change: Nov 25, 2023
|
||||||
|
" 2025 Jun 08 by Vim Project: improve syntax (#17458)
|
||||||
|
|
||||||
if exists("b:current_syntax")
|
if exists("b:current_syntax")
|
||||||
finish
|
finish
|
||||||
@ -389,6 +390,7 @@ syn keyword ngxDirective proxy_buffering
|
|||||||
syn keyword ngxDirective proxy_buffers
|
syn keyword ngxDirective proxy_buffers
|
||||||
syn keyword ngxDirective proxy_busy_buffers_size
|
syn keyword ngxDirective proxy_busy_buffers_size
|
||||||
syn keyword ngxDirective proxy_cache
|
syn keyword ngxDirective proxy_cache
|
||||||
|
syn keyword ngxDirective proxy_cache_background_update
|
||||||
syn keyword ngxDirective proxy_cache_bypass
|
syn keyword ngxDirective proxy_cache_bypass
|
||||||
syn keyword ngxDirective proxy_cache_convert_head
|
syn keyword ngxDirective proxy_cache_convert_head
|
||||||
syn keyword ngxDirective proxy_cache_key
|
syn keyword ngxDirective proxy_cache_key
|
||||||
|
Reference in New Issue
Block a user