comparison contrib/vim/syntax/nginx.vim @ 8047:1b7c7c3af6d9

Contrib: vim syntax, update core and 3rd party module directives. List of 3rd party modules github repositories are obtained from https://github.com/freebsd/freebsd-ports/blob/main/www/nginx-devel/Makefile.extmod
author Gena Makhomed <gmm@csdoc.com>
date Sat, 18 Jun 2022 15:54:40 +0300
parents 5d88e2bf92b3
children 904c99bede17
comparison
equal deleted inserted replaced
8046:861f076eab72 8047:1b7c7c3af6d9
109 syn keyword ngxDirectiveControl contained set 109 syn keyword ngxDirectiveControl contained set
110 110
111 syn keyword ngxDirectiveError contained error_page 111 syn keyword ngxDirectiveError contained error_page
112 syn keyword ngxDirectiveError contained post_action 112 syn keyword ngxDirectiveError contained post_action
113 113
114 syn keyword ngxDirectiveDeprecated contained limit_zone
115 syn keyword ngxDirectiveDeprecated contained proxy_downstream_buffer 114 syn keyword ngxDirectiveDeprecated contained proxy_downstream_buffer
116 syn keyword ngxDirectiveDeprecated contained proxy_upstream_buffer 115 syn keyword ngxDirectiveDeprecated contained proxy_upstream_buffer
117 syn keyword ngxDirectiveDeprecated contained spdy_chunk_size
118 syn keyword ngxDirectiveDeprecated contained spdy_headers_comp
119 syn keyword ngxDirectiveDeprecated contained spdy_keepalive_timeout
120 syn keyword ngxDirectiveDeprecated contained spdy_max_concurrent_streams
121 syn keyword ngxDirectiveDeprecated contained spdy_pool_size
122 syn keyword ngxDirectiveDeprecated contained spdy_recv_buffer_size
123 syn keyword ngxDirectiveDeprecated contained spdy_recv_timeout
124 syn keyword ngxDirectiveDeprecated contained spdy_streams_index_size
125 syn keyword ngxDirectiveDeprecated contained ssl 116 syn keyword ngxDirectiveDeprecated contained ssl
126 syn keyword ngxDirectiveDeprecated contained upstream_conf 117 syn keyword ngxDirectiveDeprecated contained http2_idle_timeout
118 syn keyword ngxDirectiveDeprecated contained http2_max_field_size
119 syn keyword ngxDirectiveDeprecated contained http2_max_header_size
120 syn keyword ngxDirectiveDeprecated contained http2_max_requests
121 syn keyword ngxDirectiveDeprecated contained http2_recv_timeout
127 122
128 syn keyword ngxDirective contained absolute_redirect 123 syn keyword ngxDirective contained absolute_redirect
129 syn keyword ngxDirective contained accept_mutex 124 syn keyword ngxDirective contained accept_mutex
130 syn keyword ngxDirective contained accept_mutex_delay 125 syn keyword ngxDirective contained accept_mutex_delay
131 syn keyword ngxDirective contained acceptex_read 126 syn keyword ngxDirective contained acceptex_read
150 syn keyword ngxDirective contained auth_http_pass_client_cert 145 syn keyword ngxDirective contained auth_http_pass_client_cert
151 syn keyword ngxDirective contained auth_http_timeout 146 syn keyword ngxDirective contained auth_http_timeout
152 syn keyword ngxDirective contained auth_jwt 147 syn keyword ngxDirective contained auth_jwt
153 syn keyword ngxDirective contained auth_jwt_claim_set 148 syn keyword ngxDirective contained auth_jwt_claim_set
154 syn keyword ngxDirective contained auth_jwt_header_set 149 syn keyword ngxDirective contained auth_jwt_header_set
150 syn keyword ngxDirective contained auth_jwt_key_cache
155 syn keyword ngxDirective contained auth_jwt_key_file 151 syn keyword ngxDirective contained auth_jwt_key_file
156 syn keyword ngxDirective contained auth_jwt_key_request 152 syn keyword ngxDirective contained auth_jwt_key_request
157 syn keyword ngxDirective contained auth_jwt_leeway 153 syn keyword ngxDirective contained auth_jwt_leeway
158 syn keyword ngxDirective contained auth_jwt_require 154 syn keyword ngxDirective contained auth_jwt_require
159 syn keyword ngxDirective contained auth_jwt_type 155 syn keyword ngxDirective contained auth_jwt_type
307 syn keyword ngxDirective contained hls_fragment 303 syn keyword ngxDirective contained hls_fragment
308 syn keyword ngxDirective contained hls_mp4_buffer_size 304 syn keyword ngxDirective contained hls_mp4_buffer_size
309 syn keyword ngxDirective contained hls_mp4_max_buffer_size 305 syn keyword ngxDirective contained hls_mp4_max_buffer_size
310 syn keyword ngxDirective contained http2_body_preread_size 306 syn keyword ngxDirective contained http2_body_preread_size
311 syn keyword ngxDirective contained http2_chunk_size 307 syn keyword ngxDirective contained http2_chunk_size
312 syn keyword ngxDirective contained http2_idle_timeout
313 syn keyword ngxDirective contained http2_max_concurrent_pushes 308 syn keyword ngxDirective contained http2_max_concurrent_pushes
314 syn keyword ngxDirective contained http2_max_concurrent_streams 309 syn keyword ngxDirective contained http2_max_concurrent_streams
315 syn keyword ngxDirective contained http2_max_field_size
316 syn keyword ngxDirective contained http2_max_header_size
317 syn keyword ngxDirective contained http2_max_requests
318 syn keyword ngxDirective contained http2_pool_size 310 syn keyword ngxDirective contained http2_pool_size
319 syn keyword ngxDirective contained http2_push 311 syn keyword ngxDirective contained http2_push
320 syn keyword ngxDirective contained http2_push_preload 312 syn keyword ngxDirective contained http2_push_preload
321 syn keyword ngxDirective contained http2_recv_buffer_size 313 syn keyword ngxDirective contained http2_recv_buffer_size
322 syn keyword ngxDirective contained http2_recv_timeout
323 syn keyword ngxDirective contained http2_streams_index_size 314 syn keyword ngxDirective contained http2_streams_index_size
324 syn keyword ngxDirective contained if_modified_since 315 syn keyword ngxDirective contained if_modified_since
325 syn keyword ngxDirective contained ignore_invalid_headers 316 syn keyword ngxDirective contained ignore_invalid_headers
326 syn keyword ngxDirective contained image_filter 317 syn keyword ngxDirective contained image_filter
327 syn keyword ngxDirective contained image_filter_buffer 318 syn keyword ngxDirective contained image_filter_buffer
337 syn keyword ngxDirective contained iocp_threads 328 syn keyword ngxDirective contained iocp_threads
338 syn keyword ngxDirective contained ip_hash 329 syn keyword ngxDirective contained ip_hash
339 syn keyword ngxDirective contained js_access 330 syn keyword ngxDirective contained js_access
340 syn keyword ngxDirective contained js_body_filter 331 syn keyword ngxDirective contained js_body_filter
341 syn keyword ngxDirective contained js_content 332 syn keyword ngxDirective contained js_content
333 syn keyword ngxDirective contained js_fetch_buffer_size
342 syn keyword ngxDirective contained js_fetch_ciphers 334 syn keyword ngxDirective contained js_fetch_ciphers
335 syn keyword ngxDirective contained js_fetch_max_response_buffer_size
343 syn keyword ngxDirective contained js_fetch_protocols 336 syn keyword ngxDirective contained js_fetch_protocols
337 syn keyword ngxDirective contained js_fetch_timeout
344 syn keyword ngxDirective contained js_fetch_trusted_certificate 338 syn keyword ngxDirective contained js_fetch_trusted_certificate
339 syn keyword ngxDirective contained js_fetch_verify
345 syn keyword ngxDirective contained js_fetch_verify_depth 340 syn keyword ngxDirective contained js_fetch_verify_depth
346 syn keyword ngxDirective contained js_filter 341 syn keyword ngxDirective contained js_filter
347 syn keyword ngxDirective contained js_header_filter 342 syn keyword ngxDirective contained js_header_filter
348 syn keyword ngxDirective contained js_import 343 syn keyword ngxDirective contained js_import
349 syn keyword ngxDirective contained js_include
350 syn keyword ngxDirective contained js_path 344 syn keyword ngxDirective contained js_path
351 syn keyword ngxDirective contained js_preread 345 syn keyword ngxDirective contained js_preread
352 syn keyword ngxDirective contained js_set 346 syn keyword ngxDirective contained js_set
353 syn keyword ngxDirective contained js_var 347 syn keyword ngxDirective contained js_var
354 syn keyword ngxDirective contained keepalive 348 syn keyword ngxDirective contained keepalive
389 syn keyword ngxDirective contained max_errors 383 syn keyword ngxDirective contained max_errors
390 syn keyword ngxDirective contained max_ranges 384 syn keyword ngxDirective contained max_ranges
391 syn keyword ngxDirective contained memcached_bind 385 syn keyword ngxDirective contained memcached_bind
392 syn keyword ngxDirective contained memcached_buffer_size 386 syn keyword ngxDirective contained memcached_buffer_size
393 syn keyword ngxDirective contained memcached_connect_timeout 387 syn keyword ngxDirective contained memcached_connect_timeout
394 syn keyword ngxDirective contained memcached_force_ranges
395 syn keyword ngxDirective contained memcached_gzip_flag 388 syn keyword ngxDirective contained memcached_gzip_flag
396 syn keyword ngxDirective contained memcached_next_upstream 389 syn keyword ngxDirective contained memcached_next_upstream
397 syn keyword ngxDirective contained memcached_next_upstream_timeout 390 syn keyword ngxDirective contained memcached_next_upstream_timeout
398 syn keyword ngxDirective contained memcached_next_upstream_tries 391 syn keyword ngxDirective contained memcached_next_upstream_tries
399 syn keyword ngxDirective contained memcached_read_timeout 392 syn keyword ngxDirective contained memcached_read_timeout
643 syn keyword ngxDirective contained state 636 syn keyword ngxDirective contained state
644 syn keyword ngxDirective contained status 637 syn keyword ngxDirective contained status
645 syn keyword ngxDirective contained status_format 638 syn keyword ngxDirective contained status_format
646 syn keyword ngxDirective contained status_zone 639 syn keyword ngxDirective contained status_zone
647 syn keyword ngxDirective contained sticky 640 syn keyword ngxDirective contained sticky
648 syn keyword ngxDirective contained sticky_cookie_insert
649 syn keyword ngxDirective contained stub_status 641 syn keyword ngxDirective contained stub_status
650 syn keyword ngxDirective contained sub_filter 642 syn keyword ngxDirective contained sub_filter
651 syn keyword ngxDirective contained sub_filter_last_modified 643 syn keyword ngxDirective contained sub_filter_last_modified
652 syn keyword ngxDirective contained sub_filter_once 644 syn keyword ngxDirective contained sub_filter_once
653 syn keyword ngxDirective contained sub_filter_types 645 syn keyword ngxDirective contained sub_filter_types
772 syn keyword ngxDirective contained zone_sync_ssl_trusted_certificate 764 syn keyword ngxDirective contained zone_sync_ssl_trusted_certificate
773 syn keyword ngxDirective contained zone_sync_ssl_verify 765 syn keyword ngxDirective contained zone_sync_ssl_verify
774 syn keyword ngxDirective contained zone_sync_ssl_verify_depth 766 syn keyword ngxDirective contained zone_sync_ssl_verify_depth
775 syn keyword ngxDirective contained zone_sync_timeout 767 syn keyword ngxDirective contained zone_sync_timeout
776 768
769
777 " 3rd party modules list taken from 770 " 3rd party modules list taken from
778 " https://github.com/freebsd/freebsd-ports/blob/master/www/nginx-devel/Makefile 771 " https://github.com/freebsd/freebsd-ports/blob/main/www/nginx-devel/Makefile.extmod
779 " ----------------------------------------------------------------------------- 772 " ----------------------------------------------------------------------------------
780 773
781 " Accept Language 774 " https://github.com/msva/nginx_ajp_module
782 " https://github.com/giom/nginx_accept_language_module 775 syn keyword ngxDirectiveThirdParty contained ajp_buffer_size
783 syn keyword ngxDirectiveThirdParty contained set_from_accept_language
784
785 " Digest Authentication
786 " https://github.com/atomx/nginx-http-auth-digest
787 syn keyword ngxDirectiveThirdParty contained auth_digest
788 syn keyword ngxDirectiveThirdParty contained auth_digest_drop_time
789 syn keyword ngxDirectiveThirdParty contained auth_digest_evasion_time
790 syn keyword ngxDirectiveThirdParty contained auth_digest_expires
791 syn keyword ngxDirectiveThirdParty contained auth_digest_maxtries
792 syn keyword ngxDirectiveThirdParty contained auth_digest_replays
793 syn keyword ngxDirectiveThirdParty contained auth_digest_shm_size
794 syn keyword ngxDirectiveThirdParty contained auth_digest_timeout
795 syn keyword ngxDirectiveThirdParty contained auth_digest_user_file
796
797 " SPNEGO Authentication
798 " https://github.com/stnoonan/spnego-http-auth-nginx-module
799 syn keyword ngxDirectiveThirdParty contained auth_gss
800 syn keyword ngxDirectiveThirdParty contained auth_gss_allow_basic_fallback
801 syn keyword ngxDirectiveThirdParty contained auth_gss_authorized_principal
802 syn keyword ngxDirectiveThirdParty contained auth_gss_authorized_principal_regex
803 syn keyword ngxDirectiveThirdParty contained auth_gss_constrained_delegation
804 syn keyword ngxDirectiveThirdParty contained auth_gss_delegate_credentials
805 syn keyword ngxDirectiveThirdParty contained auth_gss_force_realm
806 syn keyword ngxDirectiveThirdParty contained auth_gss_format_full
807 syn keyword ngxDirectiveThirdParty contained auth_gss_keytab
808 syn keyword ngxDirectiveThirdParty contained auth_gss_map_to_local
809 syn keyword ngxDirectiveThirdParty contained auth_gss_realm
810 syn keyword ngxDirectiveThirdParty contained auth_gss_service_ccache
811 syn keyword ngxDirectiveThirdParty contained auth_gss_service_name
812
813 " LDAP Authentication
814 " https://github.com/kvspb/nginx-auth-ldap
815 syn keyword ngxDirectiveThirdParty contained auth_ldap
816 syn keyword ngxDirectiveThirdParty contained auth_ldap_cache_enabled
817 syn keyword ngxDirectiveThirdParty contained auth_ldap_cache_expiration_time
818 syn keyword ngxDirectiveThirdParty contained auth_ldap_cache_size
819 syn keyword ngxDirectiveThirdParty contained auth_ldap_servers
820 syn keyword ngxDirectiveThirdParty contained auth_ldap_servers_size
821 syn keyword ngxDirectiveThirdParty contained ldap_server
822
823 " PAM Authentication
824 " https://github.com/sto/ngx_http_auth_pam_module
825 syn keyword ngxDirectiveThirdParty contained auth_pam
826 syn keyword ngxDirectiveThirdParty contained auth_pam_service_name
827 syn keyword ngxDirectiveThirdParty contained auth_pam_set_pam_env
828
829 " AJP protocol proxy
830 " https://github.com/yaoweibin/nginx_ajp_module
831 syn keyword ngxDirectiveThirdParty contained ajp_buffers 776 syn keyword ngxDirectiveThirdParty contained ajp_buffers
832 syn keyword ngxDirectiveThirdParty contained ajp_buffer_size
833 syn keyword ngxDirectiveThirdParty contained ajp_busy_buffers_size 777 syn keyword ngxDirectiveThirdParty contained ajp_busy_buffers_size
834 syn keyword ngxDirectiveThirdParty contained ajp_cache 778 syn keyword ngxDirectiveThirdParty contained ajp_cache
835 syn keyword ngxDirectiveThirdParty contained ajp_cache_key 779 syn keyword ngxDirectiveThirdParty contained ajp_cache_key
836 syn keyword ngxDirectiveThirdParty contained ajp_cache_lock 780 syn keyword ngxDirectiveThirdParty contained ajp_cache_lock
837 syn keyword ngxDirectiveThirdParty contained ajp_cache_lock_timeout 781 syn keyword ngxDirectiveThirdParty contained ajp_cache_lock_timeout
848 syn keyword ngxDirectiveThirdParty contained ajp_intercept_errors 792 syn keyword ngxDirectiveThirdParty contained ajp_intercept_errors
849 syn keyword ngxDirectiveThirdParty contained ajp_keep_conn 793 syn keyword ngxDirectiveThirdParty contained ajp_keep_conn
850 syn keyword ngxDirectiveThirdParty contained ajp_max_data_packet_size 794 syn keyword ngxDirectiveThirdParty contained ajp_max_data_packet_size
851 syn keyword ngxDirectiveThirdParty contained ajp_max_temp_file_size 795 syn keyword ngxDirectiveThirdParty contained ajp_max_temp_file_size
852 syn keyword ngxDirectiveThirdParty contained ajp_next_upstream 796 syn keyword ngxDirectiveThirdParty contained ajp_next_upstream
797 syn keyword ngxDirectiveThirdParty contained ajp_param
853 syn keyword ngxDirectiveThirdParty contained ajp_pass 798 syn keyword ngxDirectiveThirdParty contained ajp_pass
854 syn keyword ngxDirectiveThirdParty contained ajp_pass_header 799 syn keyword ngxDirectiveThirdParty contained ajp_pass_header
855 syn keyword ngxDirectiveThirdParty contained ajp_pass_request_body 800 syn keyword ngxDirectiveThirdParty contained ajp_pass_request_body
856 syn keyword ngxDirectiveThirdParty contained ajp_pass_request_headers 801 syn keyword ngxDirectiveThirdParty contained ajp_pass_request_headers
857 syn keyword ngxDirectiveThirdParty contained ajp_read_timeout 802 syn keyword ngxDirectiveThirdParty contained ajp_read_timeout
803 syn keyword ngxDirectiveThirdParty contained ajp_script_url
858 syn keyword ngxDirectiveThirdParty contained ajp_secret 804 syn keyword ngxDirectiveThirdParty contained ajp_secret
859 syn keyword ngxDirectiveThirdParty contained ajp_send_lowat 805 syn keyword ngxDirectiveThirdParty contained ajp_send_lowat
860 syn keyword ngxDirectiveThirdParty contained ajp_send_timeout 806 syn keyword ngxDirectiveThirdParty contained ajp_send_timeout
861 syn keyword ngxDirectiveThirdParty contained ajp_store 807 syn keyword ngxDirectiveThirdParty contained ajp_store
862 syn keyword ngxDirectiveThirdParty contained ajp_store_access 808 syn keyword ngxDirectiveThirdParty contained ajp_store_access
863 syn keyword ngxDirectiveThirdParty contained ajp_temp_file_write_size 809 syn keyword ngxDirectiveThirdParty contained ajp_temp_file_write_size
864 syn keyword ngxDirectiveThirdParty contained ajp_temp_path 810 syn keyword ngxDirectiveThirdParty contained ajp_temp_path
865 syn keyword ngxDirectiveThirdParty contained ajp_upstream_fail_timeout 811 syn keyword ngxDirectiveThirdParty contained ajp_upstream_fail_timeout
866 syn keyword ngxDirectiveThirdParty contained ajp_upstream_max_fails 812 syn keyword ngxDirectiveThirdParty contained ajp_upstream_max_fails
867 813
868 " AWS proxy 814 " https://github.com/openresty/array-var-nginx-module
815 syn keyword ngxDirectiveThirdParty contained array_join
816 syn keyword ngxDirectiveThirdParty contained array_map
817 syn keyword ngxDirectiveThirdParty contained array_map_op
818 syn keyword ngxDirectiveThirdParty contained array_split
819
869 " https://github.com/anomalizer/ngx_aws_auth 820 " https://github.com/anomalizer/ngx_aws_auth
870 syn keyword ngxDirectiveThirdParty contained aws_access_key 821 syn keyword ngxDirectiveThirdParty contained aws_access_key
871 syn keyword ngxDirectiveThirdParty contained aws_endpoint 822 syn keyword ngxDirectiveThirdParty contained aws_endpoint
872 syn keyword ngxDirectiveThirdParty contained aws_key_scope 823 syn keyword ngxDirectiveThirdParty contained aws_key_scope
873 syn keyword ngxDirectiveThirdParty contained aws_s3_bucket 824 syn keyword ngxDirectiveThirdParty contained aws_s3_bucket
874 syn keyword ngxDirectiveThirdParty contained aws_sign 825 syn keyword ngxDirectiveThirdParty contained aws_sign
875 syn keyword ngxDirectiveThirdParty contained aws_signing_key 826 syn keyword ngxDirectiveThirdParty contained aws_signing_key
876 827
877 " embedding Clojure or Java or Groovy programs 828 " https://github.com/google/ngx_brotli
829 syn keyword ngxDirectiveThirdParty contained brotli
830 syn keyword ngxDirectiveThirdParty contained brotli_buffers
831 syn keyword ngxDirectiveThirdParty contained brotli_comp_level
832 syn keyword ngxDirectiveThirdParty contained brotli_min_length
833 syn keyword ngxDirectiveThirdParty contained brotli_static
834 syn keyword ngxDirectiveThirdParty contained brotli_types
835 syn keyword ngxDirectiveThirdParty contained brotli_window
836
837 " https://github.com/torden/ngx_cache_purge
838 syn keyword ngxDirectiveThirdParty contained cache_purge_response_type
839
878 " https://github.com/nginx-clojure/nginx-clojure 840 " https://github.com/nginx-clojure/nginx-clojure
879 syn keyword ngxDirectiveThirdParty contained access_handler_code 841 syn keyword ngxDirectiveThirdParty contained access_handler_code
880 syn keyword ngxDirectiveThirdParty contained access_handler_name 842 syn keyword ngxDirectiveThirdParty contained access_handler_name
881 syn keyword ngxDirectiveThirdParty contained access_handler_property 843 syn keyword ngxDirectiveThirdParty contained access_handler_property
882 syn keyword ngxDirectiveThirdParty contained access_handler_type 844 syn keyword ngxDirectiveThirdParty contained access_handler_type
890 syn keyword ngxDirectiveThirdParty contained content_handler_name 852 syn keyword ngxDirectiveThirdParty contained content_handler_name
891 syn keyword ngxDirectiveThirdParty contained content_handler_property 853 syn keyword ngxDirectiveThirdParty contained content_handler_property
892 syn keyword ngxDirectiveThirdParty contained content_handler_type 854 syn keyword ngxDirectiveThirdParty contained content_handler_type
893 syn keyword ngxDirectiveThirdParty contained handler_code 855 syn keyword ngxDirectiveThirdParty contained handler_code
894 syn keyword ngxDirectiveThirdParty contained handler_name 856 syn keyword ngxDirectiveThirdParty contained handler_name
857 syn keyword ngxDirectiveThirdParty contained handler_type
895 syn keyword ngxDirectiveThirdParty contained handlers_lazy_init 858 syn keyword ngxDirectiveThirdParty contained handlers_lazy_init
896 syn keyword ngxDirectiveThirdParty contained handler_type
897 syn keyword ngxDirectiveThirdParty contained header_filter_code 859 syn keyword ngxDirectiveThirdParty contained header_filter_code
898 syn keyword ngxDirectiveThirdParty contained header_filter_name 860 syn keyword ngxDirectiveThirdParty contained header_filter_name
899 syn keyword ngxDirectiveThirdParty contained header_filter_property 861 syn keyword ngxDirectiveThirdParty contained header_filter_property
900 syn keyword ngxDirectiveThirdParty contained header_filter_type 862 syn keyword ngxDirectiveThirdParty contained header_filter_type
901 syn keyword ngxDirectiveThirdParty contained jvm_classpath 863 syn keyword ngxDirectiveThirdParty contained jvm_classpath
919 syn keyword ngxDirectiveThirdParty contained rewrite_handler_property 881 syn keyword ngxDirectiveThirdParty contained rewrite_handler_property
920 syn keyword ngxDirectiveThirdParty contained rewrite_handler_type 882 syn keyword ngxDirectiveThirdParty contained rewrite_handler_type
921 syn keyword ngxDirectiveThirdParty contained shared_map 883 syn keyword ngxDirectiveThirdParty contained shared_map
922 syn keyword ngxDirectiveThirdParty contained write_page_size 884 syn keyword ngxDirectiveThirdParty contained write_page_size
923 885
924 886 " https://github.com/AirisX/nginx_cookie_flag_module
925 " Certificate Transparency 887 syn keyword ngxDirectiveThirdParty contained set_cookie_flag
888
926 " https://github.com/grahamedgecombe/nginx-ct 889 " https://github.com/grahamedgecombe/nginx-ct
927 syn keyword ngxDirectiveThirdParty contained ssl_ct 890 syn keyword ngxDirectiveThirdParty contained ssl_ct
928 syn keyword ngxDirectiveThirdParty contained ssl_ct_static_scts 891 syn keyword ngxDirectiveThirdParty contained ssl_ct_static_scts
929 892
930 " ngx_echo
931 " https://github.com/openresty/echo-nginx-module 893 " https://github.com/openresty/echo-nginx-module
894 syn keyword ngxDirectiveThirdParty contained echo
932 syn keyword ngxDirectiveThirdParty contained echo_abort_parent 895 syn keyword ngxDirectiveThirdParty contained echo_abort_parent
933 syn keyword ngxDirectiveThirdParty contained echo_after_body 896 syn keyword ngxDirectiveThirdParty contained echo_after_body
934 syn keyword ngxDirectiveThirdParty contained echo_before_body 897 syn keyword ngxDirectiveThirdParty contained echo_before_body
935 syn keyword ngxDirectiveThirdParty contained echo_blocking_sleep 898 syn keyword ngxDirectiveThirdParty contained echo_blocking_sleep
899 syn keyword ngxDirectiveThirdParty contained echo_duplicate
936 syn keyword ngxDirectiveThirdParty contained echo_end 900 syn keyword ngxDirectiveThirdParty contained echo_end
937 syn keyword ngxDirectiveThirdParty contained echo_exec 901 syn keyword ngxDirectiveThirdParty contained echo_exec
938 syn keyword ngxDirectiveThirdParty contained echo_flush 902 syn keyword ngxDirectiveThirdParty contained echo_flush
939 syn keyword ngxDirectiveThirdParty contained echo_foreach_split 903 syn keyword ngxDirectiveThirdParty contained echo_foreach_split
940 syn keyword ngxDirectiveThirdParty contained echo_location 904 syn keyword ngxDirectiveThirdParty contained echo_location
941 syn keyword ngxDirectiveThirdParty contained echo_location_async 905 syn keyword ngxDirectiveThirdParty contained echo_location_async
942 syn keyword ngxDirectiveThirdParty contained echo_read_request_body 906 syn keyword ngxDirectiveThirdParty contained echo_read_request_body
943 syn keyword ngxDirectiveThirdParty contained echo_request_body 907 syn keyword ngxDirectiveThirdParty contained echo_request_body
944 syn keyword ngxDirectiveThirdParty contained echo_reset_timer 908 syn keyword ngxDirectiveThirdParty contained echo_reset_timer
909 syn keyword ngxDirectiveThirdParty contained echo_sleep
945 syn keyword ngxDirectiveThirdParty contained echo_status 910 syn keyword ngxDirectiveThirdParty contained echo_status
946 syn keyword ngxDirectiveThirdParty contained echo_subrequest 911 syn keyword ngxDirectiveThirdParty contained echo_subrequest
947 syn keyword ngxDirectiveThirdParty contained echo_subrequest_async 912 syn keyword ngxDirectiveThirdParty contained echo_subrequest_async
948 913
949 " FastDFS 914 " https://github.com/openresty/drizzle-nginx-module
950 " https://github.com/happyfish100/fastdfs-nginx-module 915 syn keyword ngxDirectiveThirdParty contained drizzle_buffer_size
951 syn keyword ngxDirectiveThirdParty contained ngx_fastdfs_module 916 syn keyword ngxDirectiveThirdParty contained drizzle_connect_timeout
952 917 syn keyword ngxDirectiveThirdParty contained drizzle_dbname
953 " ngx_headers_more 918 syn keyword ngxDirectiveThirdParty contained drizzle_keepalive
919 syn keyword ngxDirectiveThirdParty contained drizzle_module_header
920 syn keyword ngxDirectiveThirdParty contained drizzle_pass
921 syn keyword ngxDirectiveThirdParty contained drizzle_query
922 syn keyword ngxDirectiveThirdParty contained drizzle_recv_cols_timeout
923 syn keyword ngxDirectiveThirdParty contained drizzle_recv_rows_timeout
924 syn keyword ngxDirectiveThirdParty contained drizzle_send_query_timeout
925 syn keyword ngxDirectiveThirdParty contained drizzle_server
926 syn keyword ngxDirectiveThirdParty contained drizzle_status
927
928 " https://github.com/ZigzagAK/ngx_dynamic_upstream
929 syn keyword ngxDirectiveThirdParty contained dns_add_down
930 syn keyword ngxDirectiveThirdParty contained dns_ipv6
931 syn keyword ngxDirectiveThirdParty contained dns_update
932 syn keyword ngxDirectiveThirdParty contained dynamic_state_file
933 syn keyword ngxDirectiveThirdParty contained dynamic_upstream
934
935 " https://github.com/ZigzagAK/ngx_dynamic_healthcheck
936 syn keyword ngxDirectiveThirdParty contained check
937 syn keyword ngxDirectiveThirdParty contained check_disable_host
938 syn keyword ngxDirectiveThirdParty contained check_exclude_host
939 syn keyword ngxDirectiveThirdParty contained check_persistent
940 syn keyword ngxDirectiveThirdParty contained check_request_body
941 syn keyword ngxDirectiveThirdParty contained check_request_headers
942 syn keyword ngxDirectiveThirdParty contained check_request_uri
943 syn keyword ngxDirectiveThirdParty contained check_response_body
944 syn keyword ngxDirectiveThirdParty contained check_response_codes
945 syn keyword ngxDirectiveThirdParty contained healthcheck
946 syn keyword ngxDirectiveThirdParty contained healthcheck_buffer_size
947 syn keyword ngxDirectiveThirdParty contained healthcheck_disable_host
948 syn keyword ngxDirectiveThirdParty contained healthcheck_get
949 syn keyword ngxDirectiveThirdParty contained healthcheck_persistent
950 syn keyword ngxDirectiveThirdParty contained healthcheck_request_body
951 syn keyword ngxDirectiveThirdParty contained healthcheck_request_headers
952 syn keyword ngxDirectiveThirdParty contained healthcheck_request_uri
953 syn keyword ngxDirectiveThirdParty contained healthcheck_response_body
954 syn keyword ngxDirectiveThirdParty contained healthcheck_response_codes
955 syn keyword ngxDirectiveThirdParty contained healthcheck_status
956 syn keyword ngxDirectiveThirdParty contained healthcheck_update
957
958 " https://github.com/openresty/encrypted-session-nginx-module
959 syn keyword ngxDirectiveThirdParty contained encrypted_session_expires
960 syn keyword ngxDirectiveThirdParty contained encrypted_session_iv
961 syn keyword ngxDirectiveThirdParty contained encrypted_session_key
962 syn keyword ngxDirectiveThirdParty contained set_decrypt_session
963 syn keyword ngxDirectiveThirdParty contained set_encrypt_session
964
965 " https://github.com/calio/form-input-nginx-module
966 syn keyword ngxDirectiveThirdParty contained set_form_input
967 syn keyword ngxDirectiveThirdParty contained set_form_input_multi
968
969 " https://github.com/nieoding/nginx-gridfs
970 syn keyword ngxDirectiveThirdParty contained gridfs
971 syn keyword ngxDirectiveThirdParty contained mongo
972
954 " https://github.com/openresty/headers-more-nginx-module 973 " https://github.com/openresty/headers-more-nginx-module
955 syn keyword ngxDirectiveThirdParty contained more_clear_headers 974 syn keyword ngxDirectiveThirdParty contained more_clear_headers
956 syn keyword ngxDirectiveThirdParty contained more_clear_input_headers 975 syn keyword ngxDirectiveThirdParty contained more_clear_input_headers
957 syn keyword ngxDirectiveThirdParty contained more_set_headers 976 syn keyword ngxDirectiveThirdParty contained more_set_headers
958 syn keyword ngxDirectiveThirdParty contained more_set_input_headers 977 syn keyword ngxDirectiveThirdParty contained more_set_input_headers
959 978
960 " NGINX WebDAV missing commands support (PROPFIND & OPTIONS) 979 " https://github.com/dvershinin/nginx_accept_language_module
980 syn keyword ngxDirectiveThirdParty contained set_from_accept_language
981
982 " https://github.com/atomx/nginx-http-auth-digest
983 syn keyword ngxDirectiveThirdParty contained auth_digest
984 syn keyword ngxDirectiveThirdParty contained auth_digest_drop_time
985 syn keyword ngxDirectiveThirdParty contained auth_digest_evasion_time
986 syn keyword ngxDirectiveThirdParty contained auth_digest_expires
987 syn keyword ngxDirectiveThirdParty contained auth_digest_maxtries
988 syn keyword ngxDirectiveThirdParty contained auth_digest_replays
989 syn keyword ngxDirectiveThirdParty contained auth_digest_shm_size
990 syn keyword ngxDirectiveThirdParty contained auth_digest_timeout
991 syn keyword ngxDirectiveThirdParty contained auth_digest_user_file
992
993 " https://github.com/stnoonan/spnego-http-auth-nginx-module
994 syn keyword ngxDirectiveThirdParty contained auth_gss
995 syn keyword ngxDirectiveThirdParty contained auth_gss_allow_basic_fallback
996 syn keyword ngxDirectiveThirdParty contained auth_gss_authorized_principal
997 syn keyword ngxDirectiveThirdParty contained auth_gss_authorized_principal_regex
998 syn keyword ngxDirectiveThirdParty contained auth_gss_constrained_delegation
999 syn keyword ngxDirectiveThirdParty contained auth_gss_delegate_credentials
1000 syn keyword ngxDirectiveThirdParty contained auth_gss_force_realm
1001 syn keyword ngxDirectiveThirdParty contained auth_gss_format_full
1002 syn keyword ngxDirectiveThirdParty contained auth_gss_keytab
1003 syn keyword ngxDirectiveThirdParty contained auth_gss_map_to_local
1004 syn keyword ngxDirectiveThirdParty contained auth_gss_realm
1005 syn keyword ngxDirectiveThirdParty contained auth_gss_service_ccache
1006 syn keyword ngxDirectiveThirdParty contained auth_gss_service_name
1007
1008 " https://github.com/kvspb/nginx-auth-ldap
1009 syn keyword ngxDirectiveThirdParty contained auth_ldap
1010 syn keyword ngxDirectiveThirdParty contained auth_ldap_cache_enabled
1011 syn keyword ngxDirectiveThirdParty contained auth_ldap_cache_expiration_time
1012 syn keyword ngxDirectiveThirdParty contained auth_ldap_cache_size
1013 syn keyword ngxDirectiveThirdParty contained auth_ldap_servers
1014 syn keyword ngxDirectiveThirdParty contained auth_ldap_servers_size
1015 syn keyword ngxDirectiveThirdParty contained ldap_server
1016
1017 " https://github.com/sto/ngx_http_auth_pam_module
1018 syn keyword ngxDirectiveThirdParty contained auth_pam
1019 syn keyword ngxDirectiveThirdParty contained auth_pam_service_name
1020 syn keyword ngxDirectiveThirdParty contained auth_pam_set_pam_env
1021
961 " https://github.com/arut/nginx-dav-ext-module 1022 " https://github.com/arut/nginx-dav-ext-module
962 syn keyword ngxDirectiveThirdParty contained dav_ext_lock 1023 syn keyword ngxDirectiveThirdParty contained dav_ext_lock
963 syn keyword ngxDirectiveThirdParty contained dav_ext_lock_zone 1024 syn keyword ngxDirectiveThirdParty contained dav_ext_lock_zone
964 syn keyword ngxDirectiveThirdParty contained dav_ext_methods 1025 syn keyword ngxDirectiveThirdParty contained dav_ext_methods
965 1026
966 " ngx_eval
967 " https://github.com/openresty/nginx-eval-module 1027 " https://github.com/openresty/nginx-eval-module
968 syn keyword ngxDirectiveThirdParty contained eval 1028 syn keyword ngxDirectiveThirdParty contained eval
969 syn keyword ngxDirectiveThirdParty contained eval_buffer_size 1029 syn keyword ngxDirectiveThirdParty contained eval_buffer_size
970 syn keyword ngxDirectiveThirdParty contained eval_escalate 1030 syn keyword ngxDirectiveThirdParty contained eval_escalate
971 syn keyword ngxDirectiveThirdParty contained eval_override_content_type 1031 syn keyword ngxDirectiveThirdParty contained eval_override_content_type
972 syn keyword ngxDirectiveThirdParty contained eval_subrequest_in_memory 1032 syn keyword ngxDirectiveThirdParty contained eval_subrequest_in_memory
973 1033
974 " Fancy Index
975 " https://github.com/aperezdc/ngx-fancyindex 1034 " https://github.com/aperezdc/ngx-fancyindex
976 syn keyword ngxDirectiveThirdParty contained fancyindex 1035 syn keyword ngxDirectiveThirdParty contained fancyindex
977 syn keyword ngxDirectiveThirdParty contained fancyindex_css_href 1036 syn keyword ngxDirectiveThirdParty contained fancyindex_css_href
978 syn keyword ngxDirectiveThirdParty contained fancyindex_default_sort 1037 syn keyword ngxDirectiveThirdParty contained fancyindex_default_sort
979 syn keyword ngxDirectiveThirdParty contained fancyindex_directories_first 1038 syn keyword ngxDirectiveThirdParty contained fancyindex_directories_first
986 syn keyword ngxDirectiveThirdParty contained fancyindex_localtime 1045 syn keyword ngxDirectiveThirdParty contained fancyindex_localtime
987 syn keyword ngxDirectiveThirdParty contained fancyindex_show_dotfiles 1046 syn keyword ngxDirectiveThirdParty contained fancyindex_show_dotfiles
988 syn keyword ngxDirectiveThirdParty contained fancyindex_show_path 1047 syn keyword ngxDirectiveThirdParty contained fancyindex_show_path
989 syn keyword ngxDirectiveThirdParty contained fancyindex_time_format 1048 syn keyword ngxDirectiveThirdParty contained fancyindex_time_format
990 1049
991 " Footer filter
992 " https://github.com/alibaba/nginx-http-footer-filter 1050 " https://github.com/alibaba/nginx-http-footer-filter
993 syn keyword ngxDirectiveThirdParty contained footer 1051 syn keyword ngxDirectiveThirdParty contained footer
994 syn keyword ngxDirectiveThirdParty contained footer_types 1052 syn keyword ngxDirectiveThirdParty contained footer_types
995 1053
996 " ngx_http_geoip2_module
997 " https://github.com/leev/ngx_http_geoip2_module 1054 " https://github.com/leev/ngx_http_geoip2_module
998 syn keyword ngxDirectiveThirdParty contained geoip2 1055 syn keyword ngxDirectiveThirdParty contained geoip2
999 syn keyword ngxDirectiveThirdParty contained geoip2_proxy 1056 syn keyword ngxDirectiveThirdParty contained geoip2_proxy
1000 syn keyword ngxDirectiveThirdParty contained geoip2_proxy_recursive 1057 syn keyword ngxDirectiveThirdParty contained geoip2_proxy_recursive
1001 1058
1002 " A version of the Nginx HTTP stub status module that outputs in JSON format 1059 " https://github.com/ip2location/ip2location-nginx
1003 " https://github.com/nginx-modules/nginx-json-status-module 1060 syn keyword ngxDirectiveThirdParty contained ip2location_database
1004 syn keyword ngxDirectiveThirdParty contained json_status 1061 syn keyword ngxDirectiveThirdParty contained ip2location_proxy
1005 syn keyword ngxDirectiveThirdParty contained json_status_type 1062 syn keyword ngxDirectiveThirdParty contained ip2location_proxy_recursive
1006 1063
1007 " MogileFS client for nginx 1064 " https://github.com/ip2location/ip2proxy-nginx
1008 " https://github.com/vkholodkov/nginx-mogilefs-module 1065 syn keyword ngxDirectiveThirdParty contained ip2proxy_database
1009 syn keyword ngxDirectiveThirdParty contained mogilefs_class 1066 syn keyword ngxDirectiveThirdParty contained ip2proxy_proxy
1010 syn keyword ngxDirectiveThirdParty contained mogilefs_connect_timeout 1067 syn keyword ngxDirectiveThirdParty contained ip2proxy_proxy_recursive
1011 syn keyword ngxDirectiveThirdParty contained mogilefs_domain 1068
1012 syn keyword ngxDirectiveThirdParty contained mogilefs_methods
1013 syn keyword ngxDirectiveThirdParty contained mogilefs_noverify
1014 syn keyword ngxDirectiveThirdParty contained mogilefs_pass
1015 syn keyword ngxDirectiveThirdParty contained mogilefs_read_timeout
1016 syn keyword ngxDirectiveThirdParty contained mogilefs_send_timeout
1017 syn keyword ngxDirectiveThirdParty contained mogilefs_tracker
1018
1019 " Ancient nginx plugin; probably not useful to anyone
1020 " https://github.com/kr/nginx-notice 1069 " https://github.com/kr/nginx-notice
1021 syn keyword ngxDirectiveThirdParty contained notice 1070 syn keyword ngxDirectiveThirdParty contained notice
1022 syn keyword ngxDirectiveThirdParty contained notice_type 1071 syn keyword ngxDirectiveThirdParty contained notice_type
1023 1072
1024 " nchan
1025 " https://github.com/slact/nchan 1073 " https://github.com/slact/nchan
1026 syn keyword ngxDirectiveThirdParty contained nchan_access_control_allow_credentials 1074 syn keyword ngxDirectiveThirdParty contained nchan_access_control_allow_credentials
1027 syn keyword ngxDirectiveThirdParty contained nchan_access_control_allow_origin 1075 syn keyword ngxDirectiveThirdParty contained nchan_access_control_allow_origin
1028 syn keyword ngxDirectiveThirdParty contained nchan_authorize_request 1076 syn keyword ngxDirectiveThirdParty contained nchan_authorize_request
1029 syn keyword ngxDirectiveThirdParty contained nchan_benchmark 1077 syn keyword ngxDirectiveThirdParty contained nchan_benchmark
1032 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_messages_per_channel_per_minute 1080 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_messages_per_channel_per_minute
1033 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_publisher_distribution 1081 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_publisher_distribution
1034 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_subscriber_distribution 1082 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_subscriber_distribution
1035 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_subscribers_per_channel 1083 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_subscribers_per_channel
1036 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_time 1084 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_time
1085 syn keyword ngxDirectiveThirdParty contained nchan_channel_event_string
1037 syn keyword ngxDirectiveThirdParty contained nchan_channel_events_channel_id 1086 syn keyword ngxDirectiveThirdParty contained nchan_channel_events_channel_id
1038 syn keyword ngxDirectiveThirdParty contained nchan_channel_event_string
1039 syn keyword ngxDirectiveThirdParty contained nchan_channel_group 1087 syn keyword ngxDirectiveThirdParty contained nchan_channel_group
1040 syn keyword ngxDirectiveThirdParty contained nchan_channel_group_accounting 1088 syn keyword ngxDirectiveThirdParty contained nchan_channel_group_accounting
1041 syn keyword ngxDirectiveThirdParty contained nchan_channel_id 1089 syn keyword ngxDirectiveThirdParty contained nchan_channel_id
1042 syn keyword ngxDirectiveThirdParty contained nchan_channel_id_split_delimiter 1090 syn keyword ngxDirectiveThirdParty contained nchan_channel_id_split_delimiter
1043 syn keyword ngxDirectiveThirdParty contained nchan_channel_timeout 1091 syn keyword ngxDirectiveThirdParty contained nchan_channel_timeout
1072 syn keyword ngxDirectiveThirdParty contained nchan_publisher_upstream_request 1120 syn keyword ngxDirectiveThirdParty contained nchan_publisher_upstream_request
1073 syn keyword ngxDirectiveThirdParty contained nchan_pubsub 1121 syn keyword ngxDirectiveThirdParty contained nchan_pubsub
1074 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_channel_id 1122 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_channel_id
1075 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_location 1123 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_location
1076 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_check_interval 1124 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_check_interval
1125 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_check_interval_backoff
1126 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_check_interval_jitter
1127 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_check_interval_max
1128 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_check_interval_min
1129 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_connect_timeout
1130 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_max_failing_time
1131 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_recovery_delay
1132 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_recovery_delay_backoff
1133 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_recovery_delay_jitter
1134 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_recovery_delay_max
1135 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_recovery_delay_min
1136 syn keyword ngxDirectiveThirdParty contained nchan_redis_command_timeout
1077 syn keyword ngxDirectiveThirdParty contained nchan_redis_connect_timeout 1137 syn keyword ngxDirectiveThirdParty contained nchan_redis_connect_timeout
1078 syn keyword ngxDirectiveThirdParty contained nchan_redis_discovered_ip_range_blacklist 1138 syn keyword ngxDirectiveThirdParty contained nchan_redis_discovered_ip_range_blacklist
1079 syn keyword ngxDirectiveThirdParty contained nchan_redis_fakesub_timer_interval 1139 syn keyword ngxDirectiveThirdParty contained nchan_redis_fakesub_timer_interval
1080 syn keyword ngxDirectiveThirdParty contained nchan_redis_idle_channel_cache_timeout 1140 syn keyword ngxDirectiveThirdParty contained nchan_redis_idle_channel_cache_timeout
1141 syn keyword ngxDirectiveThirdParty contained nchan_redis_load_scripts_unconditionally
1081 syn keyword ngxDirectiveThirdParty contained nchan_redis_namespace 1142 syn keyword ngxDirectiveThirdParty contained nchan_redis_namespace
1143 syn keyword ngxDirectiveThirdParty contained nchan_redis_node_connect_timeout
1082 syn keyword ngxDirectiveThirdParty contained nchan_redis_nostore_fastpublish 1144 syn keyword ngxDirectiveThirdParty contained nchan_redis_nostore_fastpublish
1083 syn keyword ngxDirectiveThirdParty contained nchan_redis_optimize_target 1145 syn keyword ngxDirectiveThirdParty contained nchan_redis_optimize_target
1084 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass 1146 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass
1085 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass_inheritable 1147 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass_inheritable
1086 syn keyword ngxDirectiveThirdParty contained nchan_redis_password 1148 syn keyword ngxDirectiveThirdParty contained nchan_redis_password
1087 syn keyword ngxDirectiveThirdParty contained nchan_redis_ping_interval 1149 syn keyword ngxDirectiveThirdParty contained nchan_redis_ping_interval
1088 syn keyword ngxDirectiveThirdParty contained nchan_redis_publish_msgpacked_max_size 1150 syn keyword ngxDirectiveThirdParty contained nchan_redis_publish_msgpacked_max_size
1151 syn keyword ngxDirectiveThirdParty contained nchan_redis_reconnect_delay
1152 syn keyword ngxDirectiveThirdParty contained nchan_redis_reconnect_delay_backoff
1153 syn keyword ngxDirectiveThirdParty contained nchan_redis_reconnect_delay_jitter
1154 syn keyword ngxDirectiveThirdParty contained nchan_redis_reconnect_delay_max
1155 syn keyword ngxDirectiveThirdParty contained nchan_redis_reconnect_delay_min
1156 syn keyword ngxDirectiveThirdParty contained nchan_redis_retry_commands
1157 syn keyword ngxDirectiveThirdParty contained nchan_redis_retry_commands_max_wait
1089 syn keyword ngxDirectiveThirdParty contained nchan_redis_server 1158 syn keyword ngxDirectiveThirdParty contained nchan_redis_server
1090 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl 1159 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl
1091 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_ciphers 1160 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_ciphers
1092 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_client_certificate 1161 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_client_certificate
1093 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_client_certificate_key 1162 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_client_certificate_key
1111 syn keyword ngxDirectiveThirdParty contained nchan_storage_engine 1180 syn keyword ngxDirectiveThirdParty contained nchan_storage_engine
1112 syn keyword ngxDirectiveThirdParty contained nchan_store_messages 1181 syn keyword ngxDirectiveThirdParty contained nchan_store_messages
1113 syn keyword ngxDirectiveThirdParty contained nchan_stub_status 1182 syn keyword ngxDirectiveThirdParty contained nchan_stub_status
1114 syn keyword ngxDirectiveThirdParty contained nchan_sub_channel_id 1183 syn keyword ngxDirectiveThirdParty contained nchan_sub_channel_id
1115 syn keyword ngxDirectiveThirdParty contained nchan_subscribe_existing_channels_only 1184 syn keyword ngxDirectiveThirdParty contained nchan_subscribe_existing_channels_only
1185 syn keyword ngxDirectiveThirdParty contained nchan_subscribe_request
1116 syn keyword ngxDirectiveThirdParty contained nchan_subscriber 1186 syn keyword ngxDirectiveThirdParty contained nchan_subscriber
1117 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_channel_id 1187 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_channel_id
1118 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_compound_etag_message_id 1188 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_compound_etag_message_id
1119 syn keyword ngxDirectiveThirdParty contained nchan_subscribe_request
1120 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_first_message 1189 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_first_message
1121 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_http_raw_stream_separator 1190 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_http_raw_stream_separator
1122 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_info 1191 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_info
1123 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_info_string 1192 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_info_string
1124 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_last_message_id 1193 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_last_message_id
1143 syn keyword ngxDirectiveThirdParty contained push_store_messages 1212 syn keyword ngxDirectiveThirdParty contained push_store_messages
1144 syn keyword ngxDirectiveThirdParty contained push_subscriber 1213 syn keyword ngxDirectiveThirdParty contained push_subscriber
1145 syn keyword ngxDirectiveThirdParty contained push_subscriber_concurrency 1214 syn keyword ngxDirectiveThirdParty contained push_subscriber_concurrency
1146 syn keyword ngxDirectiveThirdParty contained push_subscriber_timeout 1215 syn keyword ngxDirectiveThirdParty contained push_subscriber_timeout
1147 1216
1148 " Push Stream
1149 " https://github.com/wandenberg/nginx-push-stream-module 1217 " https://github.com/wandenberg/nginx-push-stream-module
1150 syn keyword ngxDirectiveThirdParty contained push_stream_allow_connections_to_events_channel 1218 syn keyword ngxDirectiveThirdParty contained push_stream_allow_connections_to_events_channel
1151 syn keyword ngxDirectiveThirdParty contained push_stream_allowed_origins 1219 syn keyword ngxDirectiveThirdParty contained push_stream_allowed_origins
1152 syn keyword ngxDirectiveThirdParty contained push_stream_authorized_channels_only 1220 syn keyword ngxDirectiveThirdParty contained push_stream_authorized_channels_only
1153 syn keyword ngxDirectiveThirdParty contained push_stream_channel_deleted_message_text 1221 syn keyword ngxDirectiveThirdParty contained push_stream_channel_deleted_message_text
1182 syn keyword ngxDirectiveThirdParty contained push_stream_user_agent 1250 syn keyword ngxDirectiveThirdParty contained push_stream_user_agent
1183 syn keyword ngxDirectiveThirdParty contained push_stream_websocket_allow_publish 1251 syn keyword ngxDirectiveThirdParty contained push_stream_websocket_allow_publish
1184 syn keyword ngxDirectiveThirdParty contained push_stream_wildcard_channel_max_qtd 1252 syn keyword ngxDirectiveThirdParty contained push_stream_wildcard_channel_max_qtd
1185 syn keyword ngxDirectiveThirdParty contained push_stream_wildcard_channel_prefix 1253 syn keyword ngxDirectiveThirdParty contained push_stream_wildcard_channel_prefix
1186 1254
1187 " redis module
1188 " https://www.nginx.com/resources/wiki/modules/redis/
1189 syn keyword ngxDirectiveThirdParty contained redis_bind
1190 syn keyword ngxDirectiveThirdParty contained redis_buffer_size
1191 syn keyword ngxDirectiveThirdParty contained redis_connect_timeout
1192 syn keyword ngxDirectiveThirdParty contained redis_gzip_flag
1193 syn keyword ngxDirectiveThirdParty contained redis_next_upstream
1194 syn keyword ngxDirectiveThirdParty contained redis_pass
1195 syn keyword ngxDirectiveThirdParty contained redis_read_timeout
1196 syn keyword ngxDirectiveThirdParty contained redis_send_timeout
1197
1198 " ngx_http_response
1199 " http://catap.ru/downloads/nginx/
1200 syn keyword ngxDirectiveThirdParty contained response
1201 syn keyword ngxDirectiveThirdParty contained response_type
1202
1203 " nginx_substitutions_filter
1204 " https://github.com/yaoweibin/ngx_http_substitutions_filter_module 1255 " https://github.com/yaoweibin/ngx_http_substitutions_filter_module
1205 syn keyword ngxDirectiveThirdParty contained subs_buffers 1256 syn keyword ngxDirectiveThirdParty contained subs_buffers
1206 syn keyword ngxDirectiveThirdParty contained subs_filter 1257 syn keyword ngxDirectiveThirdParty contained subs_filter
1207 syn keyword ngxDirectiveThirdParty contained subs_filter_bypass 1258 syn keyword ngxDirectiveThirdParty contained subs_filter_bypass
1208 syn keyword ngxDirectiveThirdParty contained subs_filter_types 1259 syn keyword ngxDirectiveThirdParty contained subs_filter_types
1209 syn keyword ngxDirectiveThirdParty contained subs_line_buffer_size 1260 syn keyword ngxDirectiveThirdParty contained subs_line_buffer_size
1210 1261
1211 " Tarantool nginx upstream module
1212 " https://github.com/tarantool/nginx_upstream_module 1262 " https://github.com/tarantool/nginx_upstream_module
1213 syn keyword ngxDirectiveThirdParty contained tnt_allowed_indexes 1263 syn keyword ngxDirectiveThirdParty contained tnt_allowed_indexes
1214 syn keyword ngxDirectiveThirdParty contained tnt_allowed_spaces 1264 syn keyword ngxDirectiveThirdParty contained tnt_allowed_spaces
1215 syn keyword ngxDirectiveThirdParty contained tnt_buffer_size 1265 syn keyword ngxDirectiveThirdParty contained tnt_buffer_size
1216 syn keyword ngxDirectiveThirdParty contained tnt_connect_timeout 1266 syn keyword ngxDirectiveThirdParty contained tnt_connect_timeout
1236 syn keyword ngxDirectiveThirdParty contained tnt_send_timeout 1286 syn keyword ngxDirectiveThirdParty contained tnt_send_timeout
1237 syn keyword ngxDirectiveThirdParty contained tnt_set_header 1287 syn keyword ngxDirectiveThirdParty contained tnt_set_header
1238 syn keyword ngxDirectiveThirdParty contained tnt_update 1288 syn keyword ngxDirectiveThirdParty contained tnt_update
1239 syn keyword ngxDirectiveThirdParty contained tnt_upsert 1289 syn keyword ngxDirectiveThirdParty contained tnt_upsert
1240 1290
1241 " A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867) 1291 " https://github.com/fdintino/nginx-upload-module
1242 " https://github.com/Austinb/nginx-upload-module 1292 syn keyword ngxDirectiveThirdParty contained upload_add_header
1243 syn keyword ngxDirectiveThirdParty contained upload_aggregate_form_field 1293 syn keyword ngxDirectiveThirdParty contained upload_aggregate_form_field
1244 syn keyword ngxDirectiveThirdParty contained upload_archive_elm
1245 syn keyword ngxDirectiveThirdParty contained upload_archive_elm_separator
1246 syn keyword ngxDirectiveThirdParty contained upload_archive_path
1247 syn keyword ngxDirectiveThirdParty contained upload_archive_path_separator
1248 syn keyword ngxDirectiveThirdParty contained upload_buffer_size 1294 syn keyword ngxDirectiveThirdParty contained upload_buffer_size
1249 syn keyword ngxDirectiveThirdParty contained upload_cleanup 1295 syn keyword ngxDirectiveThirdParty contained upload_cleanup
1250 syn keyword ngxDirectiveThirdParty contained upload_content_type 1296 syn keyword ngxDirectiveThirdParty contained upload_empty_fiels_names
1251 syn keyword ngxDirectiveThirdParty contained upload_discard 1297 syn keyword ngxDirectiveThirdParty contained upload_limit_rate
1252 syn keyword ngxDirectiveThirdParty contained upload_field_name
1253 syn keyword ngxDirectiveThirdParty contained upload_file_crc32
1254 syn keyword ngxDirectiveThirdParty contained upload_file_md5
1255 syn keyword ngxDirectiveThirdParty contained upload_file_md5_uc
1256 syn keyword ngxDirectiveThirdParty contained upload_file_name
1257 syn keyword ngxDirectiveThirdParty contained upload_file_sha1
1258 syn keyword ngxDirectiveThirdParty contained upload_file_sha1_uc
1259 syn keyword ngxDirectiveThirdParty contained upload_file_size
1260 syn keyword ngxDirectiveThirdParty contained upload_filter
1261 syn keyword ngxDirectiveThirdParty contained upload_max_file_size 1298 syn keyword ngxDirectiveThirdParty contained upload_max_file_size
1262 syn keyword ngxDirectiveThirdParty contained upload_max_output_body_len 1299 syn keyword ngxDirectiveThirdParty contained upload_max_output_body_len
1263 syn keyword ngxDirectiveThirdParty contained upload_max_part_header_len 1300 syn keyword ngxDirectiveThirdParty contained upload_max_part_header_len
1301 syn keyword ngxDirectiveThirdParty contained upload_merge_buffer_size
1264 syn keyword ngxDirectiveThirdParty contained upload_pass 1302 syn keyword ngxDirectiveThirdParty contained upload_pass
1265 syn keyword ngxDirectiveThirdParty contained upload_pass_args 1303 syn keyword ngxDirectiveThirdParty contained upload_pass_args
1266 syn keyword ngxDirectiveThirdParty contained upload_pass_form_field 1304 syn keyword ngxDirectiveThirdParty contained upload_pass_form_field
1305 syn keyword ngxDirectiveThirdParty contained upload_range_header_buffer_size
1306 syn keyword ngxDirectiveThirdParty contained upload_resumable
1267 syn keyword ngxDirectiveThirdParty contained upload_set_form_field 1307 syn keyword ngxDirectiveThirdParty contained upload_set_form_field
1308 syn keyword ngxDirectiveThirdParty contained upload_state_store
1268 syn keyword ngxDirectiveThirdParty contained upload_store 1309 syn keyword ngxDirectiveThirdParty contained upload_store
1269 syn keyword ngxDirectiveThirdParty contained upload_store_access 1310 syn keyword ngxDirectiveThirdParty contained upload_store_access
1270 syn keyword ngxDirectiveThirdParty contained upload_tmp_path 1311 syn keyword ngxDirectiveThirdParty contained upload_tame_arrays
1271 syn keyword ngxDirectiveThirdParty contained upload_unzip 1312
1272 syn keyword ngxDirectiveThirdParty contained upload_unzip_buffers
1273 syn keyword ngxDirectiveThirdParty contained upload_unzip_hash
1274 syn keyword ngxDirectiveThirdParty contained upload_unzip_max_file_name_len
1275 syn keyword ngxDirectiveThirdParty contained upload_unzip_window
1276 syn keyword ngxDirectiveThirdParty contained upload_void_content_type
1277
1278 " nginx-upload-progress-module
1279 " https://github.com/masterzen/nginx-upload-progress-module 1313 " https://github.com/masterzen/nginx-upload-progress-module
1280 syn keyword ngxDirectiveThirdParty contained report_uploads 1314 syn keyword ngxDirectiveThirdParty contained report_uploads
1281 syn keyword ngxDirectiveThirdParty contained track_uploads 1315 syn keyword ngxDirectiveThirdParty contained track_uploads
1282 syn keyword ngxDirectiveThirdParty contained upload_progress 1316 syn keyword ngxDirectiveThirdParty contained upload_progress
1283 syn keyword ngxDirectiveThirdParty contained upload_progress_content_type 1317 syn keyword ngxDirectiveThirdParty contained upload_progress_content_type
1286 syn keyword ngxDirectiveThirdParty contained upload_progress_json_output 1320 syn keyword ngxDirectiveThirdParty contained upload_progress_json_output
1287 syn keyword ngxDirectiveThirdParty contained upload_progress_jsonp_output 1321 syn keyword ngxDirectiveThirdParty contained upload_progress_jsonp_output
1288 syn keyword ngxDirectiveThirdParty contained upload_progress_jsonp_parameter 1322 syn keyword ngxDirectiveThirdParty contained upload_progress_jsonp_parameter
1289 syn keyword ngxDirectiveThirdParty contained upload_progress_template 1323 syn keyword ngxDirectiveThirdParty contained upload_progress_template
1290 1324
1291 " Health checks upstreams for nginx
1292 " https://github.com/yaoweibin/nginx_upstream_check_module 1325 " https://github.com/yaoweibin/nginx_upstream_check_module
1293 syn keyword ngxDirectiveThirdParty contained check
1294 syn keyword ngxDirectiveThirdParty contained check_fastcgi_param 1326 syn keyword ngxDirectiveThirdParty contained check_fastcgi_param
1295 syn keyword ngxDirectiveThirdParty contained check_http_expect_alive 1327 syn keyword ngxDirectiveThirdParty contained check_http_expect_alive
1296 syn keyword ngxDirectiveThirdParty contained check_http_send 1328 syn keyword ngxDirectiveThirdParty contained check_http_send
1297 syn keyword ngxDirectiveThirdParty contained check_keepalive_requests 1329 syn keyword ngxDirectiveThirdParty contained check_keepalive_requests
1298 syn keyword ngxDirectiveThirdParty contained check_shm_size 1330 syn keyword ngxDirectiveThirdParty contained check_shm_size
1299 syn keyword ngxDirectiveThirdParty contained check_status 1331 syn keyword ngxDirectiveThirdParty contained check_status
1300 1332
1301 " The fair load balancer module for nginx 1333 " https://github.com/jaygooby/nginx-upstream-fair
1302 " https://github.com/cryptofuture/nginx-upstream-fair
1303 syn keyword ngxDirectiveThirdParty contained fair 1334 syn keyword ngxDirectiveThirdParty contained fair
1304 syn keyword ngxDirectiveThirdParty contained upstream_fair_shm_size 1335 syn keyword ngxDirectiveThirdParty contained upstream_fair_shm_size
1305 1336
1306 " Nginx Video Thumb Extractor Module 1337 " https://github.com/ayty-adrianomartins/nginx-sticky-module-ng
1307 " https://github.com/wandenberg/nginx-video-thumbextractor-module 1338 syn keyword ngxDirectiveThirdParty contained sticky_no_fallback
1339
1340 " https://github.com/Novetta/nginx-video-thumbextractor-module
1308 syn keyword ngxDirectiveThirdParty contained video_thumbextractor 1341 syn keyword ngxDirectiveThirdParty contained video_thumbextractor
1309 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_image_height 1342 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_image_height
1310 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_image_width 1343 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_image_width
1311 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_jpeg_baseline 1344 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_jpeg_baseline
1312 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_jpeg_dpi 1345 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_jpeg_dpi
1327 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_tile_rows 1360 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_tile_rows
1328 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_tile_sample_interval 1361 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_tile_sample_interval
1329 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_video_filename 1362 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_video_filename
1330 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_video_second 1363 syn keyword ngxDirectiveThirdParty contained video_thumbextractor_video_second
1331 1364
1332 " drizzle-nginx-module - Upstream module for talking to MySQL and Drizzle directly 1365 " https://github.com/calio/iconv-nginx-module
1333 " https://github.com/openresty/drizzle-nginx-module 1366 syn keyword ngxDirectiveThirdParty contained iconv_buffer_size
1334 syn keyword ngxDirectiveThirdParty contained drizzle_buffer_size 1367 syn keyword ngxDirectiveThirdParty contained iconv_filter
1335 syn keyword ngxDirectiveThirdParty contained drizzle_connect_timeout 1368 syn keyword ngxDirectiveThirdParty contained set_iconv
1336 syn keyword ngxDirectiveThirdParty contained drizzle_dbname 1369
1337 syn keyword ngxDirectiveThirdParty contained drizzle_keepalive 1370 " https://github.com/baysao/nginx-let-module
1338 syn keyword ngxDirectiveThirdParty contained drizzle_module_header
1339 syn keyword ngxDirectiveThirdParty contained drizzle_pass
1340 syn keyword ngxDirectiveThirdParty contained drizzle_query
1341 syn keyword ngxDirectiveThirdParty contained drizzle_recv_cols_timeout
1342 syn keyword ngxDirectiveThirdParty contained drizzle_recv_rows_timeout
1343 syn keyword ngxDirectiveThirdParty contained drizzle_send_query_timeout
1344 syn keyword ngxDirectiveThirdParty contained drizzle_server
1345 syn keyword ngxDirectiveThirdParty contained drizzle_status
1346
1347 " ngx_dynamic_upstream
1348 " https://github.com/cubicdaiya/ngx_dynamic_upstream
1349 syn keyword ngxDirectiveThirdParty contained dynamic_upstream
1350
1351 " encrypt and decrypt nginx variable values
1352 " https://github.com/openresty/encrypted-session-nginx-module
1353 syn keyword ngxDirectiveThirdParty contained encrypted_session_expires
1354 syn keyword ngxDirectiveThirdParty contained encrypted_session_iv
1355 syn keyword ngxDirectiveThirdParty contained encrypted_session_key
1356 syn keyword ngxDirectiveThirdParty contained set_decrypt_session
1357 syn keyword ngxDirectiveThirdParty contained set_encrypt_session
1358
1359 " serve content directly from MongoDB's GridFS
1360 " https://github.com/mdirolf/nginx-gridfs
1361 syn keyword ngxDirectiveThirdParty contained gridfs
1362 syn keyword ngxDirectiveThirdParty contained mongo
1363
1364 " Adds support for arithmetic operations to NGINX config
1365 " https://github.com/arut/nginx-let-module
1366 syn keyword ngxDirectiveThirdParty contained let 1371 syn keyword ngxDirectiveThirdParty contained let
1367 1372
1368 " ngx_http_lua_module - Embed the power of Lua into Nginx HTTP Servers
1369 " https://github.com/openresty/lua-nginx-module 1373 " https://github.com/openresty/lua-nginx-module
1370 syn keyword ngxDirectiveThirdParty contained access_by_lua 1374 syn keyword ngxDirectiveThirdParty contained access_by_lua
1371 syn keyword ngxDirectiveThirdParty contained access_by_lua_block 1375 syn keyword ngxDirectiveThirdParty contained access_by_lua_block
1372 syn keyword ngxDirectiveThirdParty contained access_by_lua_file 1376 syn keyword ngxDirectiveThirdParty contained access_by_lua_file
1373 syn keyword ngxDirectiveThirdParty contained access_by_lua_no_postpone 1377 syn keyword ngxDirectiveThirdParty contained access_by_lua_no_postpone
1429 syn keyword ngxDirectiveThirdParty contained lua_worker_thread_vm_pool_size 1433 syn keyword ngxDirectiveThirdParty contained lua_worker_thread_vm_pool_size
1430 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua 1434 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua
1431 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_block 1435 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_block
1432 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_file 1436 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_file
1433 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_no_postpone 1437 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_no_postpone
1438 syn keyword ngxDirectiveThirdParty contained server_rewrite_by_lua_block
1439 syn keyword ngxDirectiveThirdParty contained server_rewrite_by_lua_file
1434 syn keyword ngxDirectiveThirdParty contained set_by_lua 1440 syn keyword ngxDirectiveThirdParty contained set_by_lua
1435 syn keyword ngxDirectiveThirdParty contained set_by_lua_block 1441 syn keyword ngxDirectiveThirdParty contained set_by_lua_block
1436 syn keyword ngxDirectiveThirdParty contained set_by_lua_file 1442 syn keyword ngxDirectiveThirdParty contained set_by_lua_file
1437 syn keyword ngxDirectiveThirdParty contained ssl_certificate_by_lua_block 1443 syn keyword ngxDirectiveThirdParty contained ssl_certificate_by_lua_block
1438 syn keyword ngxDirectiveThirdParty contained ssl_certificate_by_lua_file 1444 syn keyword ngxDirectiveThirdParty contained ssl_certificate_by_lua_file
1441 syn keyword ngxDirectiveThirdParty contained ssl_session_fetch_by_lua_block 1447 syn keyword ngxDirectiveThirdParty contained ssl_session_fetch_by_lua_block
1442 syn keyword ngxDirectiveThirdParty contained ssl_session_fetch_by_lua_file 1448 syn keyword ngxDirectiveThirdParty contained ssl_session_fetch_by_lua_file
1443 syn keyword ngxDirectiveThirdParty contained ssl_session_store_by_lua_block 1449 syn keyword ngxDirectiveThirdParty contained ssl_session_store_by_lua_block
1444 syn keyword ngxDirectiveThirdParty contained ssl_session_store_by_lua_file 1450 syn keyword ngxDirectiveThirdParty contained ssl_session_store_by_lua_file
1445 1451
1446 " ngx_memc - An extended version of the standard memcached module 1452 " https://github.com/Taymindis/nginx-link-function
1453 syn keyword ngxDirectiveThirdParty contained ngx_link_func_add_prop
1454 syn keyword ngxDirectiveThirdParty contained ngx_link_func_add_req_header
1455 syn keyword ngxDirectiveThirdParty contained ngx_link_func_ca_cert
1456 syn keyword ngxDirectiveThirdParty contained ngx_link_func_call
1457 syn keyword ngxDirectiveThirdParty contained ngx_link_func_download_link_lib
1458 syn keyword ngxDirectiveThirdParty contained ngx_link_func_lib
1459 syn keyword ngxDirectiveThirdParty contained ngx_link_func_shm_size
1460 syn keyword ngxDirectiveThirdParty contained ngx_link_func_subrequest
1461
1447 " https://github.com/openresty/memc-nginx-module 1462 " https://github.com/openresty/memc-nginx-module
1448 syn keyword ngxDirectiveThirdParty contained memc_buffer_size 1463 syn keyword ngxDirectiveThirdParty contained memc_buffer_size
1449 syn keyword ngxDirectiveThirdParty contained memc_cmds_allowed 1464 syn keyword ngxDirectiveThirdParty contained memc_cmds_allowed
1450 syn keyword ngxDirectiveThirdParty contained memc_connect_timeout 1465 syn keyword ngxDirectiveThirdParty contained memc_connect_timeout
1451 syn keyword ngxDirectiveThirdParty contained memc_flags_to_last_modified 1466 syn keyword ngxDirectiveThirdParty contained memc_flags_to_last_modified
1455 syn keyword ngxDirectiveThirdParty contained memc_read_timeout 1470 syn keyword ngxDirectiveThirdParty contained memc_read_timeout
1456 syn keyword ngxDirectiveThirdParty contained memc_send_timeout 1471 syn keyword ngxDirectiveThirdParty contained memc_send_timeout
1457 syn keyword ngxDirectiveThirdParty contained memc_upstream_fail_timeout 1472 syn keyword ngxDirectiveThirdParty contained memc_upstream_fail_timeout
1458 syn keyword ngxDirectiveThirdParty contained memc_upstream_max_fails 1473 syn keyword ngxDirectiveThirdParty contained memc_upstream_max_fails
1459 1474
1460 " ModSecurity web application firewall 1475 " https://github.com/SpiderLabs/ModSecurity-nginx
1461 " https://github.com/SpiderLabs/ModSecurity/tree/master 1476 syn keyword ngxDirectiveThirdParty contained modsecurity
1462 syn keyword ngxDirectiveThirdParty contained ModSecurityConfig 1477 syn keyword ngxDirectiveThirdParty contained modsecurity_rules
1463 syn keyword ngxDirectiveThirdParty contained ModSecurityEnabled 1478 syn keyword ngxDirectiveThirdParty contained modsecurity_rules_file
1464 syn keyword ngxDirectiveThirdParty contained pool_context_hash_size 1479 syn keyword ngxDirectiveThirdParty contained modsecurity_rules_remote
1465 1480 syn keyword ngxDirectiveThirdParty contained modsecurity_transaction_id
1466 " NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX 1481
1467 " https://github.com/nbs-system/naxsi 1482 " https://github.com/nbs-system/naxsi
1468 syn keyword ngxDirectiveThirdParty contained BasicRule 1483 syn keyword ngxDirectiveThirdParty contained BasicRule
1469 syn keyword ngxDirectiveThirdParty contained CheckRule 1484 syn keyword ngxDirectiveThirdParty contained CheckRule
1470 syn keyword ngxDirectiveThirdParty contained DeniedUrl 1485 syn keyword ngxDirectiveThirdParty contained DeniedUrl
1486 syn keyword ngxDirectiveThirdParty contained IgnoreCIDR
1487 syn keyword ngxDirectiveThirdParty contained IgnoreIP
1471 syn keyword ngxDirectiveThirdParty contained LearningMode 1488 syn keyword ngxDirectiveThirdParty contained LearningMode
1472 syn keyword ngxDirectiveThirdParty contained LibInjectionSql 1489 syn keyword ngxDirectiveThirdParty contained LibInjectionSql
1473 syn keyword ngxDirectiveThirdParty contained LibInjectionXss 1490 syn keyword ngxDirectiveThirdParty contained LibInjectionXss
1474 syn keyword ngxDirectiveThirdParty contained MainRule 1491 syn keyword ngxDirectiveThirdParty contained MainRule
1492 syn keyword ngxDirectiveThirdParty contained NaxsiLogFile
1475 syn keyword ngxDirectiveThirdParty contained SecRulesDisabled 1493 syn keyword ngxDirectiveThirdParty contained SecRulesDisabled
1476 syn keyword ngxDirectiveThirdParty contained SecRulesEnabled 1494 syn keyword ngxDirectiveThirdParty contained SecRulesEnabled
1477 syn keyword ngxDirectiveThirdParty contained basic_rule 1495 syn keyword ngxDirectiveThirdParty contained basic_rule
1478 syn keyword ngxDirectiveThirdParty contained check_rule 1496 syn keyword ngxDirectiveThirdParty contained check_rule
1479 syn keyword ngxDirectiveThirdParty contained denied_url 1497 syn keyword ngxDirectiveThirdParty contained denied_url
1480 syn keyword ngxDirectiveThirdParty contained learning_mode 1498 syn keyword ngxDirectiveThirdParty contained learning_mode
1481 syn keyword ngxDirectiveThirdParty contained libinjection_sql 1499 syn keyword ngxDirectiveThirdParty contained libinjection_sql
1482 syn keyword ngxDirectiveThirdParty contained libinjection_xss 1500 syn keyword ngxDirectiveThirdParty contained libinjection_xss
1483 syn keyword ngxDirectiveThirdParty contained main_rule 1501 syn keyword ngxDirectiveThirdParty contained main_rule
1502 syn keyword ngxDirectiveThirdParty contained naxsi_log
1484 syn keyword ngxDirectiveThirdParty contained rules_disabled 1503 syn keyword ngxDirectiveThirdParty contained rules_disabled
1485 syn keyword ngxDirectiveThirdParty contained rules_enabled 1504 syn keyword ngxDirectiveThirdParty contained rules_enabled
1486 1505
1487 " Phusion Passenger 1506 " https://github.com/opentracing-contrib/nginx-opentracing
1488 " https://www.phusionpassenger.com/library/config/nginx/reference/ 1507 syn keyword ngxDirectiveThirdParty contained opentracing
1508 syn keyword ngxDirectiveThirdParty contained opentracing_fastcgi_propagate_context
1509 syn keyword ngxDirectiveThirdParty contained opentracing_grpc_propagate_context
1510 syn keyword ngxDirectiveThirdParty contained opentracing_load_tracer
1511 syn keyword ngxDirectiveThirdParty contained opentracing_location_operation_name
1512 syn keyword ngxDirectiveThirdParty contained opentracing_operation_name
1513 syn keyword ngxDirectiveThirdParty contained opentracing_propagate_context
1514 syn keyword ngxDirectiveThirdParty contained opentracing_tag
1515 syn keyword ngxDirectiveThirdParty contained opentracing_trace_locations
1516 syn keyword ngxDirectiveThirdParty contained opentracing_trust_incoming_span
1517
1518 " https://github.com/phusion/passenger
1489 syn keyword ngxDirectiveThirdParty contained passenger_abort_on_startup_error 1519 syn keyword ngxDirectiveThirdParty contained passenger_abort_on_startup_error
1490 syn keyword ngxDirectiveThirdParty contained passenger_abort_websockets_on_process_shutdown 1520 syn keyword ngxDirectiveThirdParty contained passenger_abort_websockets_on_process_shutdown
1491 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_auth_type 1521 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_auth_type
1492 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_password 1522 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_password
1493 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_url 1523 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_url
1494 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_username 1524 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_username
1525 syn keyword ngxDirectiveThirdParty contained passenger_analytics_log_group
1526 syn keyword ngxDirectiveThirdParty contained passenger_analytics_log_user
1495 syn keyword ngxDirectiveThirdParty contained passenger_anonymous_telemetry_proxy 1527 syn keyword ngxDirectiveThirdParty contained passenger_anonymous_telemetry_proxy
1496 syn keyword ngxDirectiveThirdParty contained passenger_app_env 1528 syn keyword ngxDirectiveThirdParty contained passenger_app_env
1497 syn keyword ngxDirectiveThirdParty contained passenger_app_file_descriptor_ulimit 1529 syn keyword ngxDirectiveThirdParty contained passenger_app_file_descriptor_ulimit
1498 syn keyword ngxDirectiveThirdParty contained passenger_app_group_name 1530 syn keyword ngxDirectiveThirdParty contained passenger_app_group_name
1499 syn keyword ngxDirectiveThirdParty contained passenger_app_log_file 1531 syn keyword ngxDirectiveThirdParty contained passenger_app_log_file
1500 syn keyword ngxDirectiveThirdParty contained passenger_app_rights 1532 syn keyword ngxDirectiveThirdParty contained passenger_app_rights
1501 syn keyword ngxDirectiveThirdParty contained passenger_app_root 1533 syn keyword ngxDirectiveThirdParty contained passenger_app_root
1534 syn keyword ngxDirectiveThirdParty contained passenger_app_start_command
1502 syn keyword ngxDirectiveThirdParty contained passenger_app_type 1535 syn keyword ngxDirectiveThirdParty contained passenger_app_type
1503 syn keyword ngxDirectiveThirdParty contained passenger_base_uri 1536 syn keyword ngxDirectiveThirdParty contained passenger_base_uri
1504 syn keyword ngxDirectiveThirdParty contained passenger_buffer_response 1537 syn keyword ngxDirectiveThirdParty contained passenger_buffer_response
1505 syn keyword ngxDirectiveThirdParty contained passenger_buffer_size 1538 syn keyword ngxDirectiveThirdParty contained passenger_buffer_size
1539 syn keyword ngxDirectiveThirdParty contained passenger_buffer_upload
1506 syn keyword ngxDirectiveThirdParty contained passenger_buffers 1540 syn keyword ngxDirectiveThirdParty contained passenger_buffers
1507 syn keyword ngxDirectiveThirdParty contained passenger_busy_buffers_size 1541 syn keyword ngxDirectiveThirdParty contained passenger_busy_buffers_size
1508 syn keyword ngxDirectiveThirdParty contained passenger_concurrency_model 1542 syn keyword ngxDirectiveThirdParty contained passenger_concurrency_model
1509 syn keyword ngxDirectiveThirdParty contained passenger_core_file_descriptor_ulimit 1543 syn keyword ngxDirectiveThirdParty contained passenger_core_file_descriptor_ulimit
1510 syn keyword ngxDirectiveThirdParty contained passenger_ctl 1544 syn keyword ngxDirectiveThirdParty contained passenger_ctl
1511 syn keyword ngxDirectiveThirdParty contained passenger_data_buffer_dir 1545 syn keyword ngxDirectiveThirdParty contained passenger_data_buffer_dir
1546 syn keyword ngxDirectiveThirdParty contained passenger_debug_log_file
1512 syn keyword ngxDirectiveThirdParty contained passenger_debugger 1547 syn keyword ngxDirectiveThirdParty contained passenger_debugger
1513 syn keyword ngxDirectiveThirdParty contained passenger_default_group 1548 syn keyword ngxDirectiveThirdParty contained passenger_default_group
1514 syn keyword ngxDirectiveThirdParty contained passenger_default_user 1549 syn keyword ngxDirectiveThirdParty contained passenger_default_user
1550 syn keyword ngxDirectiveThirdParty contained passenger_direct_instance_request_address
1515 syn keyword ngxDirectiveThirdParty contained passenger_disable_anonymous_telemetry 1551 syn keyword ngxDirectiveThirdParty contained passenger_disable_anonymous_telemetry
1552 syn keyword ngxDirectiveThirdParty contained passenger_disable_log_prefix
1516 syn keyword ngxDirectiveThirdParty contained passenger_disable_security_update_check 1553 syn keyword ngxDirectiveThirdParty contained passenger_disable_security_update_check
1517 syn keyword ngxDirectiveThirdParty contained passenger_document_root 1554 syn keyword ngxDirectiveThirdParty contained passenger_document_root
1518 syn keyword ngxDirectiveThirdParty contained passenger_dump_config_manifest 1555 syn keyword ngxDirectiveThirdParty contained passenger_dump_config_manifest
1519 syn keyword ngxDirectiveThirdParty contained passenger_enabled 1556 syn keyword ngxDirectiveThirdParty contained passenger_enabled
1520 syn keyword ngxDirectiveThirdParty contained passenger_env_var 1557 syn keyword ngxDirectiveThirdParty contained passenger_env_var
1546 syn keyword ngxDirectiveThirdParty contained passenger_monitor_log_file 1583 syn keyword ngxDirectiveThirdParty contained passenger_monitor_log_file
1547 syn keyword ngxDirectiveThirdParty contained passenger_nodejs 1584 syn keyword ngxDirectiveThirdParty contained passenger_nodejs
1548 syn keyword ngxDirectiveThirdParty contained passenger_pass_header 1585 syn keyword ngxDirectiveThirdParty contained passenger_pass_header
1549 syn keyword ngxDirectiveThirdParty contained passenger_pool_idle_time 1586 syn keyword ngxDirectiveThirdParty contained passenger_pool_idle_time
1550 syn keyword ngxDirectiveThirdParty contained passenger_pre_start 1587 syn keyword ngxDirectiveThirdParty contained passenger_pre_start
1588 syn keyword ngxDirectiveThirdParty contained passenger_preload_bundler
1551 syn keyword ngxDirectiveThirdParty contained passenger_python 1589 syn keyword ngxDirectiveThirdParty contained passenger_python
1552 syn keyword ngxDirectiveThirdParty contained passenger_read_timeout 1590 syn keyword ngxDirectiveThirdParty contained passenger_read_timeout
1591 syn keyword ngxDirectiveThirdParty contained passenger_request_buffering
1553 syn keyword ngxDirectiveThirdParty contained passenger_request_queue_overflow_status_code 1592 syn keyword ngxDirectiveThirdParty contained passenger_request_queue_overflow_status_code
1554 syn keyword ngxDirectiveThirdParty contained passenger_resist_deployment_errors 1593 syn keyword ngxDirectiveThirdParty contained passenger_resist_deployment_errors
1555 syn keyword ngxDirectiveThirdParty contained passenger_response_buffer_high_watermark 1594 syn keyword ngxDirectiveThirdParty contained passenger_response_buffer_high_watermark
1556 syn keyword ngxDirectiveThirdParty contained passenger_restart_dir 1595 syn keyword ngxDirectiveThirdParty contained passenger_restart_dir
1557 syn keyword ngxDirectiveThirdParty contained passenger_rolling_restarts 1596 syn keyword ngxDirectiveThirdParty contained passenger_rolling_restarts
1559 syn keyword ngxDirectiveThirdParty contained passenger_ruby 1598 syn keyword ngxDirectiveThirdParty contained passenger_ruby
1560 syn keyword ngxDirectiveThirdParty contained passenger_security_update_check_proxy 1599 syn keyword ngxDirectiveThirdParty contained passenger_security_update_check_proxy
1561 syn keyword ngxDirectiveThirdParty contained passenger_set_header 1600 syn keyword ngxDirectiveThirdParty contained passenger_set_header
1562 syn keyword ngxDirectiveThirdParty contained passenger_show_version_in_header 1601 syn keyword ngxDirectiveThirdParty contained passenger_show_version_in_header
1563 syn keyword ngxDirectiveThirdParty contained passenger_socket_backlog 1602 syn keyword ngxDirectiveThirdParty contained passenger_socket_backlog
1603 syn keyword ngxDirectiveThirdParty contained passenger_spawn_dir
1604 syn keyword ngxDirectiveThirdParty contained passenger_spawn_exception_status_code
1564 syn keyword ngxDirectiveThirdParty contained passenger_spawn_method 1605 syn keyword ngxDirectiveThirdParty contained passenger_spawn_method
1565 syn keyword ngxDirectiveThirdParty contained passenger_start_timeout 1606 syn keyword ngxDirectiveThirdParty contained passenger_start_timeout
1566 syn keyword ngxDirectiveThirdParty contained passenger_startup_file 1607 syn keyword ngxDirectiveThirdParty contained passenger_startup_file
1567 syn keyword ngxDirectiveThirdParty contained passenger_stat_throttle_rate 1608 syn keyword ngxDirectiveThirdParty contained passenger_stat_throttle_rate
1568 syn keyword ngxDirectiveThirdParty contained passenger_sticky_sessions 1609 syn keyword ngxDirectiveThirdParty contained passenger_sticky_sessions
1610 syn keyword ngxDirectiveThirdParty contained passenger_sticky_sessions_cookie_attributes
1569 syn keyword ngxDirectiveThirdParty contained passenger_sticky_sessions_cookie_name 1611 syn keyword ngxDirectiveThirdParty contained passenger_sticky_sessions_cookie_name
1612 syn keyword ngxDirectiveThirdParty contained passenger_temp_path
1570 syn keyword ngxDirectiveThirdParty contained passenger_thread_count 1613 syn keyword ngxDirectiveThirdParty contained passenger_thread_count
1571 syn keyword ngxDirectiveThirdParty contained passenger_turbocaching 1614 syn keyword ngxDirectiveThirdParty contained passenger_turbocaching
1615 syn keyword ngxDirectiveThirdParty contained passenger_use_global_queue
1572 syn keyword ngxDirectiveThirdParty contained passenger_user 1616 syn keyword ngxDirectiveThirdParty contained passenger_user
1573 syn keyword ngxDirectiveThirdParty contained passenger_user_switching 1617 syn keyword ngxDirectiveThirdParty contained passenger_user_switching
1574 syn keyword ngxDirectiveThirdParty contained passenger_vary_turbocache_by_cookie 1618 syn keyword ngxDirectiveThirdParty contained passenger_vary_turbocache_by_cookie
1575 syn keyword ngxDirectiveThirdPartyDeprecated contained passenger_analytics_log_group 1619 syn keyword ngxDirectiveThirdParty contained rack_env
1576 syn keyword ngxDirectiveThirdPartyDeprecated contained passenger_analytics_log_user 1620 syn keyword ngxDirectiveThirdParty contained rails_app_spawner_idle_time
1577 syn keyword ngxDirectiveThirdPartyDeprecated contained passenger_debug_log_file 1621 syn keyword ngxDirectiveThirdParty contained rails_env
1578 syn keyword ngxDirectiveThirdPartyDeprecated contained passenger_use_global_queue 1622 syn keyword ngxDirectiveThirdParty contained rails_framework_spawner_idle_time
1579 syn keyword ngxDirectiveThirdPartyDeprecated contained rack_env 1623 syn keyword ngxDirectiveThirdParty contained rails_spawn_method
1580 syn keyword ngxDirectiveThirdPartyDeprecated contained rails_app_spawner_idle_time 1624 syn keyword ngxDirectiveThirdParty contained union_station_filter
1581 syn keyword ngxDirectiveThirdPartyDeprecated contained rails_env 1625 syn keyword ngxDirectiveThirdParty contained union_station_gateway_address
1582 syn keyword ngxDirectiveThirdPartyDeprecated contained rails_framework_spawner_idle_time 1626 syn keyword ngxDirectiveThirdParty contained union_station_gateway_cert
1583 syn keyword ngxDirectiveThirdPartyDeprecated contained rails_spawn_method 1627 syn keyword ngxDirectiveThirdParty contained union_station_gateway_port
1584 syn keyword ngxDirectiveThirdPartyDeprecated contained union_station_filter 1628 syn keyword ngxDirectiveThirdParty contained union_station_key
1585 syn keyword ngxDirectiveThirdPartyDeprecated contained union_station_gateway_address 1629 syn keyword ngxDirectiveThirdParty contained union_station_proxy_address
1586 syn keyword ngxDirectiveThirdPartyDeprecated contained union_station_gateway_cert 1630 syn keyword ngxDirectiveThirdParty contained union_station_support
1587 syn keyword ngxDirectiveThirdPartyDeprecated contained union_station_gateway_port 1631
1588 syn keyword ngxDirectiveThirdPartyDeprecated contained union_station_key 1632 " https://github.com/konstruxi/ngx_postgres
1589 syn keyword ngxDirectiveThirdPartyDeprecated contained union_station_proxy_address
1590 syn keyword ngxDirectiveThirdPartyDeprecated contained union_station_support
1591
1592 " ngx_postgres is an upstream module that allows nginx to communicate directly with PostgreSQL database
1593 " https://github.com/FRiCKLE/ngx_postgres
1594 syn keyword ngxDirectiveThirdParty contained postgres_connect_timeout 1633 syn keyword ngxDirectiveThirdParty contained postgres_connect_timeout
1595 syn keyword ngxDirectiveThirdParty contained postgres_escape 1634 syn keyword ngxDirectiveThirdParty contained postgres_escape
1596 syn keyword ngxDirectiveThirdParty contained postgres_keepalive 1635 syn keyword ngxDirectiveThirdParty contained postgres_keepalive
1597 syn keyword ngxDirectiveThirdParty contained postgres_output 1636 syn keyword ngxDirectiveThirdParty contained postgres_output
1598 syn keyword ngxDirectiveThirdParty contained postgres_pass 1637 syn keyword ngxDirectiveThirdParty contained postgres_pass
1600 syn keyword ngxDirectiveThirdParty contained postgres_result_timeout 1639 syn keyword ngxDirectiveThirdParty contained postgres_result_timeout
1601 syn keyword ngxDirectiveThirdParty contained postgres_rewrite 1640 syn keyword ngxDirectiveThirdParty contained postgres_rewrite
1602 syn keyword ngxDirectiveThirdParty contained postgres_server 1641 syn keyword ngxDirectiveThirdParty contained postgres_server
1603 syn keyword ngxDirectiveThirdParty contained postgres_set 1642 syn keyword ngxDirectiveThirdParty contained postgres_set
1604 1643
1605 " ngx_rds_csv - Nginx output filter module to convert Resty-DBD-Streams (RDS) to Comma-Separated Values (CSV)
1606 " https://github.com/openresty/rds-csv-nginx-module 1644 " https://github.com/openresty/rds-csv-nginx-module
1607 syn keyword ngxDirectiveThirdParty contained rds_csv 1645 syn keyword ngxDirectiveThirdParty contained rds_csv
1608 syn keyword ngxDirectiveThirdParty contained rds_csv_buffer_size 1646 syn keyword ngxDirectiveThirdParty contained rds_csv_buffer_size
1609 syn keyword ngxDirectiveThirdParty contained rds_csv_content_type 1647 syn keyword ngxDirectiveThirdParty contained rds_csv_content_type
1610 syn keyword ngxDirectiveThirdParty contained rds_csv_field_name_header 1648 syn keyword ngxDirectiveThirdParty contained rds_csv_field_name_header
1611 syn keyword ngxDirectiveThirdParty contained rds_csv_field_separator 1649 syn keyword ngxDirectiveThirdParty contained rds_csv_field_separator
1612 syn keyword ngxDirectiveThirdParty contained rds_csv_row_terminator 1650 syn keyword ngxDirectiveThirdParty contained rds_csv_row_terminator
1613 1651
1614 " ngx_rds_json - an output filter that formats Resty DBD Streams generated by ngx_drizzle and others to JSON
1615 " https://github.com/openresty/rds-json-nginx-module 1652 " https://github.com/openresty/rds-json-nginx-module
1616 syn keyword ngxDirectiveThirdParty contained rds_json 1653 syn keyword ngxDirectiveThirdParty contained rds_json
1617 syn keyword ngxDirectiveThirdParty contained rds_json_buffer_size 1654 syn keyword ngxDirectiveThirdParty contained rds_json_buffer_size
1618 syn keyword ngxDirectiveThirdParty contained rds_json_content_type 1655 syn keyword ngxDirectiveThirdParty contained rds_json_content_type
1619 syn keyword ngxDirectiveThirdParty contained rds_json_errcode_key 1656 syn keyword ngxDirectiveThirdParty contained rds_json_errcode_key
1622 syn keyword ngxDirectiveThirdParty contained rds_json_ret 1659 syn keyword ngxDirectiveThirdParty contained rds_json_ret
1623 syn keyword ngxDirectiveThirdParty contained rds_json_root 1660 syn keyword ngxDirectiveThirdParty contained rds_json_root
1624 syn keyword ngxDirectiveThirdParty contained rds_json_success_property 1661 syn keyword ngxDirectiveThirdParty contained rds_json_success_property
1625 syn keyword ngxDirectiveThirdParty contained rds_json_user_property 1662 syn keyword ngxDirectiveThirdParty contained rds_json_user_property
1626 1663
1627 " ngx_redis2 - Nginx upstream module for the Redis 2.0 protocol
1628 " https://github.com/openresty/redis2-nginx-module 1664 " https://github.com/openresty/redis2-nginx-module
1629 syn keyword ngxDirectiveThirdParty contained redis2_bind 1665 syn keyword ngxDirectiveThirdParty contained redis2_bind
1630 syn keyword ngxDirectiveThirdParty contained redis2_buffer_size 1666 syn keyword ngxDirectiveThirdParty contained redis2_buffer_size
1631 syn keyword ngxDirectiveThirdParty contained redis2_connect_timeout 1667 syn keyword ngxDirectiveThirdParty contained redis2_connect_timeout
1632 syn keyword ngxDirectiveThirdParty contained redis2_literal_raw_query 1668 syn keyword ngxDirectiveThirdParty contained redis2_literal_raw_query
1636 syn keyword ngxDirectiveThirdParty contained redis2_raw_queries 1672 syn keyword ngxDirectiveThirdParty contained redis2_raw_queries
1637 syn keyword ngxDirectiveThirdParty contained redis2_raw_query 1673 syn keyword ngxDirectiveThirdParty contained redis2_raw_query
1638 syn keyword ngxDirectiveThirdParty contained redis2_read_timeout 1674 syn keyword ngxDirectiveThirdParty contained redis2_read_timeout
1639 syn keyword ngxDirectiveThirdParty contained redis2_send_timeout 1675 syn keyword ngxDirectiveThirdParty contained redis2_send_timeout
1640 1676
1641 " NGINX-based Media Streaming Server
1642 " https://github.com/arut/nginx-rtmp-module 1677 " https://github.com/arut/nginx-rtmp-module
1643 syn keyword ngxDirectiveThirdParty contained ack_window 1678 syn keyword ngxDirectiveThirdParty contained ack_window
1644 syn keyword ngxDirectiveThirdParty contained application 1679 syn keyword ngxDirectiveThirdParty contained application
1645 syn keyword ngxDirectiveThirdParty contained buffer 1680 syn keyword ngxDirectiveThirdParty contained buffer
1646 syn keyword ngxDirectiveThirdParty contained buflen 1681 syn keyword ngxDirectiveThirdParty contained buflen
1748 syn keyword ngxDirectiveThirdParty contained stream_buckets 1783 syn keyword ngxDirectiveThirdParty contained stream_buckets
1749 syn keyword ngxDirectiveThirdParty contained sync 1784 syn keyword ngxDirectiveThirdParty contained sync
1750 syn keyword ngxDirectiveThirdParty contained wait_key 1785 syn keyword ngxDirectiveThirdParty contained wait_key
1751 syn keyword ngxDirectiveThirdParty contained wait_video 1786 syn keyword ngxDirectiveThirdParty contained wait_video
1752 1787
1753 " ngx_set_misc - Various set_xxx directives added to nginx's rewrite module (md5/sha1, sql/json quoting, and many more)
1754 " https://github.com/openresty/set-misc-nginx-module 1788 " https://github.com/openresty/set-misc-nginx-module
1755 syn keyword ngxDirectiveThirdParty contained set_base32_alphabet 1789 syn keyword ngxDirectiveThirdParty contained set_base32_alphabet
1756 syn keyword ngxDirectiveThirdParty contained set_base32_padding 1790 syn keyword ngxDirectiveThirdParty contained set_base32_padding
1757 syn keyword ngxDirectiveThirdParty contained set_decode_base32 1791 syn keyword ngxDirectiveThirdParty contained set_decode_base32
1758 syn keyword ngxDirectiveThirdParty contained set_decode_base64 1792 syn keyword ngxDirectiveThirdParty contained set_decode_base64
1768 syn keyword ngxDirectiveThirdParty contained set_hashed_upstream 1802 syn keyword ngxDirectiveThirdParty contained set_hashed_upstream
1769 syn keyword ngxDirectiveThirdParty contained set_hmac_sha1 1803 syn keyword ngxDirectiveThirdParty contained set_hmac_sha1
1770 syn keyword ngxDirectiveThirdParty contained set_hmac_sha256 1804 syn keyword ngxDirectiveThirdParty contained set_hmac_sha256
1771 syn keyword ngxDirectiveThirdParty contained set_if_empty 1805 syn keyword ngxDirectiveThirdParty contained set_if_empty
1772 syn keyword ngxDirectiveThirdParty contained set_local_today 1806 syn keyword ngxDirectiveThirdParty contained set_local_today
1807 syn keyword ngxDirectiveThirdParty contained set_md5
1773 syn keyword ngxDirectiveThirdParty contained set_misc_base32_padding 1808 syn keyword ngxDirectiveThirdParty contained set_misc_base32_padding
1774 syn keyword ngxDirectiveThirdParty contained set_quote_json_str 1809 syn keyword ngxDirectiveThirdParty contained set_quote_json_str
1775 syn keyword ngxDirectiveThirdParty contained set_quote_pgsql_str 1810 syn keyword ngxDirectiveThirdParty contained set_quote_pgsql_str
1776 syn keyword ngxDirectiveThirdParty contained set_quote_sql_str 1811 syn keyword ngxDirectiveThirdParty contained set_quote_sql_str
1777 syn keyword ngxDirectiveThirdParty contained set_random 1812 syn keyword ngxDirectiveThirdParty contained set_random
1778 syn keyword ngxDirectiveThirdParty contained set_rotate 1813 syn keyword ngxDirectiveThirdParty contained set_rotate
1779 syn keyword ngxDirectiveThirdParty contained set_secure_random_alphanum 1814 syn keyword ngxDirectiveThirdParty contained set_secure_random_alphanum
1780 syn keyword ngxDirectiveThirdParty contained set_secure_random_lcalpha 1815 syn keyword ngxDirectiveThirdParty contained set_secure_random_lcalpha
1816 syn keyword ngxDirectiveThirdParty contained set_sha1
1781 syn keyword ngxDirectiveThirdParty contained set_unescape_uri 1817 syn keyword ngxDirectiveThirdParty contained set_unescape_uri
1782 1818
1783 " nginx-sflow-module
1784 " https://github.com/sflow/nginx-sflow-module 1819 " https://github.com/sflow/nginx-sflow-module
1785 syn keyword ngxDirectiveThirdParty contained sflow 1820 syn keyword ngxDirectiveThirdParty contained sflow
1786 1821
1787 " Shibboleth auth request module for Nginx
1788 " https://github.com/nginx-shib/nginx-http-shibboleth 1822 " https://github.com/nginx-shib/nginx-http-shibboleth
1789 syn keyword ngxDirectiveThirdParty contained shib_request 1823 syn keyword ngxDirectiveThirdParty contained shib_request
1790 syn keyword ngxDirectiveThirdParty contained shib_request_set 1824 syn keyword ngxDirectiveThirdParty contained shib_request_set
1791 syn keyword ngxDirectiveThirdParty contained shib_request_use_headers 1825 syn keyword ngxDirectiveThirdParty contained shib_request_use_headers
1792 1826
1793 " nginx module which adds ability to cache static files 1827 " https://github.com/baysao/ngx_slowfs_cache
1794 " https://github.com/FRiCKLE/ngx_slowfs_cache
1795 syn keyword ngxDirectiveThirdParty contained slowfs_big_file_size 1828 syn keyword ngxDirectiveThirdParty contained slowfs_big_file_size
1796 syn keyword ngxDirectiveThirdParty contained slowfs_cache 1829 syn keyword ngxDirectiveThirdParty contained slowfs_cache
1797 syn keyword ngxDirectiveThirdParty contained slowfs_cache_key 1830 syn keyword ngxDirectiveThirdParty contained slowfs_cache_key
1798 syn keyword ngxDirectiveThirdParty contained slowfs_cache_min_uses 1831 syn keyword ngxDirectiveThirdParty contained slowfs_cache_min_uses
1799 syn keyword ngxDirectiveThirdParty contained slowfs_cache_path 1832 syn keyword ngxDirectiveThirdParty contained slowfs_cache_path
1800 syn keyword ngxDirectiveThirdParty contained slowfs_cache_purge 1833 syn keyword ngxDirectiveThirdParty contained slowfs_cache_purge
1801 syn keyword ngxDirectiveThirdParty contained slowfs_cache_valid 1834 syn keyword ngxDirectiveThirdParty contained slowfs_cache_valid
1802 syn keyword ngxDirectiveThirdParty contained slowfs_temp_path 1835 syn keyword ngxDirectiveThirdParty contained slowfs_temp_path
1803 1836
1804 " Dynamic Image Transformation Module For nginx 1837 " https://github.com/kawakibi/ngx_small_light
1805 " https://github.com/cubicdaiya/ngx_small_light
1806 syn keyword ngxDirectiveThirdParty contained small_light 1838 syn keyword ngxDirectiveThirdParty contained small_light
1807 syn keyword ngxDirectiveThirdParty contained small_light_buffer 1839 syn keyword ngxDirectiveThirdParty contained small_light_buffer
1808 syn keyword ngxDirectiveThirdParty contained small_light_getparam_mode 1840 syn keyword ngxDirectiveThirdParty contained small_light_getparam_mode
1809 syn keyword ngxDirectiveThirdParty contained small_light_imlib2_temp_dir 1841 syn keyword ngxDirectiveThirdParty contained small_light_imlib2_temp_dir
1810 syn keyword ngxDirectiveThirdParty contained small_light_material_dir 1842 syn keyword ngxDirectiveThirdParty contained small_light_material_dir
1811 syn keyword ngxDirectiveThirdParty contained small_light_pattern_define 1843 syn keyword ngxDirectiveThirdParty contained small_light_pattern_define
1812 syn keyword ngxDirectiveThirdParty contained small_light_radius_max 1844 syn keyword ngxDirectiveThirdParty contained small_light_radius_max
1813 syn keyword ngxDirectiveThirdParty contained small_light_sigma_max 1845 syn keyword ngxDirectiveThirdParty contained small_light_sigma_max
1814 1846
1815 " ngx_srcache - Transparent subrequest-based caching layout for arbitrary nginx locations
1816 " https://github.com/openresty/srcache-nginx-module 1847 " https://github.com/openresty/srcache-nginx-module
1817 syn keyword ngxDirectiveThirdParty contained srcache_buffer 1848 syn keyword ngxDirectiveThirdParty contained srcache_buffer
1818 syn keyword ngxDirectiveThirdParty contained srcache_default_expire 1849 syn keyword ngxDirectiveThirdParty contained srcache_default_expire
1819 syn keyword ngxDirectiveThirdParty contained srcache_fetch 1850 syn keyword ngxDirectiveThirdParty contained srcache_fetch
1820 syn keyword ngxDirectiveThirdParty contained srcache_fetch_skip 1851 syn keyword ngxDirectiveThirdParty contained srcache_fetch_skip
1833 syn keyword ngxDirectiveThirdParty contained srcache_store_private 1864 syn keyword ngxDirectiveThirdParty contained srcache_store_private
1834 syn keyword ngxDirectiveThirdParty contained srcache_store_ranges 1865 syn keyword ngxDirectiveThirdParty contained srcache_store_ranges
1835 syn keyword ngxDirectiveThirdParty contained srcache_store_skip 1866 syn keyword ngxDirectiveThirdParty contained srcache_store_skip
1836 syn keyword ngxDirectiveThirdParty contained srcache_store_statuses 1867 syn keyword ngxDirectiveThirdParty contained srcache_store_statuses
1837 1868
1838 " NGINX-based VOD Packager
1839 " https://github.com/kaltura/nginx-vod-module 1869 " https://github.com/kaltura/nginx-vod-module
1840 syn keyword ngxDirectiveThirdParty contained vod 1870 syn keyword ngxDirectiveThirdParty contained vod
1841 syn keyword ngxDirectiveThirdParty contained vod_align_segments_to_key_frames 1871 syn keyword ngxDirectiveThirdParty contained vod_align_segments_to_key_frames
1842 syn keyword ngxDirectiveThirdParty contained vod_apply_dynamic_mapping 1872 syn keyword ngxDirectiveThirdParty contained vod_apply_dynamic_mapping
1843 syn keyword ngxDirectiveThirdParty contained vod_base_url 1873 syn keyword ngxDirectiveThirdParty contained vod_base_url
1873 syn keyword ngxDirectiveThirdParty contained vod_live_response_cache 1903 syn keyword ngxDirectiveThirdParty contained vod_live_response_cache
1874 syn keyword ngxDirectiveThirdParty contained vod_live_window_duration 1904 syn keyword ngxDirectiveThirdParty contained vod_live_window_duration
1875 syn keyword ngxDirectiveThirdParty contained vod_manifest_duration_policy 1905 syn keyword ngxDirectiveThirdParty contained vod_manifest_duration_policy
1876 syn keyword ngxDirectiveThirdParty contained vod_manifest_segment_durations_mode 1906 syn keyword ngxDirectiveThirdParty contained vod_manifest_segment_durations_mode
1877 syn keyword ngxDirectiveThirdParty contained vod_mapping_cache 1907 syn keyword ngxDirectiveThirdParty contained vod_mapping_cache
1908 syn keyword ngxDirectiveThirdParty contained vod_max_frame_count
1878 syn keyword ngxDirectiveThirdParty contained vod_max_frames_size 1909 syn keyword ngxDirectiveThirdParty contained vod_max_frames_size
1879 syn keyword ngxDirectiveThirdParty contained vod_max_mapping_response_size 1910 syn keyword ngxDirectiveThirdParty contained vod_max_mapping_response_size
1880 syn keyword ngxDirectiveThirdParty contained vod_max_metadata_size 1911 syn keyword ngxDirectiveThirdParty contained vod_max_metadata_size
1881 syn keyword ngxDirectiveThirdParty contained vod_max_upstream_headers_size 1912 syn keyword ngxDirectiveThirdParty contained vod_max_upstream_headers_size
1882 syn keyword ngxDirectiveThirdParty contained vod_media_set_map_uri 1913 syn keyword ngxDirectiveThirdParty contained vod_media_set_map_uri
1899 syn keyword ngxDirectiveThirdParty contained vod_remote_upstream_location 1930 syn keyword ngxDirectiveThirdParty contained vod_remote_upstream_location
1900 syn keyword ngxDirectiveThirdParty contained vod_response_cache 1931 syn keyword ngxDirectiveThirdParty contained vod_response_cache
1901 syn keyword ngxDirectiveThirdParty contained vod_secret_key 1932 syn keyword ngxDirectiveThirdParty contained vod_secret_key
1902 syn keyword ngxDirectiveThirdParty contained vod_segment_count_policy 1933 syn keyword ngxDirectiveThirdParty contained vod_segment_count_policy
1903 syn keyword ngxDirectiveThirdParty contained vod_segment_duration 1934 syn keyword ngxDirectiveThirdParty contained vod_segment_duration
1935 syn keyword ngxDirectiveThirdParty contained vod_segment_max_frame_count
1904 syn keyword ngxDirectiveThirdParty contained vod_segments_base_url 1936 syn keyword ngxDirectiveThirdParty contained vod_segments_base_url
1905 syn keyword ngxDirectiveThirdParty contained vod_source_clip_map_uri 1937 syn keyword ngxDirectiveThirdParty contained vod_source_clip_map_uri
1906 syn keyword ngxDirectiveThirdParty contained vod_speed_param_name 1938 syn keyword ngxDirectiveThirdParty contained vod_speed_param_name
1907 syn keyword ngxDirectiveThirdParty contained vod_status 1939 syn keyword ngxDirectiveThirdParty contained vod_status
1908 syn keyword ngxDirectiveThirdParty contained vod_time_shift_param_name 1940 syn keyword ngxDirectiveThirdParty contained vod_time_shift_param_name
1909 syn keyword ngxDirectiveThirdParty contained vod_tracks_param_name 1941 syn keyword ngxDirectiveThirdParty contained vod_tracks_param_name
1910 syn keyword ngxDirectiveThirdParty contained vod_upstream_extra_args 1942 syn keyword ngxDirectiveThirdParty contained vod_upstream_extra_args
1911 syn keyword ngxDirectiveThirdParty contained vod_upstream_location 1943 syn keyword ngxDirectiveThirdParty contained vod_upstream_location
1912 1944
1913 " Nginx virtual host traffic status module
1914 " https://github.com/vozlt/nginx-module-vts 1945 " https://github.com/vozlt/nginx-module-vts
1915 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status 1946 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status
1916 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_average_method 1947 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_average_method
1917 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_bypass_limit 1948 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_bypass_limit
1918 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_bypass_stats 1949 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_bypass_stats
1932 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit_traffic 1963 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit_traffic
1933 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit_traffic_by_set_key 1964 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit_traffic_by_set_key
1934 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_set_by_filter 1965 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_set_by_filter
1935 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_zone 1966 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_zone
1936 1967
1937 " xss-nginx-module - Native cross-site scripting support in nginx
1938 " https://github.com/openresty/xss-nginx-module 1968 " https://github.com/openresty/xss-nginx-module
1939 syn keyword ngxDirectiveThirdParty contained xss_callback_arg 1969 syn keyword ngxDirectiveThirdParty contained xss_callback_arg
1940 syn keyword ngxDirectiveThirdParty contained xss_check_status 1970 syn keyword ngxDirectiveThirdParty contained xss_check_status
1941 syn keyword ngxDirectiveThirdParty contained xss_get 1971 syn keyword ngxDirectiveThirdParty contained xss_get
1942 syn keyword ngxDirectiveThirdParty contained xss_input_types 1972 syn keyword ngxDirectiveThirdParty contained xss_input_types
1943 syn keyword ngxDirectiveThirdParty contained xss_output_type 1973 syn keyword ngxDirectiveThirdParty contained xss_output_type
1944 syn keyword ngxDirectiveThirdParty contained xss_override_status 1974 syn keyword ngxDirectiveThirdParty contained xss_override_status
1945 1975
1946 " Add support for array-typed variables to nginx config files
1947 " https://github.com/openresty/array-var-nginx-module
1948 syn keyword ngxDirectiveThirdParty contained array_join
1949 syn keyword ngxDirectiveThirdParty contained array_map
1950 syn keyword ngxDirectiveThirdParty contained array_map_op
1951 syn keyword ngxDirectiveThirdParty contained array_split
1952
1953 " NGINX module for Brotli compression
1954 " https://github.com/eustas/ngx_brotli
1955 syn keyword ngxDirectiveThirdParty contained brotli
1956 syn keyword ngxDirectiveThirdParty contained brotli_buffers
1957 syn keyword ngxDirectiveThirdParty contained brotli_comp_level
1958 syn keyword ngxDirectiveThirdParty contained brotli_min_length
1959 syn keyword ngxDirectiveThirdParty contained brotli_static
1960 syn keyword ngxDirectiveThirdParty contained brotli_types
1961 syn keyword ngxDirectiveThirdParty contained brotli_window
1962
1963 " form-input-nginx-module
1964 " https://github.com/calio/form-input-nginx-module
1965 syn keyword ngxDirectiveThirdParty contained set_form_input
1966 syn keyword ngxDirectiveThirdParty contained set_form_input_multi
1967
1968 " character conversion nginx module using libiconv
1969 " https://github.com/calio/iconv-nginx-module
1970 syn keyword ngxDirectiveThirdParty contained iconv_buffer_size
1971 syn keyword ngxDirectiveThirdParty contained iconv_filter
1972 syn keyword ngxDirectiveThirdParty contained set_iconv
1973
1974 " 3rd party modules list taken from
1975 " https://www.nginx.com/resources/wiki/modules/
1976 " ---------------------------------------------
1977
1978 " Nginx Module for Authenticating Akamai G2O requests
1979 " https://github.com/kaltura/nginx_mod_akamai_g2o
1980 syn keyword ngxDirectiveThirdParty contained g2o
1981 syn keyword ngxDirectiveThirdParty contained g2o_data_header
1982 syn keyword ngxDirectiveThirdParty contained g2o_hash_function
1983 syn keyword ngxDirectiveThirdParty contained g2o_key
1984 syn keyword ngxDirectiveThirdParty contained g2o_log_level
1985 syn keyword ngxDirectiveThirdParty contained g2o_nonce
1986 syn keyword ngxDirectiveThirdParty contained g2o_sign_header
1987 syn keyword ngxDirectiveThirdParty contained g2o_time_window
1988 syn keyword ngxDirectiveThirdParty contained g2o_version
1989
1990 " nginx_lua_module
1991 " https://github.com/alacner/nginx_lua_module
1992 syn keyword ngxDirectiveThirdParty contained lua_file
1993
1994 " Nginx Audio Track for HTTP Live Streaming
1995 " https://github.com/flavioribeiro/nginx-audio-track-for-hls-module
1996 syn keyword ngxDirectiveThirdParty contained ngx_hls_audio_track
1997 syn keyword ngxDirectiveThirdParty contained ngx_hls_audio_track_output_format
1998 syn keyword ngxDirectiveThirdParty contained ngx_hls_audio_track_output_header
1999 syn keyword ngxDirectiveThirdParty contained ngx_hls_audio_track_rootpath
2000
2001 " A Nginx module to dump backtrace when a worker process exits abnormally
2002 " https://github.com/alibaba/nginx-backtrace
2003 syn keyword ngxDirectiveThirdParty contained backtrace_log
2004 syn keyword ngxDirectiveThirdParty contained backtrace_max_stack_size
2005
2006 " circle_gif module
2007 " https://github.com/evanmiller/nginx_circle_gif
2008 syn keyword ngxDirectiveThirdParty contained circle_gif
2009 syn keyword ngxDirectiveThirdParty contained circle_gif_max_radius
2010 syn keyword ngxDirectiveThirdParty contained circle_gif_min_radius
2011 syn keyword ngxDirectiveThirdParty contained circle_gif_step_radius
2012
2013 " Upstream Consistent Hash
2014 " https://github.com/replay/ngx_http_consistent_hash
2015 syn keyword ngxDirectiveThirdParty contained consistent_hash
2016
2017 " Nginx module for etags on dynamic content
2018 " https://github.com/kali/nginx-dynamic-etags
2019 syn keyword ngxDirectiveThirdParty contained dynamic_etags
2020
2021 " Enhanced Nginx Memcached Module
2022 " https://github.com/bpaquet/ngx_http_enhanced_memcached_module
2023 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_allow_delete
2024 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_allow_put
2025 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_bind
2026 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_buffer_size
2027 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_connect_timeout
2028 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_flush
2029 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_flush_namespace
2030 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_hash_keys_with_md5
2031 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_pass
2032 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_read_timeout
2033 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_send_timeout
2034 syn keyword ngxDirectiveThirdParty contained enhanced_memcached_stats
2035
2036 " nginx max connections queue
2037 " https://github.com/ezmobius/nginx-ey-balancer
2038 syn keyword ngxDirectiveThirdParty contained max_connections_max_queue_length
2039 syn keyword ngxDirectiveThirdParty contained max_connections_queue_timeout
2040
2041 " Nginx module for POST authentication and authorization
2042 " https://github.com/veruu/ngx_form_auth
2043 syn keyword ngxDirectiveThirdParty contained form_auth
2044 syn keyword ngxDirectiveThirdParty contained form_auth_login
2045 syn keyword ngxDirectiveThirdParty contained form_auth_pam_service
2046 syn keyword ngxDirectiveThirdParty contained form_auth_password
2047 syn keyword ngxDirectiveThirdParty contained form_auth_remote_user
2048
2049 " ngx_http_accounting_module
2050 " https://github.com/Lax/ngx_http_accounting_module
2051 syn keyword ngxDirectiveThirdParty contained accounting
2052 syn keyword ngxDirectiveThirdParty contained accounting_id
2053 syn keyword ngxDirectiveThirdParty contained accounting_interval
2054 syn keyword ngxDirectiveThirdParty contained accounting_log
2055 syn keyword ngxDirectiveThirdParty contained accounting_perturb
2056
2057 " concatenating files in a given context: CSS and JS files usually
2058 " https://github.com/alibaba/nginx-http-concat
2059 syn keyword ngxDirectiveThirdParty contained concat
2060 syn keyword ngxDirectiveThirdParty contained concat_delimiter
2061 syn keyword ngxDirectiveThirdParty contained concat_ignore_file_error
2062 syn keyword ngxDirectiveThirdParty contained concat_max_files
2063 syn keyword ngxDirectiveThirdParty contained concat_types
2064 syn keyword ngxDirectiveThirdParty contained concat_unique
2065
2066 " update upstreams' config by restful interface
2067 " https://github.com/yzprofile/ngx_http_dyups_module
2068 syn keyword ngxDirectiveThirdParty contained dyups_interface
2069 syn keyword ngxDirectiveThirdParty contained dyups_shm_zone_size
2070
2071 " add given content to the end of the response according to the condition specified
2072 " https://github.com/flygoast/ngx_http_footer_if_filter
2073 syn keyword ngxDirectiveThirdParty contained footer_if
2074
2075 " NGINX HTTP Internal Redirect Module
2076 " https://github.com/flygoast/ngx_http_internal_redirect
2077 syn keyword ngxDirectiveThirdParty contained internal_redirect_if
2078 syn keyword ngxDirectiveThirdParty contained internal_redirect_if_no_postpone
2079
2080 " nginx-ip-blocker
2081 " https://github.com/tmthrgd/nginx-ip-blocker
2082 syn keyword ngxDirectiveThirdParty contained ip_blocker
2083
2084 " IP2Location Nginx
2085 " https://github.com/chrislim2888/ip2location-nginx
2086 syn keyword ngxDirectiveThirdParty contained ip2location_database
2087
2088 " Limit upload rate
2089 " https://github.com/cfsego/limit_upload_rate
2090 syn keyword ngxDirectiveThirdParty contained limit_upload_rate
2091 syn keyword ngxDirectiveThirdParty contained limit_upload_rate_after
2092 syn keyword ngxDirectiveThirdParty contained limit_upload_rate_log_level
2093
2094 " limit the number of connections to upstream
2095 " https://github.com/cfsego/nginx-limit-upstream
2096 syn keyword ngxDirectiveThirdParty contained limit_upstream_conn
2097 syn keyword ngxDirectiveThirdParty contained limit_upstream_log_level
2098 syn keyword ngxDirectiveThirdParty contained limit_upstream_zone
2099
2100 " conditional accesslog for nginx
2101 " https://github.com/cfsego/ngx_log_if
2102 syn keyword ngxDirectiveThirdParty contained access_log_bypass_if
2103
2104 " log messages over ZeroMQ
2105 " https://github.com/alticelabs/nginx-log-zmq
2106 syn keyword ngxDirectiveThirdParty contained log_zmq_endpoint
2107 syn keyword ngxDirectiveThirdParty contained log_zmq_format
2108 syn keyword ngxDirectiveThirdParty contained log_zmq_off
2109 syn keyword ngxDirectiveThirdParty contained log_zmq_server
2110
2111 " simple module to uppercase/lowercase strings in the nginx config
2112 " https://github.com/replay/ngx_http_lower_upper_case
2113 syn keyword ngxDirectiveThirdParty contained lower
2114 syn keyword ngxDirectiveThirdParty contained upper
2115
2116 " content filter for nginx, which returns the md5 hash of the content otherwise returned
2117 " https://github.com/kainswor/nginx_md5_filter
2118 syn keyword ngxDirectiveThirdParty contained md5_filter
2119
2120 " Non-blocking upstream module for Nginx to connect to MongoDB
2121 " https://github.com/simpl/ngx_mongo
2122 syn keyword ngxDirectiveThirdParty contained mongo_auth
2123 syn keyword ngxDirectiveThirdParty contained mongo_bind
2124 syn keyword ngxDirectiveThirdParty contained mongo_buffer_size
2125 syn keyword ngxDirectiveThirdParty contained mongo_buffering
2126 syn keyword ngxDirectiveThirdParty contained mongo_buffers
2127 syn keyword ngxDirectiveThirdParty contained mongo_busy_buffers_size
2128 syn keyword ngxDirectiveThirdParty contained mongo_connect_timeout
2129 syn keyword ngxDirectiveThirdParty contained mongo_json
2130 syn keyword ngxDirectiveThirdParty contained mongo_next_upstream
2131 syn keyword ngxDirectiveThirdParty contained mongo_pass
2132 syn keyword ngxDirectiveThirdParty contained mongo_query
2133 syn keyword ngxDirectiveThirdParty contained mongo_read_timeout
2134 syn keyword ngxDirectiveThirdParty contained mongo_send_timeout
2135
2136 " Nginx OCSP processing module designed for response caching
2137 " https://github.com/kyprizel/nginx_ocsp_proxy-module
2138 syn keyword ngxDirectiveThirdParty contained ocsp_cache_timeout
2139 syn keyword ngxDirectiveThirdParty contained ocsp_proxy
2140
2141 " Nginx OpenSSL version check at startup
2142 " https://github.com/apcera/nginx-openssl-version
2143 syn keyword ngxDirectiveThirdParty contained openssl_builddate_minimum
2144 syn keyword ngxDirectiveThirdParty contained openssl_version_minimum
2145
2146 " Automatic PageSpeed optimization module for Nginx
2147 " https://github.com/pagespeed/ngx_pagespeed
2148 syn keyword ngxDirectiveThirdParty contained pagespeed
2149
2150 " PECL Memcache standard hashing compatible loadbalancer for Nginx
2151 " https://github.com/replay/ngx_http_php_memcache_standard_balancer
2152 syn keyword ngxDirectiveThirdParty contained hash_key
2153
2154 " nginx module to parse php sessions
2155 " https://github.com/replay/ngx_http_php_session
2156 syn keyword ngxDirectiveThirdParty contained php_session_parse
2157 syn keyword ngxDirectiveThirdParty contained php_session_strip_formatting
2158
2159 " Nginx HTTP rDNS module
2160 " https://github.com/flant/nginx-http-rdns
2161 syn keyword ngxDirectiveThirdParty contained rdns
2162 syn keyword ngxDirectiveThirdParty contained rdns_allow
2163 syn keyword ngxDirectiveThirdParty contained rdns_deny
2164
2165 " Streaming regular expression replacement in response bodies
2166 " https://github.com/openresty/replace-filter-nginx-module
2167 syn keyword ngxDirectiveThirdParty contained replace_filter
2168 syn keyword ngxDirectiveThirdParty contained replace_filter_last_modified
2169 syn keyword ngxDirectiveThirdParty contained replace_filter_max_buffered_size
2170 syn keyword ngxDirectiveThirdParty contained replace_filter_skip
2171 syn keyword ngxDirectiveThirdParty contained replace_filter_types
2172
2173 " Link RRDtool's graphing facilities directly into nginx
2174 " https://github.com/evanmiller/mod_rrd_graph
2175 syn keyword ngxDirectiveThirdParty contained rrd_graph
2176 syn keyword ngxDirectiveThirdParty contained rrd_graph_root
2177
2178 " Module for nginx to proxy rtmp using http protocol
2179 " https://github.com/kwojtek/nginx-rtmpt-proxy-module
2180 syn keyword ngxDirectiveThirdParty contained rtmpt_proxy
2181 syn keyword ngxDirectiveThirdParty contained rtmpt_proxy_http_timeout
2182 syn keyword ngxDirectiveThirdParty contained rtmpt_proxy_rtmp_timeout
2183 syn keyword ngxDirectiveThirdParty contained rtmpt_proxy_stat
2184 syn keyword ngxDirectiveThirdParty contained rtmpt_proxy_stylesheet
2185 syn keyword ngxDirectiveThirdParty contained rtmpt_proxy_target
2186
2187 " Syntactically Awesome NGINX Module
2188 " https://github.com/mneudert/sass-nginx-module
2189 syn keyword ngxDirectiveThirdParty contained sass_compile
2190 syn keyword ngxDirectiveThirdParty contained sass_error_log
2191 syn keyword ngxDirectiveThirdParty contained sass_include_path
2192 syn keyword ngxDirectiveThirdParty contained sass_indent
2193 syn keyword ngxDirectiveThirdParty contained sass_is_indented_syntax
2194 syn keyword ngxDirectiveThirdParty contained sass_linefeed
2195 syn keyword ngxDirectiveThirdParty contained sass_output_style
2196 syn keyword ngxDirectiveThirdParty contained sass_precision
2197 syn keyword ngxDirectiveThirdParty contained sass_source_comments
2198 syn keyword ngxDirectiveThirdParty contained sass_source_map_embed
2199
2200 " Nginx Selective Cache Purge Module
2201 " https://github.com/wandenberg/nginx-selective-cache-purge-module
2202 syn keyword ngxDirectiveThirdParty contained selective_cache_purge_query
2203 syn keyword ngxDirectiveThirdParty contained selective_cache_purge_redis_database
2204 syn keyword ngxDirectiveThirdParty contained selective_cache_purge_redis_host
2205 syn keyword ngxDirectiveThirdParty contained selective_cache_purge_redis_password
2206 syn keyword ngxDirectiveThirdParty contained selective_cache_purge_redis_port
2207 syn keyword ngxDirectiveThirdParty contained selective_cache_purge_redis_unix_socket
2208
2209 " cconv nginx module
2210 " https://github.com/liseen/set-cconv-nginx-module
2211 syn keyword ngxDirectiveThirdParty contained set_cconv_to_simp
2212 syn keyword ngxDirectiveThirdParty contained set_cconv_to_trad
2213 syn keyword ngxDirectiveThirdParty contained set_pinyin_to_normal
2214
2215 " Nginx module that allows the setting of variables to the value of a variety of hashes
2216 " https://github.com/simpl/ngx_http_set_hash
2217 syn keyword ngxDirectiveThirdParty contained set_md5
2218 syn keyword ngxDirectiveThirdParty contained set_md5_upper
2219 syn keyword ngxDirectiveThirdParty contained set_murmur2
2220 syn keyword ngxDirectiveThirdParty contained set_murmur2_upper
2221 syn keyword ngxDirectiveThirdParty contained set_sha1
2222 syn keyword ngxDirectiveThirdParty contained set_sha1_upper
2223
2224 " Nginx module to set the language of a request based on a number of options
2225 " https://github.com/simpl/ngx_http_set_lang
2226 syn keyword ngxDirectiveThirdParty contained lang_cookie
2227 syn keyword ngxDirectiveThirdParty contained lang_get_var
2228 syn keyword ngxDirectiveThirdParty contained lang_host
2229 syn keyword ngxDirectiveThirdParty contained lang_list
2230 syn keyword ngxDirectiveThirdParty contained lang_post_var
2231 syn keyword ngxDirectiveThirdParty contained lang_referer
2232 syn keyword ngxDirectiveThirdParty contained set_lang
2233 syn keyword ngxDirectiveThirdParty contained set_lang_method
2234
2235 " Nginx Sorted Querystring Module
2236 " https://github.com/wandenberg/nginx-sorted-querystring-module
2237 syn keyword ngxDirectiveThirdParty contained sorted_querysting_filter_parameter
2238
2239 " Nginx upstream module for Sphinx 2.x search daemon
2240 " https://github.com/reeteshranjan/sphinx2-nginx-module
2241 syn keyword ngxDirectiveThirdParty contained sphinx2_bind
2242 syn keyword ngxDirectiveThirdParty contained sphinx2_buffer_size
2243 syn keyword ngxDirectiveThirdParty contained sphinx2_connect_timeout
2244 syn keyword ngxDirectiveThirdParty contained sphinx2_next_upstream
2245 syn keyword ngxDirectiveThirdParty contained sphinx2_pass
2246 syn keyword ngxDirectiveThirdParty contained sphinx2_read_timeout
2247 syn keyword ngxDirectiveThirdParty contained sphinx2_send_timeout
2248
2249 " Nginx module for retrieving user attributes and groups from SSSD
2250 " https://github.com/veruu/ngx_sssd_info
2251 syn keyword ngxDirectiveThirdParty contained sssd_info
2252 syn keyword ngxDirectiveThirdParty contained sssd_info_attribute
2253 syn keyword ngxDirectiveThirdParty contained sssd_info_attribute_separator
2254 syn keyword ngxDirectiveThirdParty contained sssd_info_attributes
2255 syn keyword ngxDirectiveThirdParty contained sssd_info_group
2256 syn keyword ngxDirectiveThirdParty contained sssd_info_group_separator
2257 syn keyword ngxDirectiveThirdParty contained sssd_info_groups
2258 syn keyword ngxDirectiveThirdParty contained sssd_info_output_to
2259
2260 " An nginx module for sending statistics to statsd
2261 " https://github.com/zebrafishlabs/nginx-statsd
2262 syn keyword ngxDirectiveThirdParty contained statsd_count
2263 syn keyword ngxDirectiveThirdParty contained statsd_sample_rate
2264 syn keyword ngxDirectiveThirdParty contained statsd_server
2265 syn keyword ngxDirectiveThirdParty contained statsd_timing
2266
2267 " ngx_stream_echo - TCP/stream echo module for NGINX (a port of the ngx_http_echo module)
2268 " https://github.com/openresty/stream-echo-nginx-module
2269 syn keyword ngxDirectiveThirdParty contained echo
2270 syn keyword ngxDirectiveThirdParty contained echo_client_error_log_level
2271 syn keyword ngxDirectiveThirdParty contained echo_discard_request
2272 syn keyword ngxDirectiveThirdParty contained echo_duplicate
2273 syn keyword ngxDirectiveThirdParty contained echo_flush_wait
2274 syn keyword ngxDirectiveThirdParty contained echo_lingering_close
2275 syn keyword ngxDirectiveThirdParty contained echo_lingering_time
2276 syn keyword ngxDirectiveThirdParty contained echo_lingering_timeout
2277 syn keyword ngxDirectiveThirdParty contained echo_read_buffer_size
2278 syn keyword ngxDirectiveThirdParty contained echo_read_bytes
2279 syn keyword ngxDirectiveThirdParty contained echo_read_line
2280 syn keyword ngxDirectiveThirdParty contained echo_read_timeout
2281 syn keyword ngxDirectiveThirdParty contained echo_request_data
2282 syn keyword ngxDirectiveThirdParty contained echo_send_timeout
2283 syn keyword ngxDirectiveThirdParty contained echo_sleep
2284
2285 " Embed the power of Lua into NGINX TCP/UDP servers
2286 " https://github.com/openresty/stream-lua-nginx-module
2287 syn keyword ngxDirectiveThirdParty contained lua_add_variable
2288 syn keyword ngxDirectiveThirdParty contained preread_by_lua_block
2289 syn keyword ngxDirectiveThirdParty contained preread_by_lua_file
2290 syn keyword ngxDirectiveThirdParty contained preread_by_lua_no_postpone
2291
2292 " nginx-upsync-module
2293 " https://github.com/weibocom/nginx-upsync-module
2294 syn keyword ngxDirectiveThirdParty contained upstream_show
2295 syn keyword ngxDirectiveThirdParty contained upsync
2296 syn keyword ngxDirectiveThirdParty contained upsync_dump_path
2297 syn keyword ngxDirectiveThirdParty contained upsync_lb
2298
2299 " Whitespace stripper for nginx
2300 " https://github.com/evanmiller/mod_strip
2301 syn keyword ngxDirectiveThirdParty contained strip
2302
2303 " Split one big HTTP/Range request to multiple subrange requesets
2304 " https://github.com/Qihoo360/ngx_http_subrange_module
2305 syn keyword ngxDirectiveThirdParty contained subrange
2306
2307 " summarizer-nginx-module
2308 " https://github.com/reeteshranjan/summarizer-nginx-module
2309 syn keyword ngxDirectiveThirdParty contained summarizer_bind
2310 syn keyword ngxDirectiveThirdParty contained summarizer_buffer_size
2311 syn keyword ngxDirectiveThirdParty contained summarizer_connect_timeout
2312 syn keyword ngxDirectiveThirdParty contained summarizer_next_upstream
2313 syn keyword ngxDirectiveThirdParty contained summarizer_pass
2314 syn keyword ngxDirectiveThirdParty contained summarizer_read_timeout
2315 syn keyword ngxDirectiveThirdParty contained summarizer_send_timeout
2316
2317 " nginx module providing API to communicate with supervisord and manage (start/stop) backends on-demand
2318 " https://github.com/FRiCKLE/ngx_supervisord
2319 syn keyword ngxDirectiveThirdParty contained supervisord
2320 syn keyword ngxDirectiveThirdParty contained supervisord_inherit_backend_status
2321 syn keyword ngxDirectiveThirdParty contained supervisord_name
2322 syn keyword ngxDirectiveThirdParty contained supervisord_start
2323 syn keyword ngxDirectiveThirdParty contained supervisord_stop
2324
2325 " simple robot mitigation module using cookie based challenge/response technique. Not supported any more.
2326 " https://github.com/kyprizel/testcookie-nginx-module
2327 syn keyword ngxDirectiveThirdParty contained testcookie
2328 syn keyword ngxDirectiveThirdParty contained testcookie_arg
2329 syn keyword ngxDirectiveThirdParty contained testcookie_deny_keepalive
2330 syn keyword ngxDirectiveThirdParty contained testcookie_domain
2331 syn keyword ngxDirectiveThirdParty contained testcookie_expires
2332 syn keyword ngxDirectiveThirdParty contained testcookie_fallback
2333 syn keyword ngxDirectiveThirdParty contained testcookie_get_only
2334 syn keyword ngxDirectiveThirdParty contained testcookie_httponly_flag
2335 syn keyword ngxDirectiveThirdParty contained testcookie_https_location
2336 syn keyword ngxDirectiveThirdParty contained testcookie_internal
2337 syn keyword ngxDirectiveThirdParty contained testcookie_max_attempts
2338 syn keyword ngxDirectiveThirdParty contained testcookie_name
2339 syn keyword ngxDirectiveThirdParty contained testcookie_p3p
2340 syn keyword ngxDirectiveThirdParty contained testcookie_pass
2341 syn keyword ngxDirectiveThirdParty contained testcookie_path
2342 syn keyword ngxDirectiveThirdParty contained testcookie_port_in_redirect
2343 syn keyword ngxDirectiveThirdParty contained testcookie_redirect_via_refresh
2344 syn keyword ngxDirectiveThirdParty contained testcookie_refresh_encrypt_cookie
2345 syn keyword ngxDirectiveThirdParty contained testcookie_refresh_encrypt_cookie_iv
2346 syn keyword ngxDirectiveThirdParty contained testcookie_refresh_encrypt_cookie_key
2347 syn keyword ngxDirectiveThirdParty contained testcookie_refresh_status
2348 syn keyword ngxDirectiveThirdParty contained testcookie_refresh_template
2349 syn keyword ngxDirectiveThirdParty contained testcookie_samesite
2350 syn keyword ngxDirectiveThirdParty contained testcookie_secret
2351 syn keyword ngxDirectiveThirdParty contained testcookie_secure_flag
2352 syn keyword ngxDirectiveThirdParty contained testcookie_session
2353 syn keyword ngxDirectiveThirdParty contained testcookie_whitelist
2354
2355 " ngx_http_types_filter_module
2356 " https://github.com/flygoast/ngx_http_types_filter
2357 syn keyword ngxDirectiveThirdParty contained types_filter
2358 syn keyword ngxDirectiveThirdParty contained types_filter_use_default
2359
2360 " A module allowing the nginx to use files embedded in a zip file
2361 " https://github.com/youzee/nginx-unzip-module
2362 syn keyword ngxDirectiveThirdParty contained file_in_unzip
2363 syn keyword ngxDirectiveThirdParty contained file_in_unzip_archivefile
2364 syn keyword ngxDirectiveThirdParty contained file_in_unzip_extract
2365
2366 " An asynchronous domain name resolve module for nginx upstream
2367 " https://github.com/wdaike/ngx_upstream_jdomain
2368 syn keyword ngxDirectiveThirdParty contained jdomain
2369
2370 " Nginx url encoding converting module
2371 " https://github.com/vozlt/nginx-module-url
2372 syn keyword ngxDirectiveThirdParty contained url_encoding_convert
2373 syn keyword ngxDirectiveThirdParty contained url_encoding_convert_alloc_size
2374 syn keyword ngxDirectiveThirdParty contained url_encoding_convert_alloc_size_x
2375 syn keyword ngxDirectiveThirdParty contained url_encoding_convert_from
2376 syn keyword ngxDirectiveThirdParty contained url_encoding_convert_phase
2377 syn keyword ngxDirectiveThirdParty contained url_encoding_convert_to
2378
2379 " A nginx module to match browsers and crawlers
2380 " https://github.com/alibaba/nginx-http-user-agent
2381 syn keyword ngxDirectiveThirdParty contained user_agent
2382
2383 " nginx load-balancer module implementing ketama consistent hashing
2384 " https://github.com/flygoast/ngx_http_upstream_ketama_chash
2385 syn keyword ngxDirectiveThirdParty contained ketama_chash
2386
2387 " nginx-sticky-module-ng
2388 " https://github.com/ayty-adrianomartins/nginx-sticky-module-ng
2389 syn keyword ngxDirectiveThirdParty contained sticky_no_fallback
2390
2391 " dynamic linking and call the function of your application
2392 " https://github.com/Taymindis/nginx-link-function
2393 syn keyword ngxDirectiveThirdParty contained ngx_link_func_add_prop
2394 syn keyword ngxDirectiveThirdParty contained ngx_link_func_add_req_header
2395 syn keyword ngxDirectiveThirdParty contained ngx_link_func_ca_cert
2396 syn keyword ngxDirectiveThirdParty contained ngx_link_func_call
2397 syn keyword ngxDirectiveThirdParty contained ngx_link_func_download_link_lib
2398 syn keyword ngxDirectiveThirdParty contained ngx_link_func_lib
2399 syn keyword ngxDirectiveThirdParty contained ngx_link_func_shm_size
2400 syn keyword ngxDirectiveThirdParty contained ngx_link_func_subrequest
2401
2402 " purge content from FastCGI, proxy, SCGI and uWSGI caches
2403 " https://github.com/torden/ngx_cache_purge
2404 syn keyword ngxDirectiveThirdParty contained cache_purge_response_type
2405
2406 " set the flags "HttpOnly", "secure" and "SameSite" for cookies
2407 " https://github.com/AirisX/nginx_cookie_flag_module
2408 syn keyword ngxDirectiveThirdParty contained set_cookie_flag
2409
2410 " Embed websockify into Nginx (convert any tcp connection into websocket)
2411 " https://github.com/tg123/websockify-nginx-module 1976 " https://github.com/tg123/websockify-nginx-module
2412 syn keyword ngxDirectiveThirdParty contained websockify_buffer_size 1977 syn keyword ngxDirectiveThirdParty contained websockify_buffer_size
2413 syn keyword ngxDirectiveThirdParty contained websockify_connect_timeout 1978 syn keyword ngxDirectiveThirdParty contained websockify_connect_timeout
2414 syn keyword ngxDirectiveThirdParty contained websockify_pass 1979 syn keyword ngxDirectiveThirdParty contained websockify_pass
2415 syn keyword ngxDirectiveThirdParty contained websockify_read_timeout 1980 syn keyword ngxDirectiveThirdParty contained websockify_read_timeout
2416 syn keyword ngxDirectiveThirdParty contained websockify_send_timeout 1981 syn keyword ngxDirectiveThirdParty contained websockify_send_timeout
2417
2418 " IP2Location Nginx
2419 " https://github.com/ip2location/ip2location-nginx
2420 syn keyword ngxDirectiveThirdParty contained ip2location_addresstype
2421 syn keyword ngxDirectiveThirdParty contained ip2location_areacode
2422 syn keyword ngxDirectiveThirdParty contained ip2location_category
2423 syn keyword ngxDirectiveThirdParty contained ip2location_city
2424 syn keyword ngxDirectiveThirdParty contained ip2location_country_long
2425 syn keyword ngxDirectiveThirdParty contained ip2location_country_short
2426 syn keyword ngxDirectiveThirdParty contained ip2location_domain
2427 syn keyword ngxDirectiveThirdParty contained ip2location_elevation
2428 syn keyword ngxDirectiveThirdParty contained ip2location_iddcode
2429 syn keyword ngxDirectiveThirdParty contained ip2location_isp
2430 syn keyword ngxDirectiveThirdParty contained ip2location_latitude
2431 syn keyword ngxDirectiveThirdParty contained ip2location_longitude
2432 syn keyword ngxDirectiveThirdParty contained ip2location_mcc
2433 syn keyword ngxDirectiveThirdParty contained ip2location_mnc
2434 syn keyword ngxDirectiveThirdParty contained ip2location_mobilebrand
2435 syn keyword ngxDirectiveThirdParty contained ip2location_netspeed
2436 syn keyword ngxDirectiveThirdParty contained ip2location_proxy
2437 syn keyword ngxDirectiveThirdParty contained ip2location_proxy_recursive
2438 syn keyword ngxDirectiveThirdParty contained ip2location_region
2439 syn keyword ngxDirectiveThirdParty contained ip2location_timezone
2440 syn keyword ngxDirectiveThirdParty contained ip2location_usagetype
2441 syn keyword ngxDirectiveThirdParty contained ip2location_weatherstationcode
2442 syn keyword ngxDirectiveThirdParty contained ip2location_weatherstationname
2443 syn keyword ngxDirectiveThirdParty contained ip2location_zipcode
2444
2445 " IP2Proxy module for Nginx
2446 " https://github.com/ip2location/ip2proxy-nginx
2447 syn keyword ngxDirectiveThirdParty contained ip2proxy_as
2448 syn keyword ngxDirectiveThirdParty contained ip2proxy_asn
2449 syn keyword ngxDirectiveThirdParty contained ip2proxy_city
2450 syn keyword ngxDirectiveThirdParty contained ip2proxy_country_long
2451 syn keyword ngxDirectiveThirdParty contained ip2proxy_country_short
2452 syn keyword ngxDirectiveThirdParty contained ip2proxy_database
2453 syn keyword ngxDirectiveThirdParty contained ip2proxy_domain
2454 syn keyword ngxDirectiveThirdParty contained ip2proxy_isp
2455 syn keyword ngxDirectiveThirdParty contained ip2proxy_is_proxy
2456 syn keyword ngxDirectiveThirdParty contained ip2proxy_last_seen
2457 syn keyword ngxDirectiveThirdParty contained ip2proxy_provider
2458 syn keyword ngxDirectiveThirdParty contained ip2proxy_proxy
2459 syn keyword ngxDirectiveThirdParty contained ip2proxy_proxy_recursive
2460 syn keyword ngxDirectiveThirdParty contained ip2proxy_proxy_type
2461 syn keyword ngxDirectiveThirdParty contained ip2proxy_region
2462 syn keyword ngxDirectiveThirdParty contained ip2proxy_threat
2463 syn keyword ngxDirectiveThirdParty contained ip2proxy_usage_type
2464
2465
2466 1982
2467 " highlight 1983 " highlight
2468 1984
2469 hi def link ngxComment Comment 1985 hi def link ngxComment Comment
2470 hi def link ngxParamComment Comment 1986 hi def link ngxParamComment Comment