2016-12-20 14:57:20 -05:00
|
|
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
|
|
|
|
" Akamai G2O Module <https://github.com/kaltura/nginx_mod_akamai_g2o>
|
2017-02-02 15:16:29 -05:00
|
|
|
" Nginx Module for Authenticating Akamai G2O requests
|
2016-12-20 14:57:20 -05:00
|
|
|
syn keyword ngxDirectiveThirdParty g2o
|
|
|
|
syn keyword ngxDirectiveThirdParty g2o_nonce
|
|
|
|
syn keyword ngxDirectiveThirdParty g2o_key
|
|
|
|
|
|
|
|
|
|
|
|
endif
|