summaryrefslogtreecommitdiffstats
path: root/syntax/modules/log-request-speed.vim
blob: 792e2e7b761e4dd0da07d49c8b4a02387e662f75 (plain) (blame)
1
2
3
4
5
6
7
8
9
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" Log Request Speed (DEPRECATED) <http://wiki.nginx.org/NginxHttpLogRequestSpeed>
" Log the time it took to process each request.
syn keyword ngxDirectiveThirdParty log_request_speed_filter
syn keyword ngxDirectiveThirdParty log_request_speed_filter_timeout


endif