comparison contrib/vim/syntax/nginx.vim @ 6921:7fca6f60d5ca

Contrib: vim syntax, update 3rd party module directives.
author othree <othree@gmail.com>
date Wed, 01 Mar 2017 23:41:39 +0800
parents 2cb489dbb628
children 7943298d4ac0
comparison
equal deleted inserted replaced
6920:8b7fd958c59f 6921:7fca6f60d5ca
642 syn keyword ngxDirective xslt_stylesheet 642 syn keyword ngxDirective xslt_stylesheet
643 syn keyword ngxDirective xslt_types 643 syn keyword ngxDirective xslt_types
644 syn keyword ngxDirective zone 644 syn keyword ngxDirective zone
645 645
646 " 3rd party module list: 646 " 3rd party module list:
647 " http://wiki.nginx.org/Nginx3rdPartyModules 647 " https://www.nginx.com/resources/wiki/modules/
648 648
649 " Accept Language Module <http://wiki.nginx.org/NginxAcceptLanguageModule> 649 " Accept Language Module <https://www.nginx.com/resources/wiki/modules/accept_language/>
650 " Parses the Accept-Language header and gives the most suitable locale from a list of supported locales. 650 " Parses the Accept-Language header and gives the most suitable locale from a list of supported locales.
651 syn keyword ngxDirectiveThirdParty set_from_accept_language 651 syn keyword ngxDirectiveThirdParty set_from_accept_language
652 652
653 " Access Key Module <http://wiki.nginx.org/NginxHttpAccessKeyModule> 653 " Access Key Module (DEPRECATED) <http://wiki.nginx.org/NginxHttpAccessKeyModule>
654 " Denies access unless the request URL contains an access key. 654 " Denies access unless the request URL contains an access key.
655 syn keyword ngxDirectiveThirdParty accesskey 655 syn keyword ngxDirectiveDeprecated accesskey
656 syn keyword ngxDirectiveThirdParty accesskey_arg 656 syn keyword ngxDirectiveDeprecated accesskey_arg
657 syn keyword ngxDirectiveThirdParty accesskey_hashmethod 657 syn keyword ngxDirectiveDeprecated accesskey_hashmethod
658 syn keyword ngxDirectiveThirdParty accesskey_signature 658 syn keyword ngxDirectiveDeprecated accesskey_signature
659 659
660 " Auth PAM Module <http://web.iti.upv.es/~sto/nginx/> 660 " Asynchronous FastCGI Module <https://github.com/rsms/afcgi>
661 " HTTP Basic Authentication using PAM. 661 " Primarily a modified version of the Nginx FastCGI module which implements multiplexing of connections, allowing a single FastCGI server to handle many concurrent requests.
662 syn keyword ngxDirectiveThirdParty auth_pam 662 " syn keyword ngxDirectiveThirdParty fastcgi_bind
663 syn keyword ngxDirectiveThirdParty auth_pam_service_name 663 " syn keyword ngxDirectiveThirdParty fastcgi_buffer_size
664 664 " syn keyword ngxDirectiveThirdParty fastcgi_buffers
665 " Cache Purge Module <http://labs.frickle.com/nginx_ngx_cache_purge/> 665 " syn keyword ngxDirectiveThirdParty fastcgi_busy_buffers_size
666 " Module adding ability to purge content from FastCGI and proxy caches. 666 " syn keyword ngxDirectiveThirdParty fastcgi_cache
667 " syn keyword ngxDirectiveThirdParty fastcgi_cache_key
668 " syn keyword ngxDirectiveThirdParty fastcgi_cache_methods
669 " syn keyword ngxDirectiveThirdParty fastcgi_cache_min_uses
670 " syn keyword ngxDirectiveThirdParty fastcgi_cache_path
671 " syn keyword ngxDirectiveThirdParty fastcgi_cache_use_stale
672 " syn keyword ngxDirectiveThirdParty fastcgi_cache_valid
673 " syn keyword ngxDirectiveThirdParty fastcgi_catch_stderr
674 " syn keyword ngxDirectiveThirdParty fastcgi_connect_timeout
675 " syn keyword ngxDirectiveThirdParty fastcgi_hide_header
676 " syn keyword ngxDirectiveThirdParty fastcgi_ignore_client_abort
677 " syn keyword ngxDirectiveThirdParty fastcgi_ignore_headers
678 " syn keyword ngxDirectiveThirdParty fastcgi_index
679 " syn keyword ngxDirectiveThirdParty fastcgi_intercept_errors
680 " syn keyword ngxDirectiveThirdParty fastcgi_max_temp_file_size
681 " syn keyword ngxDirectiveThirdParty fastcgi_next_upstream
682 " syn keyword ngxDirectiveThirdParty fastcgi_param
683 " syn keyword ngxDirectiveThirdParty fastcgi_pass
684 " syn keyword ngxDirectiveThirdParty fastcgi_pass_header
685 " syn keyword ngxDirectiveThirdParty fastcgi_pass_request_body
686 " syn keyword ngxDirectiveThirdParty fastcgi_pass_request_headers
687 " syn keyword ngxDirectiveThirdParty fastcgi_read_timeout
688 " syn keyword ngxDirectiveThirdParty fastcgi_send_lowat
689 " syn keyword ngxDirectiveThirdParty fastcgi_send_timeout
690 " syn keyword ngxDirectiveThirdParty fastcgi_split_path_info
691 " syn keyword ngxDirectiveThirdParty fastcgi_store
692 " syn keyword ngxDirectiveThirdParty fastcgi_store_access
693 " syn keyword ngxDirectiveThirdParty fastcgi_temp_file_write_size
694 " syn keyword ngxDirectiveThirdParty fastcgi_temp_path
695 syn keyword ngxDirectiveDeprecated fastcgi_upstream_fail_timeout
696 syn keyword ngxDirectiveDeprecated fastcgi_upstream_max_fails
697
698 " Akamai G2O Module <https://github.com/kaltura/nginx_mod_akamai_g2o>
699 " Nginx Module for Authenticating Akamai G2O requests
700 syn keyword ngxDirectiveThirdParty g2o
701 syn keyword ngxDirectiveThirdParty g2o_nonce
702 syn keyword ngxDirectiveThirdParty g2o_key
703
704 " Lua Module <https://github.com/alacner/nginx_lua_module>
705 " You can be very simple to execute lua code for nginx
706 syn keyword ngxDirectiveThirdParty lua_file
707
708 " Array Variable Module <https://github.com/openresty/array-var-nginx-module>
709 " Add support for array-typed variables to nginx config files
710 syn keyword ngxDirectiveThirdParty array_split
711 syn keyword ngxDirectiveThirdParty array_join
712 syn keyword ngxDirectiveThirdParty array_map
713 syn keyword ngxDirectiveThirdParty array_map_op
714
715 " Nginx Audio Track for HTTP Live Streaming <https://github.com/flavioribeiro/nginx-audio-track-for-hls-module>
716 " This nginx module generates audio track for hls streams on the fly.
717 syn keyword ngxDirectiveThirdParty ngx_hls_audio_track
718 syn keyword ngxDirectiveThirdParty ngx_hls_audio_track_rootpath
719 syn keyword ngxDirectiveThirdParty ngx_hls_audio_track_output_format
720 syn keyword ngxDirectiveThirdParty ngx_hls_audio_track_output_header
721
722 " AWS Proxy Module <https://github.com/anomalizer/ngx_aws_auth>
723 " Nginx module to proxy to authenticated AWS services
724 syn keyword ngxDirectiveThirdParty aws_access_key
725 syn keyword ngxDirectiveThirdParty aws_key_scope
726 syn keyword ngxDirectiveThirdParty aws_signing_key
727 syn keyword ngxDirectiveThirdParty aws_endpoint
728 syn keyword ngxDirectiveThirdParty aws_s3_bucket
729 syn keyword ngxDirectiveThirdParty aws_sign
730
731 " Backtrace module <https://github.com/alibaba/nginx-backtrace>
732 " A Nginx module to dump backtrace when a worker process exits abnormally
733 syn keyword ngxDirectiveThirdParty backtrace_log
734 syn keyword ngxDirectiveThirdParty backtrace_max_stack_size
735
736 " Brotli Module <https://github.com/google/ngx_brotli>
737 " Nginx module for Brotli compression
738 syn keyword ngxDirectiveThirdParty brotli_static
739 syn keyword ngxDirectiveThirdParty brotli
740 syn keyword ngxDirectiveThirdParty brotli_types
741 syn keyword ngxDirectiveThirdParty brotli_buffers
742 syn keyword ngxDirectiveThirdParty brotli_comp_level
743 syn keyword ngxDirectiveThirdParty brotli_window
744 syn keyword ngxDirectiveThirdParty brotli_min_length
745
746 " Cache Purge Module <https://github.com/FRiCKLE/ngx_cache_purge>
747 " Adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches.
667 syn keyword ngxDirectiveThirdParty fastcgi_cache_purge 748 syn keyword ngxDirectiveThirdParty fastcgi_cache_purge
668 syn keyword ngxDirectiveThirdParty proxy_cache_purge 749 syn keyword ngxDirectiveThirdParty proxy_cache_purge
669 750 " syn keyword ngxDirectiveThirdParty scgi_cache_purge
670 " Chunkin Module <http://wiki.nginx.org/NginxHttpChunkinModule> 751 " syn keyword ngxDirectiveThirdParty uwsgi_cache_purge
752
753 " Chunkin Module (DEPRECATED) <http://wiki.nginx.org/NginxHttpChunkinModule>
671 " HTTP 1.1 chunked-encoding request body support for Nginx. 754 " HTTP 1.1 chunked-encoding request body support for Nginx.
672 syn keyword ngxDirectiveThirdParty chunkin 755 syn keyword ngxDirectiveDeprecated chunkin
673 syn keyword ngxDirectiveThirdParty chunkin_keepalive 756 syn keyword ngxDirectiveDeprecated chunkin_keepalive
674 syn keyword ngxDirectiveThirdParty chunkin_max_chunks_per_buf 757 syn keyword ngxDirectiveDeprecated chunkin_max_chunks_per_buf
675 syn keyword ngxDirectiveThirdParty chunkin_resume 758 syn keyword ngxDirectiveDeprecated chunkin_resume
676 759
677 " Circle GIF Module <http://wiki.nginx.org/NginxHttpCircleGifModule> 760 " Circle GIF Module <https://github.com/evanmiller/nginx_circle_gif>
678 " Generates simple circle images with the colors and size specified in the URL. 761 " Generates simple circle images with the colors and size specified in the URL.
679 syn keyword ngxDirectiveThirdParty circle_gif 762 syn keyword ngxDirectiveThirdParty circle_gif
680 syn keyword ngxDirectiveThirdParty circle_gif_max_radius 763 syn keyword ngxDirectiveThirdParty circle_gif_max_radius
681 syn keyword ngxDirectiveThirdParty circle_gif_min_radius 764 syn keyword ngxDirectiveThirdParty circle_gif_min_radius
682 syn keyword ngxDirectiveThirdParty circle_gif_step_radius 765 syn keyword ngxDirectiveThirdParty circle_gif_step_radius
683 766
684 " Drizzle Module <http://github.com/chaoslawful/drizzle-nginx-module> 767 " Nginx-Clojure Module <http://nginx-clojure.github.io/index.html>
685 " Make nginx talk directly to mysql, drizzle, and sqlite3 by libdrizzle. 768 " Parses the Accept-Language header and gives the most suitable locale from a list of supported locales.
769 syn keyword ngxDirectiveThirdParty jvm_path
770 syn keyword ngxDirectiveThirdParty jvm_var
771 syn keyword ngxDirectiveThirdParty jvm_classpath
772 syn keyword ngxDirectiveThirdParty jvm_classpath_check
773 syn keyword ngxDirectiveThirdParty jvm_workers
774 syn keyword ngxDirectiveThirdParty jvm_options
775 syn keyword ngxDirectiveThirdParty jvm_handler_type
776 syn keyword ngxDirectiveThirdParty jvm_init_handler_name
777 syn keyword ngxDirectiveThirdParty jvm_init_handler_code
778 syn keyword ngxDirectiveThirdParty jvm_exit_handler_name
779 syn keyword ngxDirectiveThirdParty jvm_exit_handler_code
780 syn keyword ngxDirectiveThirdParty handlers_lazy_init
781 syn keyword ngxDirectiveThirdParty auto_upgrade_ws
782 syn keyword ngxDirectiveThirdParty content_handler_type
783 syn keyword ngxDirectiveThirdParty content_handler_name
784 syn keyword ngxDirectiveThirdParty content_handler_code
785 syn keyword ngxDirectiveThirdParty rewrite_handler_type
786 syn keyword ngxDirectiveThirdParty rewrite_handler_name
787 syn keyword ngxDirectiveThirdParty rewrite_handler_code
788 syn keyword ngxDirectiveThirdParty access_handler_type
789 syn keyword ngxDirectiveThirdParty access_handler_name
790 syn keyword ngxDirectiveThirdParty access_handler_code
791 syn keyword ngxDirectiveThirdParty header_filter_type
792 syn keyword ngxDirectiveThirdParty header_filter_name
793 syn keyword ngxDirectiveThirdParty header_filter_code
794 syn keyword ngxDirectiveThirdParty content_handler_property
795 syn keyword ngxDirectiveThirdParty rewrite_handler_property
796 syn keyword ngxDirectiveThirdParty access_handler_property
797 syn keyword ngxDirectiveThirdParty header_filter_property
798 syn keyword ngxDirectiveThirdParty always_read_body
799 syn keyword ngxDirectiveThirdParty shared_map
800 syn keyword ngxDirectiveThirdParty write_page_size
801
802 " Upstream Consistent Hash <https://www.nginx.com/resources/wiki/modules/consistent_hash/>
803 " A load balancer that uses an internal consistent hash ring to select the right backend node.
804 syn keyword ngxDirectiveThirdParty consistent_hash
805
806 " Nginx Development Kit <https://github.com/simpl/ngx_devel_kit>
807 " The NDK is an Nginx module that is designed to extend the core functionality of the excellent Nginx webserver in a way that can be used as a basis of other Nginx modules.
808 " NDK_UPSTREAM_LIST
809 " This submodule provides a directive that creates a list of upstreams, with optional weighting. This list can then be used by other modules to hash over the upstreams however they choose.
810 syn keyword ngxDirectiveThirdParty upstream_list
811
812 " Drizzle Module <https://www.nginx.com/resources/wiki/modules/drizzle/>
813 " Upstream module for talking to MySQL and Drizzle directly
814 syn keyword ngxDirectiveThirdParty drizzle_server
815 syn keyword ngxDirectiveThirdParty drizzle_keepalive
816 syn keyword ngxDirectiveThirdParty drizzle_query
817 syn keyword ngxDirectiveThirdParty drizzle_pass
686 syn keyword ngxDirectiveThirdParty drizzle_connect_timeout 818 syn keyword ngxDirectiveThirdParty drizzle_connect_timeout
687 syn keyword ngxDirectiveThirdParty drizzle_dbname 819 syn keyword ngxDirectiveThirdParty drizzle_send_query_timeout
688 syn keyword ngxDirectiveThirdParty drizzle_keepalive
689 syn keyword ngxDirectiveThirdParty drizzle_module_header
690 syn keyword ngxDirectiveThirdParty drizzle_pass
691 syn keyword ngxDirectiveThirdParty drizzle_query
692 syn keyword ngxDirectiveThirdParty drizzle_recv_cols_timeout 820 syn keyword ngxDirectiveThirdParty drizzle_recv_cols_timeout
693 syn keyword ngxDirectiveThirdParty drizzle_recv_rows_timeout 821 syn keyword ngxDirectiveThirdParty drizzle_recv_rows_timeout
694 syn keyword ngxDirectiveThirdParty drizzle_send_query_timeout 822 syn keyword ngxDirectiveThirdParty drizzle_buffer_size
695 syn keyword ngxDirectiveThirdParty drizzle_server 823 syn keyword ngxDirectiveThirdParty drizzle_module_header
696 824 syn keyword ngxDirectiveThirdParty drizzle_status
697 " Echo Module <http://wiki.nginx.org/NginxHttpEchoModule> 825
698 " Brings 'echo', 'sleep', 'time', 'exec' and more shell-style goodies to Nginx config file. 826 " Dynamic ETags Module <https://github.com/kali/nginx-dynamic-etags>
827 " Attempt at handling ETag / If-None-Match on proxied content.
828 syn keyword ngxDirectiveThirdParty dynamic_etags
829
830 " Echo Module <https://www.nginx.com/resources/wiki/modules/echo/>
831 " Bringing the power of "echo", "sleep", "time" and more to Nginx's config file
699 syn keyword ngxDirectiveThirdParty echo 832 syn keyword ngxDirectiveThirdParty echo
833 syn keyword ngxDirectiveThirdParty echo_duplicate
834 syn keyword ngxDirectiveThirdParty echo_flush
835 syn keyword ngxDirectiveThirdParty echo_sleep
836 syn keyword ngxDirectiveThirdParty echo_blocking_sleep
837 syn keyword ngxDirectiveThirdParty echo_reset_timer
838 syn keyword ngxDirectiveThirdParty echo_read_request_body
839 syn keyword ngxDirectiveThirdParty echo_location_async
840 syn keyword ngxDirectiveThirdParty echo_location
841 syn keyword ngxDirectiveThirdParty echo_subrequest_async
842 syn keyword ngxDirectiveThirdParty echo_subrequest
843 syn keyword ngxDirectiveThirdParty echo_foreach_split
844 syn keyword ngxDirectiveThirdParty echo_end
845 syn keyword ngxDirectiveThirdParty echo_request_body
846 syn keyword ngxDirectiveThirdParty echo_exec
847 syn keyword ngxDirectiveThirdParty echo_status
848 syn keyword ngxDirectiveThirdParty echo_before_body
700 syn keyword ngxDirectiveThirdParty echo_after_body 849 syn keyword ngxDirectiveThirdParty echo_after_body
701 syn keyword ngxDirectiveThirdParty echo_before_body 850
702 syn keyword ngxDirectiveThirdParty echo_blocking_sleep 851 " Encrypted Session Module <https://github.com/openresty/encrypted-session-nginx-module>
703 syn keyword ngxDirectiveThirdParty echo_duplicate 852 " Encrypt and decrypt nginx variable values
704 syn keyword ngxDirectiveThirdParty echo_end 853 syn keyword ngxDirectiveThirdParty encrypted_session_key
705 syn keyword ngxDirectiveThirdParty echo_exec 854 syn keyword ngxDirectiveThirdParty encrypted_session_iv
706 syn keyword ngxDirectiveThirdParty echo_flush 855 syn keyword ngxDirectiveThirdParty encrypted_session_expires
707 syn keyword ngxDirectiveThirdParty echo_foreach_split 856 syn keyword ngxDirectiveThirdParty set_encrypt_session
708 syn keyword ngxDirectiveThirdParty echo_location 857 syn keyword ngxDirectiveThirdParty set_decrypt_session
709 syn keyword ngxDirectiveThirdParty echo_location_async 858
710 syn keyword ngxDirectiveThirdParty echo_read_request_body 859 " Enhanced Memcached Module <https://github.com/bpaquet/ngx_http_enhanced_memcached_module>
711 syn keyword ngxDirectiveThirdParty echo_request_body 860 " This module is based on the standard Nginx Memcached module, with some additonal features
712 syn keyword ngxDirectiveThirdParty echo_reset_timer 861 syn keyword ngxDirectiveThirdParty enhanced_memcached_pass
713 syn keyword ngxDirectiveThirdParty echo_sleep 862 syn keyword ngxDirectiveThirdParty enhanced_memcached_hash_keys_with_md5
714 syn keyword ngxDirectiveThirdParty echo_subrequest 863 syn keyword ngxDirectiveThirdParty enhanced_memcached_allow_put
715 syn keyword ngxDirectiveThirdParty echo_subrequest_async 864 syn keyword ngxDirectiveThirdParty enhanced_memcached_allow_delete
716 865 syn keyword ngxDirectiveThirdParty enhanced_memcached_stats
717 " Events Module <http://docs.dutov.org/nginx_modules_events_en.html> 866 syn keyword ngxDirectiveThirdParty enhanced_memcached_flush
867 syn keyword ngxDirectiveThirdParty enhanced_memcached_flush_namespace
868 syn keyword ngxDirectiveThirdParty enhanced_memcached_bind
869 syn keyword ngxDirectiveThirdParty enhanced_memcached_connect_timeout
870 syn keyword ngxDirectiveThirdParty enhanced_memcached_send_timeout
871 syn keyword ngxDirectiveThirdParty enhanced_memcached_buffer_size
872 syn keyword ngxDirectiveThirdParty enhanced_memcached_read_timeout
873
874 " Events Module (DEPRECATED) <http://docs.dutov.org/nginx_modules_events_en.html>
718 " Provides options for start/stop events. 875 " Provides options for start/stop events.
719 syn keyword ngxDirectiveThirdParty on_start 876 syn keyword ngxDirectiveDeprecated on_start
720 syn keyword ngxDirectiveThirdParty on_stop 877 syn keyword ngxDirectiveDeprecated on_stop
721 878
722 " EY Balancer Module <http://github.com/ry/nginx-ey-balancer> 879 " EY Balancer Module <https://github.com/ezmobius/nginx-ey-balancer>
723 " Adds a request queue to Nginx that allows the limiting of concurrent requests passed to the upstream. 880 " Adds a request queue to Nginx that allows the limiting of concurrent requests passed to the upstream.
724 syn keyword ngxDirectiveThirdParty max_connections 881 syn keyword ngxDirectiveThirdParty max_connections
725 syn keyword ngxDirectiveThirdParty max_connections_max_queue_length 882 syn keyword ngxDirectiveThirdParty max_connections_max_queue_length
726 syn keyword ngxDirectiveThirdParty max_connections_queue_timeout 883 syn keyword ngxDirectiveThirdParty max_connections_queue_timeout
727 884
728 " Fancy Indexes Module <https://connectical.com/projects/ngx-fancyindex/wiki> 885 " Upstream Fair Balancer <https://www.nginx.com/resources/wiki/modules/fair_balancer/>
886 " Sends an incoming request to the least-busy backend server, rather than distributing requests round-robin.
887 syn keyword ngxDirectiveThirdParty fair
888 syn keyword ngxDirectiveThirdParty upstream_fair_shm_size
889
890 " Fancy Indexes Module <https://github.com/aperezdc/ngx-fancyindex>
729 " Like the built-in autoindex module, but fancier. 891 " Like the built-in autoindex module, but fancier.
730 syn keyword ngxDirectiveThirdParty fancyindex 892 syn keyword ngxDirectiveThirdParty fancyindex
893 syn keyword ngxDirectiveThirdParty fancyindex_default_sort
894 syn keyword ngxDirectiveThirdParty fancyindex_directories_first
895 syn keyword ngxDirectiveThirdParty fancyindex_css_href
731 syn keyword ngxDirectiveThirdParty fancyindex_exact_size 896 syn keyword ngxDirectiveThirdParty fancyindex_exact_size
897 syn keyword ngxDirectiveThirdParty fancyindex_name_length
732 syn keyword ngxDirectiveThirdParty fancyindex_footer 898 syn keyword ngxDirectiveThirdParty fancyindex_footer
733 syn keyword ngxDirectiveThirdParty fancyindex_header 899 syn keyword ngxDirectiveThirdParty fancyindex_header
900 syn keyword ngxDirectiveThirdParty fancyindex_show_path
901 syn keyword ngxDirectiveThirdParty fancyindex_ignore
902 syn keyword ngxDirectiveThirdParty fancyindex_hide_symlinks
734 syn keyword ngxDirectiveThirdParty fancyindex_localtime 903 syn keyword ngxDirectiveThirdParty fancyindex_localtime
735 syn keyword ngxDirectiveThirdParty fancyindex_readme 904 syn keyword ngxDirectiveThirdParty fancyindex_time_format
736 syn keyword ngxDirectiveThirdParty fancyindex_readme_mode 905
906 " Form Auth Module <https://github.com/veruu/ngx_form_auth>
907 " Provides authentication and authorization with credentials submitted via POST request
908 syn keyword ngxDirectiveThirdParty form_auth
909 syn keyword ngxDirectiveThirdParty form_auth_pam_service
910 syn keyword ngxDirectiveThirdParty form_auth_login
911 syn keyword ngxDirectiveThirdParty form_auth_password
912 syn keyword ngxDirectiveThirdParty form_auth_remote_user
913
914 " Form Input Module <https://github.com/calio/form-input-nginx-module>
915 " Reads HTTP POST and PUT request body encoded in "application/x-www-form-urlencoded" and parses the arguments into nginx variables.
916 syn keyword ngxDirectiveThirdParty set_form_input
917 syn keyword ngxDirectiveThirdParty set_form_input_multi
737 918
738 " GeoIP Module (DEPRECATED) <http://wiki.nginx.org/NginxHttp3rdPartyGeoIPModule> 919 " GeoIP Module (DEPRECATED) <http://wiki.nginx.org/NginxHttp3rdPartyGeoIPModule>
739 " Country code lookups via the MaxMind GeoIP API. 920 " Country code lookups via the MaxMind GeoIP API.
740 syn keyword ngxDirectiveThirdParty geoip_country_file 921 syn keyword ngxDirectiveDeprecated geoip_country_file
741 922
742 " Headers More Module <http://wiki.nginx.org/NginxHttpHeadersMoreModule> 923 " GeoIP 2 Module <https://github.com/leev/ngx_http_geoip2_module>
924 " Creates variables with values from the maxmind geoip2 databases based on the client IP
925 syn keyword ngxDirectiveThirdParty geoip2
926
927 " GridFS Module <https://github.com/mdirolf/nginx-gridfs>
928 " Nginx module for serving files from MongoDB's GridFS
929 syn keyword ngxDirectiveThirdParty gridfs
930
931 " Headers More Module <https://github.com/openresty/headers-more-nginx-module>
743 " Set and clear input and output headers...more than "add"! 932 " Set and clear input and output headers...more than "add"!
744 syn keyword ngxDirectiveThirdParty more_clear_headers 933 syn keyword ngxDirectiveThirdParty more_clear_headers
745 syn keyword ngxDirectiveThirdParty more_clear_input_headers 934 syn keyword ngxDirectiveThirdParty more_clear_input_headers
746 syn keyword ngxDirectiveThirdParty more_set_headers 935 syn keyword ngxDirectiveThirdParty more_set_headers
747 syn keyword ngxDirectiveThirdParty more_set_input_headers 936 syn keyword ngxDirectiveThirdParty more_set_input_headers
748 937
749 " HTTP Push Module <http://pushmodule.slact.net/> 938 " Health Checks Upstreams Module <https://www.nginx.com/resources/wiki/modules/healthcheck/>
750 " Turn Nginx into an adept long-polling HTTP Push (Comet) server. 939 " Polls backends and if they respond with HTTP 200 + an optional request body, they are marked good. Otherwise, they are marked bad.
751 syn keyword ngxDirectiveThirdParty push_buffer_size 940 syn keyword ngxDirectiveThirdParty healthcheck_enabled
752 syn keyword ngxDirectiveThirdParty push_listener 941 syn keyword ngxDirectiveThirdParty healthcheck_delay
753 syn keyword ngxDirectiveThirdParty push_message_timeout 942 syn keyword ngxDirectiveThirdParty healthcheck_timeout
754 syn keyword ngxDirectiveThirdParty push_queue_messages 943 syn keyword ngxDirectiveThirdParty healthcheck_failcount
755 syn keyword ngxDirectiveThirdParty push_sender 944 syn keyword ngxDirectiveThirdParty healthcheck_send
756 945 syn keyword ngxDirectiveThirdParty healthcheck_expected
757 " HTTP Redis Module <http://people.FreeBSD.ORG/~osa/ngx_http_redis-0.3.1.tar.gz>> 946 syn keyword ngxDirectiveThirdParty healthcheck_buffer
758 " Redis <http://code.google.com/p/redis/> support.> 947 syn keyword ngxDirectiveThirdParty healthcheck_status
759 syn keyword ngxDirectiveThirdParty redis_bind 948
760 syn keyword ngxDirectiveThirdParty redis_buffer_size 949 " HTTP Accounting Module <https://github.com/Lax/ngx_http_accounting_module>
761 syn keyword ngxDirectiveThirdParty redis_connect_timeout 950 " Add traffic stat function to nginx. Useful for http accounting based on nginx configuration logic
762 syn keyword ngxDirectiveThirdParty redis_next_upstream 951 syn keyword ngxDirectiveThirdParty http_accounting
763 syn keyword ngxDirectiveThirdParty redis_pass 952 syn keyword ngxDirectiveThirdParty http_accounting_log
764 syn keyword ngxDirectiveThirdParty redis_read_timeout 953 syn keyword ngxDirectiveThirdParty http_accounting_id
765 syn keyword ngxDirectiveThirdParty redis_send_timeout 954 syn keyword ngxDirectiveThirdParty http_accounting_interval
766 955 syn keyword ngxDirectiveThirdParty http_accounting_perturb
767 " HTTP JavaScript Module <http://wiki.github.com/kung-fu-tzu/ngx_http_js_module> 956
957 " Nginx Digest Authentication module <https://github.com/atomx/nginx-http-auth-digest>
958 " Digest Authentication for Nginx
959 syn keyword ngxDirectiveThirdParty auth_digest
960 syn keyword ngxDirectiveThirdParty auth_digest_user_file
961 syn keyword ngxDirectiveThirdParty auth_digest_timeout
962 syn keyword ngxDirectiveThirdParty auth_digest_expires
963 syn keyword ngxDirectiveThirdParty auth_digest_replays
964 syn keyword ngxDirectiveThirdParty auth_digest_shm_size
965
966 " Auth PAM Module <https://github.com/sto/ngx_http_auth_pam_module>
967 " HTTP Basic Authentication using PAM.
968 syn keyword ngxDirectiveThirdParty auth_pam
969 syn keyword ngxDirectiveThirdParty auth_pam_service_name
970
971 " HTTP Auth Request Module <http://nginx.org/en/docs/http/ngx_http_auth_request_module.html>
972 " Implements client authorization based on the result of a subrequest
973 " syn keyword ngxDirectiveThirdParty auth_request
974 " syn keyword ngxDirectiveThirdParty auth_request_set
975
976 " HTTP Concatenation module for Nginx <https://github.com/alibaba/nginx-http-concat>
977 " A Nginx module for concatenating files in a given context: CSS and JS files usually
978 syn keyword ngxDirectiveThirdParty concat
979 syn keyword ngxDirectiveThirdParty concat_types
980 syn keyword ngxDirectiveThirdParty concat_unique
981 syn keyword ngxDirectiveThirdParty concat_max_files
982 syn keyword ngxDirectiveThirdParty concat_delimiter
983 syn keyword ngxDirectiveThirdParty concat_ignore_file_error
984
985 " HTTP Dynamic Upstream Module <https://github.com/yzprofile/ngx_http_dyups_module>
986 " Update upstreams' config by restful interface
987 syn keyword ngxDirectiveThirdParty dyups_interface
988 syn keyword ngxDirectiveThirdParty dyups_read_msg_timeout
989 syn keyword ngxDirectiveThirdParty dyups_shm_zone_size
990 syn keyword ngxDirectiveThirdParty dyups_upstream_conf
991 syn keyword ngxDirectiveThirdParty dyups_trylock
992
993 " HTTP Footer If Filter Module <https://github.com/flygoast/ngx_http_footer_if_filter>
994 " The ngx_http_footer_if_filter_module is used to add given content to the end of the response according to the condition specified.
995 syn keyword ngxDirectiveThirdParty footer_if
996
997 " HTTP Footer Filter Module <https://github.com/alibaba/nginx-http-footer-filter>
998 " This module implements a body filter that adds a given string to the page footer.
999 syn keyword ngxDirectiveThirdParty footer
1000 syn keyword ngxDirectiveThirdParty footer_types
1001
1002 " HTTP Internal Redirect Module <https://github.com/flygoast/ngx_http_internal_redirect>
1003 " Make an internal redirect to the uri specified according to the condition specified.
1004 syn keyword ngxDirectiveThirdParty internal_redirect_if
1005 syn keyword ngxDirectiveThirdParty internal_redirect_if_no_postponed
1006
1007 " HTTP JavaScript Module <https://github.com/peter-leonov/ngx_http_js_module>
768 " Embedding SpiderMonkey. Nearly full port on Perl module. 1008 " Embedding SpiderMonkey. Nearly full port on Perl module.
769 syn keyword ngxDirectiveThirdParty js 1009 syn keyword ngxDirectiveThirdParty js
770 syn keyword ngxDirectiveThirdParty js_filter 1010 syn keyword ngxDirectiveThirdParty js_filter
771 syn keyword ngxDirectiveThirdParty js_filter_types 1011 syn keyword ngxDirectiveThirdParty js_filter_types
772 syn keyword ngxDirectiveThirdParty js_load 1012 syn keyword ngxDirectiveThirdParty js_load
773 syn keyword ngxDirectiveThirdParty js_maxmem 1013 syn keyword ngxDirectiveThirdParty js_maxmem
774 syn keyword ngxDirectiveThirdParty js_require 1014 syn keyword ngxDirectiveThirdParty js_require
775 syn keyword ngxDirectiveThirdParty js_set 1015 syn keyword ngxDirectiveThirdParty js_set
776 syn keyword ngxDirectiveThirdParty js_utf8 1016 syn keyword ngxDirectiveThirdParty js_utf8
777 1017
778 " Log Request Speed <http://wiki.nginx.org/NginxHttpLogRequestSpeed> 1018 " HTTP Push Module (DEPRECATED) <http://pushmodule.slact.net/>
1019 " Turn Nginx into an adept long-polling HTTP Push (Comet) server.
1020 syn keyword ngxDirectiveDeprecated push_buffer_size
1021 syn keyword ngxDirectiveDeprecated push_listener
1022 syn keyword ngxDirectiveDeprecated push_message_timeout
1023 syn keyword ngxDirectiveDeprecated push_queue_messages
1024 syn keyword ngxDirectiveDeprecated push_sender
1025
1026 " HTTP Redis Module <https://www.nginx.com/resources/wiki/modules/redis/>
1027 " Redis <http://code.google.com/p/redis/> support.
1028 syn keyword ngxDirectiveThirdParty redis_bind
1029 syn keyword ngxDirectiveThirdParty redis_buffer_size
1030 syn keyword ngxDirectiveThirdParty redis_connect_timeout
1031 syn keyword ngxDirectiveThirdParty redis_next_upstream
1032 syn keyword ngxDirectiveThirdParty redis_pass
1033 syn keyword ngxDirectiveThirdParty redis_read_timeout
1034 syn keyword ngxDirectiveThirdParty redis_send_timeout
1035
1036 " Iconv Module <https://github.com/calio/iconv-nginx-module>
1037 " A character conversion nginx module using libiconv
1038 syn keyword ngxDirectiveThirdParty set_iconv
1039 syn keyword ngxDirectiveThirdParty iconv_buffer_size
1040 syn keyword ngxDirectiveThirdParty iconv_filter
1041
1042 " IP Blocker Module <https://github.com/tmthrgd/nginx-ip-blocker>
1043 " An efficient shared memory IP blocking system for nginx.
1044 syn keyword ngxDirectiveThirdParty ip_blocker
1045
1046 " IP2Location Module <https://github.com/chrislim2888/ip2location-nginx>
1047 " Allows user to lookup for geolocation information using IP2Location database
1048 syn keyword ngxDirectiveThirdParty ip2location_database
1049
1050 " JS Module <https://github.com/peter-leonov/ngx_http_js_module>
1051 " Reflect the nginx functionality in JS
1052 syn keyword ngxDirectiveThirdParty js
1053 syn keyword ngxDirectiveThirdParty js_access
1054 syn keyword ngxDirectiveThirdParty js_load
1055 syn keyword ngxDirectiveThirdParty js_set
1056
1057 " Limit Upload Rate Module <https://github.com/cfsego/limit_upload_rate>
1058 " Limit client-upload rate when they are sending request bodies to you
1059 syn keyword ngxDirectiveThirdParty limit_upload_rate
1060 syn keyword ngxDirectiveThirdParty limit_upload_rate_after
1061
1062 " Limit Upstream Module <https://github.com/cfsego/nginx-limit-upstream>
1063 " Limit the number of connections to upstream for NGINX
1064 syn keyword ngxDirectiveThirdParty limit_upstream_zone
1065 syn keyword ngxDirectiveThirdParty limit_upstream_conn
1066 syn keyword ngxDirectiveThirdParty limit_upstream_log_level
1067
1068 " Log If Module <https://github.com/cfsego/ngx_log_if>
1069 " Conditional accesslog for nginx
1070 syn keyword ngxDirectiveThirdParty access_log_bypass_if
1071
1072 " Log Request Speed (DEPRECATED) <http://wiki.nginx.org/NginxHttpLogRequestSpeed>
779 " Log the time it took to process each request. 1073 " Log the time it took to process each request.
780 syn keyword ngxDirectiveThirdParty log_request_speed_filter 1074 syn keyword ngxDirectiveDeprecated log_request_speed_filter
781 syn keyword ngxDirectiveThirdParty log_request_speed_filter_timeout 1075 syn keyword ngxDirectiveDeprecated log_request_speed_filter_timeout
782 1076
783 " Memc Module <http://wiki.nginx.org/NginxHttpMemcModule> 1077 " Log ZeroMQ Module <https://github.com/alticelabs/nginx-log-zmq>
1078 " ZeroMQ logger module for nginx
1079 syn keyword ngxDirectiveThirdParty log_zmq_server
1080 syn keyword ngxDirectiveThirdParty log_zmq_endpoint
1081 syn keyword ngxDirectiveThirdParty log_zmq_format
1082 syn keyword ngxDirectiveThirdParty log_zmq_off
1083
1084 " Lower/UpperCase Module <https://github.com/replay/ngx_http_lower_upper_case>
1085 " This module simply uppercases or lowercases a string and saves it into a new variable.
1086 syn keyword ngxDirectiveThirdParty lower
1087 syn keyword ngxDirectiveThirdParty upper
1088
1089 " Lua Upstream Module <https://github.com/openresty/lua-upstream-nginx-module>
1090 " Nginx C module to expose Lua API to ngx_lua for Nginx upstreams
1091
1092 " Lua Module <https://github.com/openresty/lua-nginx-module>
1093 " Embed the Power of Lua into NGINX HTTP servers
1094 syn keyword ngxDirectiveThirdParty lua_use_default_type
1095 syn keyword ngxDirectiveThirdParty lua_malloc_trim
1096 syn keyword ngxDirectiveThirdParty lua_code_cache
1097 syn keyword ngxDirectiveThirdParty lua_regex_cache_max_entries
1098 syn keyword ngxDirectiveThirdParty lua_regex_match_limit
1099 syn keyword ngxDirectiveThirdParty lua_package_path
1100 syn keyword ngxDirectiveThirdParty lua_package_cpath
1101 syn keyword ngxDirectiveThirdParty init_by_lua
1102 syn keyword ngxDirectiveThirdParty init_by_lua_block
1103 syn keyword ngxDirectiveThirdParty init_by_lua_file
1104 syn keyword ngxDirectiveThirdParty init_worker_by_lua
1105 syn keyword ngxDirectiveThirdParty init_worker_by_lua_block
1106 syn keyword ngxDirectiveThirdParty init_worker_by_lua_file
1107 syn keyword ngxDirectiveThirdParty set_by_lua
1108 syn keyword ngxDirectiveThirdParty set_by_lua_block
1109 syn keyword ngxDirectiveThirdParty set_by_lua_file
1110 syn keyword ngxDirectiveThirdParty content_by_lua
1111 syn keyword ngxDirectiveThirdParty content_by_lua_block
1112 syn keyword ngxDirectiveThirdParty content_by_lua_file
1113 syn keyword ngxDirectiveThirdParty rewrite_by_lua
1114 syn keyword ngxDirectiveThirdParty rewrite_by_lua_block
1115 syn keyword ngxDirectiveThirdParty rewrite_by_lua_file
1116 syn keyword ngxDirectiveThirdParty access_by_lua
1117 syn keyword ngxDirectiveThirdParty access_by_lua_block
1118 syn keyword ngxDirectiveThirdParty access_by_lua_file
1119 syn keyword ngxDirectiveThirdParty header_filter_by_lua
1120 syn keyword ngxDirectiveThirdParty header_filter_by_lua_block
1121 syn keyword ngxDirectiveThirdParty header_filter_by_lua_file
1122 syn keyword ngxDirectiveThirdParty body_filter_by_lua
1123 syn keyword ngxDirectiveThirdParty body_filter_by_lua_block
1124 syn keyword ngxDirectiveThirdParty body_filter_by_lua_file
1125 syn keyword ngxDirectiveThirdParty log_by_lua
1126 syn keyword ngxDirectiveThirdParty log_by_lua_block
1127 syn keyword ngxDirectiveThirdParty log_by_lua_file
1128 syn keyword ngxDirectiveThirdParty balancer_by_lua_block
1129 syn keyword ngxDirectiveThirdParty balancer_by_lua_file
1130 syn keyword ngxDirectiveThirdParty lua_need_request_body
1131 syn keyword ngxDirectiveThirdParty ssl_certificate_by_lua_block
1132 syn keyword ngxDirectiveThirdParty ssl_certificate_by_lua_file
1133 syn keyword ngxDirectiveThirdParty ssl_session_fetch_by_lua_block
1134 syn keyword ngxDirectiveThirdParty ssl_session_fetch_by_lua_file
1135 syn keyword ngxDirectiveThirdParty ssl_session_store_by_lua_block
1136 syn keyword ngxDirectiveThirdParty ssl_session_store_by_lua_file
1137 syn keyword ngxDirectiveThirdParty lua_shared_dict
1138 syn keyword ngxDirectiveThirdParty lua_socket_connect_timeout
1139 syn keyword ngxDirectiveThirdParty lua_socket_send_timeout
1140 syn keyword ngxDirectiveThirdParty lua_socket_send_lowat
1141 syn keyword ngxDirectiveThirdParty lua_socket_read_timeout
1142 syn keyword ngxDirectiveThirdParty lua_socket_buffer_size
1143 syn keyword ngxDirectiveThirdParty lua_socket_pool_size
1144 syn keyword ngxDirectiveThirdParty lua_socket_keepalive_timeout
1145 syn keyword ngxDirectiveThirdParty lua_socket_log_errors
1146 syn keyword ngxDirectiveThirdParty lua_ssl_ciphers
1147 syn keyword ngxDirectiveThirdParty lua_ssl_crl
1148 syn keyword ngxDirectiveThirdParty lua_ssl_protocols
1149 syn keyword ngxDirectiveThirdParty lua_ssl_trusted_certificate
1150 syn keyword ngxDirectiveThirdParty lua_ssl_verify_depth
1151 syn keyword ngxDirectiveThirdParty lua_http10_buffering
1152 syn keyword ngxDirectiveThirdParty rewrite_by_lua_no_postpone
1153 syn keyword ngxDirectiveThirdParty access_by_lua_no_postpone
1154 syn keyword ngxDirectiveThirdParty lua_transform_underscores_in_response_headers
1155 syn keyword ngxDirectiveThirdParty lua_check_client_abort
1156 syn keyword ngxDirectiveThirdParty lua_max_pending_timers
1157 syn keyword ngxDirectiveThirdParty lua_max_running_timers
1158
1159 " MD5 Filter Module <https://github.com/kainswor/nginx_md5_filter>
1160 " A content filter for nginx, which returns the md5 hash of the content otherwise returned.
1161 syn keyword ngxDirectiveThirdParty md5_filter
1162
1163 " Memc Module <https://github.com/openresty/memc-nginx-module>
784 " An extended version of the standard memcached module that supports set, add, delete, and many more memcached commands. 1164 " An extended version of the standard memcached module that supports set, add, delete, and many more memcached commands.
785 syn keyword ngxDirectiveThirdParty memc_buffer_size 1165 syn keyword ngxDirectiveThirdParty memc_buffer_size
786 syn keyword ngxDirectiveThirdParty memc_cmds_allowed 1166 syn keyword ngxDirectiveThirdParty memc_cmds_allowed
787 syn keyword ngxDirectiveThirdParty memc_connect_timeout 1167 syn keyword ngxDirectiveThirdParty memc_connect_timeout
788 syn keyword ngxDirectiveThirdParty memc_flags_to_last_modified 1168 syn keyword ngxDirectiveThirdParty memc_flags_to_last_modified
791 syn keyword ngxDirectiveThirdParty memc_read_timeout 1171 syn keyword ngxDirectiveThirdParty memc_read_timeout
792 syn keyword ngxDirectiveThirdParty memc_send_timeout 1172 syn keyword ngxDirectiveThirdParty memc_send_timeout
793 syn keyword ngxDirectiveThirdParty memc_upstream_fail_timeout 1173 syn keyword ngxDirectiveThirdParty memc_upstream_fail_timeout
794 syn keyword ngxDirectiveThirdParty memc_upstream_max_fails 1174 syn keyword ngxDirectiveThirdParty memc_upstream_max_fails
795 1175
1176 " Mod Security Module <https://github.com/SpiderLabs/ModSecurity>
1177 " ModSecurity is an open source, cross platform web application firewall (WAF) engine
1178 syn keyword ngxDirectiveThirdParty ModSecurityConfig
1179 syn keyword ngxDirectiveThirdParty ModSecurityEnabled
1180 syn keyword ngxDirectiveThirdParty pool_context
1181 syn keyword ngxDirectiveThirdParty pool_context_hash_size
1182
796 " Mogilefs Module <http://www.grid.net.ru/nginx/mogilefs.en.html> 1183 " Mogilefs Module <http://www.grid.net.ru/nginx/mogilefs.en.html>
797 " Implements a MogileFS client, provides a replace to the Perlbal reverse proxy of the original MogileFS. 1184 " MogileFS client for nginx web server.
1185 syn keyword ngxDirectiveThirdParty mogilefs_pass
1186 syn keyword ngxDirectiveThirdParty mogilefs_methods
1187 syn keyword ngxDirectiveThirdParty mogilefs_domain
1188 syn keyword ngxDirectiveThirdParty mogilefs_class
1189 syn keyword ngxDirectiveThirdParty mogilefs_tracker
1190 syn keyword ngxDirectiveThirdParty mogilefs_noverify
798 syn keyword ngxDirectiveThirdParty mogilefs_connect_timeout 1191 syn keyword ngxDirectiveThirdParty mogilefs_connect_timeout
799 syn keyword ngxDirectiveThirdParty mogilefs_domain 1192 syn keyword ngxDirectiveThirdParty mogilefs_send_timeout
800 syn keyword ngxDirectiveThirdParty mogilefs_methods
801 syn keyword ngxDirectiveThirdParty mogilefs_noverify
802 syn keyword ngxDirectiveThirdParty mogilefs_pass
803 syn keyword ngxDirectiveThirdParty mogilefs_read_timeout 1193 syn keyword ngxDirectiveThirdParty mogilefs_read_timeout
804 syn keyword ngxDirectiveThirdParty mogilefs_send_timeout 1194
805 syn keyword ngxDirectiveThirdParty mogilefs_tracker 1195 " Mongo Module <https://github.com/simpl/ngx_mongo>
806 1196 " Upstream module that allows nginx to communicate directly with MongoDB database.
807 " MP4 Streaming Lite Module <http://wiki.nginx.org/NginxMP4StreamingLite> 1197 syn keyword ngxDirectiveThirdParty mongo_auth
1198 syn keyword ngxDirectiveThirdParty mongo_pass
1199 syn keyword ngxDirectiveThirdParty mongo_query
1200 syn keyword ngxDirectiveThirdParty mongo_json
1201 syn keyword ngxDirectiveThirdParty mongo_bind
1202 syn keyword ngxDirectiveThirdParty mongo_connect_timeout
1203 syn keyword ngxDirectiveThirdParty mongo_send_timeout
1204 syn keyword ngxDirectiveThirdParty mongo_read_timeout
1205 syn keyword ngxDirectiveThirdParty mongo_buffering
1206 syn keyword ngxDirectiveThirdParty mongo_buffer_size
1207 syn keyword ngxDirectiveThirdParty mongo_buffers
1208 syn keyword ngxDirectiveThirdParty mongo_busy_buffers_size
1209 syn keyword ngxDirectiveThirdParty mongo_next_upstream
1210
1211 " MP4 Streaming Lite Module <https://www.nginx.com/resources/wiki/modules/mp4_streaming/>
808 " Will seek to a certain time within H.264/MP4 files when provided with a 'start' parameter in the URL. 1212 " Will seek to a certain time within H.264/MP4 files when provided with a 'start' parameter in the URL.
809 syn keyword ngxDirectiveThirdParty mp4 1213 " syn keyword ngxDirectiveThirdParty mp4
810 1214
811 " Nginx Notice Module <http://xph.us/software/nginx-notice/> 1215 " NAXSI Module <https://github.com/nbs-system/naxsi>
1216 " NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
1217 syn keyword ngxDirectiveThirdParty DeniedUrl denied_url
1218 syn keyword ngxDirectiveThirdParty LearningMode learning_mode
1219 syn keyword ngxDirectiveThirdParty SecRulesEnabled rules_enabled
1220 syn keyword ngxDirectiveThirdParty SecRulesDisabled rules_disabled
1221 syn keyword ngxDirectiveThirdParty CheckRule check_rule
1222 syn keyword ngxDirectiveThirdParty BasicRule basic_rule
1223 syn keyword ngxDirectiveThirdParty MainRule main_rule
1224 syn keyword ngxDirectiveThirdParty LibInjectionSql libinjection_sql
1225 syn keyword ngxDirectiveThirdParty LibInjectionXss libinjection_xss
1226
1227 " Nchan Module <https://nchan.slact.net/>
1228 " Fast, horizontally scalable, multiprocess pub/sub queuing server and proxy for HTTP, long-polling, Websockets and EventSource (SSE)
1229 syn keyword ngxDirectiveThirdParty nchan_channel_id
1230 syn keyword ngxDirectiveThirdParty nchan_channel_id_split_delimiter
1231 syn keyword ngxDirectiveThirdParty nchan_eventsource_event
1232 syn keyword ngxDirectiveThirdParty nchan_longpoll_multipart_response
1233 syn keyword ngxDirectiveThirdParty nchan_publisher
1234 syn keyword ngxDirectiveThirdParty nchan_publisher_channel_id
1235 syn keyword ngxDirectiveThirdParty nchan_publisher_upstream_request
1236 syn keyword ngxDirectiveThirdParty nchan_pubsub
1237 syn keyword ngxDirectiveThirdParty nchan_subscribe_request
1238 syn keyword ngxDirectiveThirdParty nchan_subscriber
1239 syn keyword ngxDirectiveThirdParty nchan_subscriber_channel_id
1240 syn keyword ngxDirectiveThirdParty nchan_subscriber_compound_etag_message_id
1241 syn keyword ngxDirectiveThirdParty nchan_subscriber_first_message
1242 syn keyword ngxDirectiveThirdParty nchan_subscriber_http_raw_stream_separator
1243 syn keyword ngxDirectiveThirdParty nchan_subscriber_last_message_id
1244 syn keyword ngxDirectiveThirdParty nchan_subscriber_message_id_custom_etag_header
1245 syn keyword ngxDirectiveThirdParty nchan_subscriber_timeout
1246 syn keyword ngxDirectiveThirdParty nchan_unsubscribe_request
1247 syn keyword ngxDirectiveThirdParty nchan_websocket_ping_interval
1248 syn keyword ngxDirectiveThirdParty nchan_authorize_request
1249 syn keyword ngxDirectiveThirdParty nchan_max_reserved_memory
1250 syn keyword ngxDirectiveThirdParty nchan_message_buffer_length
1251 syn keyword ngxDirectiveThirdParty nchan_message_timeout
1252 syn keyword ngxDirectiveThirdParty nchan_redis_idle_channel_cache_timeout
1253 syn keyword ngxDirectiveThirdParty nchan_redis_namespace
1254 syn keyword ngxDirectiveThirdParty nchan_redis_pass
1255 syn keyword ngxDirectiveThirdParty nchan_redis_ping_interval
1256 syn keyword ngxDirectiveThirdParty nchan_redis_server
1257 syn keyword ngxDirectiveThirdParty nchan_redis_storage_mode
1258 syn keyword ngxDirectiveThirdParty nchan_redis_url
1259 syn keyword ngxDirectiveThirdParty nchan_store_messages
1260 syn keyword ngxDirectiveThirdParty nchan_use_redis
1261 syn keyword ngxDirectiveThirdParty nchan_access_control_allow_origin
1262 syn keyword ngxDirectiveThirdParty nchan_channel_group
1263 syn keyword ngxDirectiveThirdParty nchan_channel_group_accounting
1264 syn keyword ngxDirectiveThirdParty nchan_group_location
1265 syn keyword ngxDirectiveThirdParty nchan_group_max_channels
1266 syn keyword ngxDirectiveThirdParty nchan_group_max_messages
1267 syn keyword ngxDirectiveThirdParty nchan_group_max_messages_disk
1268 syn keyword ngxDirectiveThirdParty nchan_group_max_messages_memory
1269 syn keyword ngxDirectiveThirdParty nchan_group_max_subscribers
1270 syn keyword ngxDirectiveThirdParty nchan_subscribe_existing_channels_only
1271 syn keyword ngxDirectiveThirdParty nchan_channel_event_string
1272 syn keyword ngxDirectiveThirdParty nchan_channel_events_channel_id
1273 syn keyword ngxDirectiveThirdParty nchan_stub_status
1274 syn keyword ngxDirectiveThirdParty nchan_max_channel_id_length
1275 syn keyword ngxDirectiveThirdParty nchan_max_channel_subscribers
1276 syn keyword ngxDirectiveThirdParty nchan_channel_timeout
1277 syn keyword ngxDirectiveThirdParty nchan_storage_engine
1278
1279 " Nginx Notice Module <https://github.com/kr/nginx-notice>
812 " Serve static file to POST requests. 1280 " Serve static file to POST requests.
813 syn keyword ngxDirectiveThirdParty notice 1281 syn keyword ngxDirectiveThirdParty notice
814 syn keyword ngxDirectiveThirdParty notice_type 1282 syn keyword ngxDirectiveThirdParty notice_type
815 1283
816 " Phusion Passenger <http://www.modrails.com/documentation.html> 1284 " OCSP Proxy Module <https://github.com/kyprizel/nginx_ocsp_proxy-module>
817 " Easy and robust deployment of Ruby on Rails application on Apache and Nginx webservers. 1285 " Nginx OCSP processing module designed for response caching
1286 syn keyword ngxDirectiveThirdParty ocsp_proxy
1287 syn keyword ngxDirectiveThirdParty ocsp_cache_timeout
1288
1289 " Eval Module <https://github.com/openresty/nginx-eval-module>
1290 " Module for nginx web server evaluates response of proxy or memcached module into variables.
1291 syn keyword ngxDirectiveThirdParty eval
1292 syn keyword ngxDirectiveThirdParty eval_escalate
1293 syn keyword ngxDirectiveThirdParty eval_buffer_size
1294 syn keyword ngxDirectiveThirdParty eval_override_content_type
1295 syn keyword ngxDirectiveThirdParty eval_subrequest_in_memory
1296
1297 " OpenSSL Version Module <https://github.com/apcera/nginx-openssl-version>
1298 " Nginx OpenSSL version check at startup
1299 syn keyword ngxDirectiveThirdParty openssl_version_minimum
1300 syn keyword ngxDirectiveThirdParty openssl_builddate_minimum
1301
1302 " Owner Match Module <https://www.nginx.com/resources/wiki/modules/owner_match/>
1303 " Control access for specific owners and groups of files
1304 syn keyword ngxDirectiveThirdParty omallow
1305 syn keyword ngxDirectiveThirdParty omdeny
1306
1307 " Accept Language Module <https://www.nginx.com/resources/wiki/modules/accept_language/>
1308 " Parses the Accept-Language header and gives the most suitable locale from a list of supported locales.
1309 syn keyword ngxDirectiveThirdParty pagespeed
1310
1311 " PHP Memcache Standard Balancer Module <https://github.com/replay/ngx_http_php_memcache_standard_balancer>
1312 " Loadbalancer that is compatible to the standard loadbalancer in the php-memcache module
1313 syn keyword ngxDirectiveThirdParty hash_key
1314
1315 " PHP Session Module <https://github.com/replay/ngx_http_php_session>
1316 " Nginx module to parse php sessions
1317 syn keyword ngxDirectiveThirdParty php_session_parse
1318 syn keyword ngxDirectiveThirdParty php_session_strip_formatting
1319
1320 " Phusion Passenger Module <https://www.phusionpassenger.com/library/config/nginx/>
1321 " Passenger is an open source web application server.
1322 syn keyword ngxDirectiveThirdParty passenger_root
1323 syn keyword ngxDirectiveThirdParty passenger_enabled
818 syn keyword ngxDirectiveThirdParty passenger_base_uri 1324 syn keyword ngxDirectiveThirdParty passenger_base_uri
1325 syn keyword ngxDirectiveThirdParty passenger_document_root
1326 syn keyword ngxDirectiveThirdParty passenger_ruby
1327 syn keyword ngxDirectiveThirdParty passenger_python
1328 syn keyword ngxDirectiveThirdParty passenger_nodejs
1329 syn keyword ngxDirectiveThirdParty passenger_meteor_app_settings
1330 syn keyword ngxDirectiveThirdParty passenger_app_env
1331 syn keyword ngxDirectiveThirdParty passenger_app_root
1332 syn keyword ngxDirectiveThirdParty passenger_app_group_name
1333 syn keyword ngxDirectiveThirdParty passenger_app_type
1334 syn keyword ngxDirectiveThirdParty passenger_startup_file
1335 syn keyword ngxDirectiveThirdParty passenger_restart_dir
1336 syn keyword ngxDirectiveThirdParty passenger_spawn_method
1337 syn keyword ngxDirectiveThirdParty passenger_env_var
1338 syn keyword ngxDirectiveThirdParty passenger_load_shell_envvars
1339 syn keyword ngxDirectiveThirdParty passenger_rolling_restarts
1340 syn keyword ngxDirectiveThirdParty passenger_resist_deployment_errors
1341 syn keyword ngxDirectiveThirdParty passenger_user_switching
1342 syn keyword ngxDirectiveThirdParty passenger_user
1343 syn keyword ngxDirectiveThirdParty passenger_group
819 syn keyword ngxDirectiveThirdParty passenger_default_user 1344 syn keyword ngxDirectiveThirdParty passenger_default_user
820 syn keyword ngxDirectiveThirdParty passenger_enabled 1345 syn keyword ngxDirectiveThirdParty passenger_default_group
1346 syn keyword ngxDirectiveThirdParty passenger_show_version_in_header
1347 syn keyword ngxDirectiveThirdParty passenger_friendly_error_pages
1348 syn keyword ngxDirectiveThirdParty passenger_disable_security_update_check
1349 syn keyword ngxDirectiveThirdParty passenger_security_update_check_proxy
1350 syn keyword ngxDirectiveThirdParty passenger_max_pool_size
1351 syn keyword ngxDirectiveThirdParty passenger_min_instances
1352 syn keyword ngxDirectiveThirdParty passenger_max_instances
1353 syn keyword ngxDirectiveThirdParty passenger_max_instances_per_app
1354 syn keyword ngxDirectiveThirdParty passenger_pool_idle_time
1355 syn keyword ngxDirectiveThirdParty passenger_max_preloader_idle_time
1356 syn keyword ngxDirectiveThirdParty passenger_force_max_concurrent_requests_per_process
1357 syn keyword ngxDirectiveThirdParty passenger_start_timeout
1358 syn keyword ngxDirectiveThirdParty passenger_concurrency_model
1359 syn keyword ngxDirectiveThirdParty passenger_thread_count
1360 syn keyword ngxDirectiveThirdParty passenger_max_requests
1361 syn keyword ngxDirectiveThirdParty passenger_max_request_time
1362 syn keyword ngxDirectiveThirdParty passenger_memory_limit
1363 syn keyword ngxDirectiveThirdParty passenger_stat_throttle_rate
1364 syn keyword ngxDirectiveThirdParty passenger_core_file_descriptor_ulimit
1365 syn keyword ngxDirectiveThirdParty passenger_app_file_descriptor_ulimit
1366 syn keyword ngxDirectiveThirdParty passenger_pre_start
1367 syn keyword ngxDirectiveThirdParty passenger_set_header
1368 syn keyword ngxDirectiveThirdParty passenger_max_request_queue_size
1369 syn keyword ngxDirectiveThirdParty passenger_request_queue_overflow_status_code
1370 syn keyword ngxDirectiveThirdParty passenger_sticky_sessions
1371 syn keyword ngxDirectiveThirdParty passenger_sticky_sessions_cookie_name
1372 syn keyword ngxDirectiveThirdParty passenger_abort_websockets_on_process_shutdown
1373 syn keyword ngxDirectiveThirdParty passenger_ignore_client_abort
1374 syn keyword ngxDirectiveThirdParty passenger_intercept_errors
1375 syn keyword ngxDirectiveThirdParty passenger_pass_header
1376 syn keyword ngxDirectiveThirdParty passenger_ignore_headers
1377 syn keyword ngxDirectiveThirdParty passenger_headers_hash_bucket_size
1378 syn keyword ngxDirectiveThirdParty passenger_headers_hash_max_size
1379 syn keyword ngxDirectiveThirdParty passenger_buffer_response
1380 syn keyword ngxDirectiveThirdParty passenger_response_buffer_high_watermark
1381 syn keyword ngxDirectiveThirdParty passenger_buffer_size, passenger_buffers, passenger_busy_buffers_size
1382 syn keyword ngxDirectiveThirdParty passenger_socket_backlog
821 syn keyword ngxDirectiveThirdParty passenger_log_level 1383 syn keyword ngxDirectiveThirdParty passenger_log_level
822 syn keyword ngxDirectiveThirdParty passenger_max_instances_per_app 1384 syn keyword ngxDirectiveThirdParty passenger_log_file
823 syn keyword ngxDirectiveThirdParty passenger_max_pool_size 1385 syn keyword ngxDirectiveThirdParty passenger_file_descriptor_log_file
824 syn keyword ngxDirectiveThirdParty passenger_pool_idle_time 1386 syn keyword ngxDirectiveThirdParty passenger_debugger
825 syn keyword ngxDirectiveThirdParty passenger_root 1387 syn keyword ngxDirectiveThirdParty passenger_instance_registry_dir
826 syn keyword ngxDirectiveThirdParty passenger_ruby 1388 syn keyword ngxDirectiveThirdParty passenger_data_buffer_dir
827 syn keyword ngxDirectiveThirdParty passenger_use_global_queue 1389 syn keyword ngxDirectiveThirdParty passenger_fly_with
828 syn keyword ngxDirectiveThirdParty passenger_user_switching 1390 syn keyword ngxDirectiveThirdParty union_station_support
829 syn keyword ngxDirectiveThirdParty rack_env 1391 syn keyword ngxDirectiveThirdParty union_station_key
830 syn keyword ngxDirectiveThirdParty rails_app_spawner_idle_time 1392 syn keyword ngxDirectiveThirdParty union_station_proxy_address
831 syn keyword ngxDirectiveThirdParty rails_env 1393 syn keyword ngxDirectiveThirdParty union_station_filter
832 syn keyword ngxDirectiveThirdParty rails_framework_spawner_idle_time 1394 syn keyword ngxDirectiveThirdParty union_station_gateway_address
833 syn keyword ngxDirectiveThirdParty rails_spawn_method 1395 syn keyword ngxDirectiveThirdParty union_station_gateway_port
834 1396 syn keyword ngxDirectiveThirdParty union_station_gateway_cert
835 " RDS JSON Module <http://github.com/agentzh/rds-json-nginx-module> 1397 syn keyword ngxDirectiveDeprecated rails_spawn_method
836 " Help ngx_drizzle and other DBD modules emit JSON data. 1398 syn keyword ngxDirectiveDeprecated passenger_debug_log_file
1399
1400 " Postgres Module <http://labs.frickle.com/nginx_ngx_postgres/>
1401 " Upstream module that allows nginx to communicate directly with PostgreSQL database.
1402 syn keyword ngxDirectiveThirdParty postgres_server
1403 syn keyword ngxDirectiveThirdParty postgres_keepalive
1404 syn keyword ngxDirectiveThirdParty postgres_pass
1405 syn keyword ngxDirectiveThirdParty postgres_query
1406 syn keyword ngxDirectiveThirdParty postgres_rewrite
1407 syn keyword ngxDirectiveThirdParty postgres_output
1408 syn keyword ngxDirectiveThirdParty postgres_set
1409 syn keyword ngxDirectiveThirdParty postgres_escape
1410 syn keyword ngxDirectiveThirdParty postgres_connect_timeout
1411 syn keyword ngxDirectiveThirdParty postgres_result_timeout
1412
1413 " Pubcookie Module <https://www.vanko.me/book/page/pubcookie-module-nginx>
1414 " Authorizes users using encrypted cookies
1415 syn keyword ngxDirectiveThirdParty pubcookie_inactive_expire
1416 syn keyword ngxDirectiveThirdParty pubcookie_hard_expire
1417 syn keyword ngxDirectiveThirdParty pubcookie_app_id
1418 syn keyword ngxDirectiveThirdParty pubcookie_dir_depth
1419 syn keyword ngxDirectiveThirdParty pubcookie_catenate_app_ids
1420 syn keyword ngxDirectiveThirdParty pubcookie_app_srv_id
1421 syn keyword ngxDirectiveThirdParty pubcookie_login
1422 syn keyword ngxDirectiveThirdParty pubcookie_login_method
1423 syn keyword ngxDirectiveThirdParty pubcookie_post
1424 syn keyword ngxDirectiveThirdParty pubcookie_domain
1425 syn keyword ngxDirectiveThirdParty pubcookie_granting_cert_file
1426 syn keyword ngxDirectiveThirdParty pubcookie_session_key_file
1427 syn keyword ngxDirectiveThirdParty pubcookie_session_cert_file
1428 syn keyword ngxDirectiveThirdParty pubcookie_crypt_key_file
1429 syn keyword ngxDirectiveThirdParty pubcookie_end_session
1430 syn keyword ngxDirectiveThirdParty pubcookie_encryption
1431 syn keyword ngxDirectiveThirdParty pubcookie_session_reauth
1432 syn keyword ngxDirectiveThirdParty pubcookie_auth_type_names
1433 syn keyword ngxDirectiveThirdParty pubcookie_no_prompt
1434 syn keyword ngxDirectiveThirdParty pubcookie_on_demand
1435 syn keyword ngxDirectiveThirdParty pubcookie_addl_request
1436 syn keyword ngxDirectiveThirdParty pubcookie_no_obscure_cookies
1437 syn keyword ngxDirectiveThirdParty pubcookie_no_clean_creds
1438 syn keyword ngxDirectiveThirdParty pubcookie_egd_device
1439 syn keyword ngxDirectiveThirdParty pubcookie_no_blank
1440 syn keyword ngxDirectiveThirdParty pubcookie_super_debug
1441 syn keyword ngxDirectiveThirdParty pubcookie_set_remote_user
1442
1443 " Push Stream Module <https://github.com/wandenberg/nginx-push-stream-module>
1444 " A pure stream http push technology for your Nginx setup
1445 syn keyword ngxDirectiveThirdParty push_stream_channels_statistics
1446 syn keyword ngxDirectiveThirdParty push_stream_publisher
1447 syn keyword ngxDirectiveThirdParty push_stream_subscriber
1448 syn keyword ngxDirectiveThirdParty push_stream_shared_memory_size
1449 syn keyword ngxDirectiveThirdParty push_stream_channel_deleted_message_text
1450 syn keyword ngxDirectiveThirdParty push_stream_channel_inactivity_time
1451 syn keyword ngxDirectiveThirdParty push_stream_ping_message_text
1452 syn keyword ngxDirectiveThirdParty push_stream_timeout_with_body
1453 syn keyword ngxDirectiveThirdParty push_stream_message_ttl
1454 syn keyword ngxDirectiveThirdParty push_stream_max_subscribers_per_channel
1455 syn keyword ngxDirectiveThirdParty push_stream_max_messages_stored_per_channel
1456 syn keyword ngxDirectiveThirdParty push_stream_max_channel_id_length
1457 syn keyword ngxDirectiveThirdParty push_stream_max_number_of_channels
1458 syn keyword ngxDirectiveThirdParty push_stream_max_number_of_wildcard_channels
1459 syn keyword ngxDirectiveThirdParty push_stream_wildcard_channel_prefix
1460 syn keyword ngxDirectiveThirdParty push_stream_events_channel_id
1461 syn keyword ngxDirectiveThirdParty push_stream_channels_path
1462 syn keyword ngxDirectiveThirdParty push_stream_store_messages
1463 syn keyword ngxDirectiveThirdParty push_stream_channel_info_on_publish
1464 syn keyword ngxDirectiveThirdParty push_stream_authorized_channels_only
1465 syn keyword ngxDirectiveThirdParty push_stream_header_template_file
1466 syn keyword ngxDirectiveThirdParty push_stream_header_template
1467 syn keyword ngxDirectiveThirdParty push_stream_message_template
1468 syn keyword ngxDirectiveThirdParty push_stream_footer_template
1469 syn keyword ngxDirectiveThirdParty push_stream_wildcard_channel_max_qtd
1470 syn keyword ngxDirectiveThirdParty push_stream_ping_message_interval
1471 syn keyword ngxDirectiveThirdParty push_stream_subscriber_connection_ttl
1472 syn keyword ngxDirectiveThirdParty push_stream_longpolling_connection_ttl
1473 syn keyword ngxDirectiveThirdParty push_stream_websocket_allow_publish
1474 syn keyword ngxDirectiveThirdParty push_stream_last_received_message_time
1475 syn keyword ngxDirectiveThirdParty push_stream_last_received_message_tag
1476 syn keyword ngxDirectiveThirdParty push_stream_last_event_id
1477 syn keyword ngxDirectiveThirdParty push_stream_user_agent
1478 syn keyword ngxDirectiveThirdParty push_stream_padding_by_user_agent
1479 syn keyword ngxDirectiveThirdParty push_stream_allowed_origins
1480 syn keyword ngxDirectiveThirdParty push_stream_allow_connections_to_events_channel
1481
1482 " rDNS Module <https://github.com/flant/nginx-http-rdns>
1483 " Make a reverse DNS (rDNS) lookup for incoming connection and provides simple access control of incoming hostname by allow/deny rules
1484 syn keyword ngxDirectiveThirdParty rdns
1485 syn keyword ngxDirectiveThirdParty rdns_allow
1486 syn keyword ngxDirectiveThirdParty rdns_deny
1487
1488 " RDS CSV Module <https://github.com/openresty/rds-csv-nginx-module>
1489 " Nginx output filter module to convert Resty-DBD-Streams (RDS) to Comma-Separated Values (CSV)
1490 syn keyword ngxDirectiveThirdParty rds_csv
1491 syn keyword ngxDirectiveThirdParty rds_csv_row_terminator
1492 syn keyword ngxDirectiveThirdParty rds_csv_field_separator
1493 syn keyword ngxDirectiveThirdParty rds_csv_field_name_header
1494 syn keyword ngxDirectiveThirdParty rds_csv_content_type
1495 syn keyword ngxDirectiveThirdParty rds_csv_buffer_size
1496
1497 " RDS JSON Module <https://github.com/openresty/rds-json-nginx-module>
1498 " An output filter that formats Resty DBD Streams generated by ngx_drizzle and others to JSON
837 syn keyword ngxDirectiveThirdParty rds_json 1499 syn keyword ngxDirectiveThirdParty rds_json
1500 syn keyword ngxDirectiveThirdParty rds_json_buffer_size
1501 syn keyword ngxDirectiveThirdParty rds_json_format
1502 syn keyword ngxDirectiveThirdParty rds_json_root
1503 syn keyword ngxDirectiveThirdParty rds_json_success_property
1504 syn keyword ngxDirectiveThirdParty rds_json_user_property
1505 syn keyword ngxDirectiveThirdParty rds_json_errcode_key
1506 syn keyword ngxDirectiveThirdParty rds_json_errstr_key
1507 syn keyword ngxDirectiveThirdParty rds_json_ret
838 syn keyword ngxDirectiveThirdParty rds_json_content_type 1508 syn keyword ngxDirectiveThirdParty rds_json_content_type
839 syn keyword ngxDirectiveThirdParty rds_json_format 1509
840 syn keyword ngxDirectiveThirdParty rds_json_ret 1510 " Redis Module <https://www.nginx.com/resources/wiki/modules/redis/>
841 1511 " Use this module to perform simple caching
842 " RRD Graph Module <http://wiki.nginx.org/NginxNgx_rrd_graph> 1512 syn keyword ngxDirectiveThirdParty redis_pass
1513 syn keyword ngxDirectiveThirdParty redis_bind
1514 syn keyword ngxDirectiveThirdParty redis_connect_timeout
1515 syn keyword ngxDirectiveThirdParty redis_read_timeout
1516 syn keyword ngxDirectiveThirdParty redis_send_timeout
1517 syn keyword ngxDirectiveThirdParty redis_buffer_size
1518 syn keyword ngxDirectiveThirdParty redis_next_upstream
1519 syn keyword ngxDirectiveThirdParty redis_gzip_flag
1520
1521 " Redis 2 Module <https://github.com/openresty/redis2-nginx-module>
1522 " Nginx upstream module for the Redis 2.0 protocol
1523 syn keyword ngxDirectiveThirdParty redis2_query
1524 syn keyword ngxDirectiveThirdParty redis2_raw_query
1525 syn keyword ngxDirectiveThirdParty redis2_raw_queries
1526 syn keyword ngxDirectiveThirdParty redis2_literal_raw_query
1527 syn keyword ngxDirectiveThirdParty redis2_pass
1528 syn keyword ngxDirectiveThirdParty redis2_connect_timeout
1529 syn keyword ngxDirectiveThirdParty redis2_send_timeout
1530 syn keyword ngxDirectiveThirdParty redis2_read_timeout
1531 syn keyword ngxDirectiveThirdParty redis2_buffer_size
1532 syn keyword ngxDirectiveThirdParty redis2_next_upstream
1533
1534 " Replace Filter Module <https://github.com/openresty/replace-filter-nginx-module>
1535 " Streaming regular expression replacement in response bodies
1536 syn keyword ngxDirectiveThirdParty replace_filter
1537 syn keyword ngxDirectiveThirdParty replace_filter_types
1538 syn keyword ngxDirectiveThirdParty replace_filter_max_buffered_size
1539 syn keyword ngxDirectiveThirdParty replace_filter_last_modified
1540 syn keyword ngxDirectiveThirdParty replace_filter_skip
1541
1542 " Roboo Module <https://github.com/yuri-gushin/Roboo>
1543 " HTTP Robot Mitigator
1544
1545 " RRD Graph Module <https://www.nginx.com/resources/wiki/modules/rrd_graph/>
843 " This module provides an HTTP interface to RRDtool's graphing facilities. 1546 " This module provides an HTTP interface to RRDtool's graphing facilities.
844 syn keyword ngxDirectiveThirdParty rrd_graph 1547 syn keyword ngxDirectiveThirdParty rrd_graph
845 syn keyword ngxDirectiveThirdParty rrd_graph_root 1548 syn keyword ngxDirectiveThirdParty rrd_graph_root
846 1549
847 " Secure Download <http://wiki.nginx.org/NginxHttpSecureDownload> 1550 " RTMP Module <https://github.com/arut/nginx-rtmp-module>
848 " Create expiring links. 1551 " NGINX-based Media Streaming Server
1552 syn keyword ngxDirectiveThirdParty rtmp
1553 " syn keyword ngxDirectiveThirdParty server
1554 " syn keyword ngxDirectiveThirdParty listen
1555 syn keyword ngxDirectiveThirdParty application
1556 " syn keyword ngxDirectiveThirdParty timeout
1557 syn keyword ngxDirectiveThirdParty ping
1558 syn keyword ngxDirectiveThirdParty ping_timeout
1559 syn keyword ngxDirectiveThirdParty max_streams
1560 syn keyword ngxDirectiveThirdParty ack_window
1561 syn keyword ngxDirectiveThirdParty chunk_size
1562 syn keyword ngxDirectiveThirdParty max_queue
1563 syn keyword ngxDirectiveThirdParty max_message
1564 syn keyword ngxDirectiveThirdParty out_queue
1565 syn keyword ngxDirectiveThirdParty out_cork
1566 " syn keyword ngxDirectiveThirdParty allow
1567 " syn keyword ngxDirectiveThirdParty deny
1568 syn keyword ngxDirectiveThirdParty exec_push
1569 syn keyword ngxDirectiveThirdParty exec_pull
1570 syn keyword ngxDirectiveThirdParty exec
1571 syn keyword ngxDirectiveThirdParty exec_options
1572 syn keyword ngxDirectiveThirdParty exec_static
1573 syn keyword ngxDirectiveThirdParty exec_kill_signal
1574 syn keyword ngxDirectiveThirdParty respawn
1575 syn keyword ngxDirectiveThirdParty respawn_timeout
1576 syn keyword ngxDirectiveThirdParty exec_publish
1577 syn keyword ngxDirectiveThirdParty exec_play
1578 syn keyword ngxDirectiveThirdParty exec_play_done
1579 syn keyword ngxDirectiveThirdParty exec_publish_done
1580 syn keyword ngxDirectiveThirdParty exec_record_done
1581 syn keyword ngxDirectiveThirdParty live
1582 syn keyword ngxDirectiveThirdParty meta
1583 syn keyword ngxDirectiveThirdParty interleave
1584 syn keyword ngxDirectiveThirdParty wait_key
1585 syn keyword ngxDirectiveThirdParty wait_video
1586 syn keyword ngxDirectiveThirdParty publish_notify
1587 syn keyword ngxDirectiveThirdParty drop_idle_publisher
1588 syn keyword ngxDirectiveThirdParty sync
1589 syn keyword ngxDirectiveThirdParty play_restart
1590 syn keyword ngxDirectiveThirdParty idle_streams
1591 syn keyword ngxDirectiveThirdParty record
1592 syn keyword ngxDirectiveThirdParty record_path
1593 syn keyword ngxDirectiveThirdParty record_suffix
1594 syn keyword ngxDirectiveThirdParty record_unique
1595 syn keyword ngxDirectiveThirdParty record_append
1596 syn keyword ngxDirectiveThirdParty record_lock
1597 syn keyword ngxDirectiveThirdParty record_max_size
1598 syn keyword ngxDirectiveThirdParty record_max_frames
1599 syn keyword ngxDirectiveThirdParty record_interval
1600 syn keyword ngxDirectiveThirdParty recorder
1601 syn keyword ngxDirectiveThirdParty record_notify
1602 syn keyword ngxDirectiveThirdParty play
1603 syn keyword ngxDirectiveThirdParty play_temp_path
1604 syn keyword ngxDirectiveThirdParty play_local_path
1605 syn keyword ngxDirectiveThirdParty pull
1606 syn keyword ngxDirectiveThirdParty push
1607 syn keyword ngxDirectiveThirdParty push_reconnect
1608 syn keyword ngxDirectiveThirdParty session_relay
1609 syn keyword ngxDirectiveThirdParty on_connect
1610 syn keyword ngxDirectiveThirdParty on_play
1611 syn keyword ngxDirectiveThirdParty on_publish
1612 syn keyword ngxDirectiveThirdParty on_done
1613 syn keyword ngxDirectiveThirdParty on_play_done
1614 syn keyword ngxDirectiveThirdParty on_publish_done
1615 syn keyword ngxDirectiveThirdParty on_record_done
1616 syn keyword ngxDirectiveThirdParty on_update
1617 syn keyword ngxDirectiveThirdParty notify_update_timeout
1618 syn keyword ngxDirectiveThirdParty notify_update_strict
1619 syn keyword ngxDirectiveThirdParty notify_relay_redirect
1620 syn keyword ngxDirectiveThirdParty notify_method
1621 syn keyword ngxDirectiveThirdParty hls
1622 syn keyword ngxDirectiveThirdParty hls_path
1623 syn keyword ngxDirectiveThirdParty hls_fragment
1624 syn keyword ngxDirectiveThirdParty hls_playlist_length
1625 syn keyword ngxDirectiveThirdParty hls_sync
1626 syn keyword ngxDirectiveThirdParty hls_continuous
1627 syn keyword ngxDirectiveThirdParty hls_nested
1628 syn keyword ngxDirectiveThirdParty hls_base_url
1629 syn keyword ngxDirectiveThirdParty hls_cleanup
1630 syn keyword ngxDirectiveThirdParty hls_fragment_naming
1631 syn keyword ngxDirectiveThirdParty hls_fragment_slicing
1632 syn keyword ngxDirectiveThirdParty hls_variant
1633 syn keyword ngxDirectiveThirdParty hls_type
1634 syn keyword ngxDirectiveThirdParty hls_keys
1635 syn keyword ngxDirectiveThirdParty hls_key_path
1636 syn keyword ngxDirectiveThirdParty hls_key_url
1637 syn keyword ngxDirectiveThirdParty hls_fragments_per_key
1638 syn keyword ngxDirectiveThirdParty dash
1639 syn keyword ngxDirectiveThirdParty dash_path
1640 syn keyword ngxDirectiveThirdParty dash_fragment
1641 syn keyword ngxDirectiveThirdParty dash_playlist_length
1642 syn keyword ngxDirectiveThirdParty dash_nested
1643 syn keyword ngxDirectiveThirdParty dash_cleanup
1644 " syn keyword ngxDirectiveThirdParty access_log
1645 " syn keyword ngxDirectiveThirdParty log_format
1646 syn keyword ngxDirectiveThirdParty max_connections
1647 syn keyword ngxDirectiveThirdParty rtmp_stat
1648 syn keyword ngxDirectiveThirdParty rtmp_stat_stylesheet
1649 syn keyword ngxDirectiveThirdParty rtmp_auto_push
1650 syn keyword ngxDirectiveThirdParty rtmp_auto_push_reconnect
1651 syn keyword ngxDirectiveThirdParty rtmp_socket_dir
1652 syn keyword ngxDirectiveThirdParty rtmp_control
1653
1654 " RTMPT Module <https://github.com/kwojtek/nginx-rtmpt-proxy-module>
1655 " Module for nginx to proxy rtmp using http protocol
1656 syn keyword ngxDirectiveThirdParty rtmpt_proxy_target
1657 syn keyword ngxDirectiveThirdParty rtmpt_proxy_rtmp_timeout
1658 syn keyword ngxDirectiveThirdParty rtmpt_proxy_http_timeout
1659 syn keyword ngxDirectiveThirdParty rtmpt_proxy
1660 syn keyword ngxDirectiveThirdParty rtmpt_proxy_stat
1661 syn keyword ngxDirectiveThirdParty rtmpt_proxy_stylesheet
1662
1663 " Syntactically Awesome Module <https://github.com/mneudert/sass-nginx-module>
1664 " Providing on-the-fly compiling of Sass files as an NGINX module.
1665 syn keyword ngxDirectiveThirdParty sass_compile
1666 syn keyword ngxDirectiveThirdParty sass_error_log
1667 syn keyword ngxDirectiveThirdParty sass_include_path
1668 syn keyword ngxDirectiveThirdParty sass_indent
1669 syn keyword ngxDirectiveThirdParty sass_is_indented_syntax
1670 syn keyword ngxDirectiveThirdParty sass_linefeed
1671 syn keyword ngxDirectiveThirdParty sass_precision
1672 syn keyword ngxDirectiveThirdParty sass_output_style
1673 syn keyword ngxDirectiveThirdParty sass_source_comments
1674 syn keyword ngxDirectiveThirdParty sass_source_map_embed
1675
1676 " Secure Download Module <https://www.nginx.com/resources/wiki/modules/secure_download/>
1677 " Enables you to create links which are only valid until a certain datetime is reached
849 syn keyword ngxDirectiveThirdParty secure_download 1678 syn keyword ngxDirectiveThirdParty secure_download
850 syn keyword ngxDirectiveThirdParty secure_download_fail_location 1679 syn keyword ngxDirectiveThirdParty secure_download_secret
851 syn keyword ngxDirectiveThirdParty secure_download_path_mode 1680 syn keyword ngxDirectiveThirdParty secure_download_path_mode
852 syn keyword ngxDirectiveThirdParty secure_download_secret 1681
853 1682 " Selective Cache Purge Module <https://github.com/wandenberg/nginx-selective-cache-purge-module>
854 " SlowFS Cache Module <http://labs.frickle.com/nginx_ngx_slowfs_cache/> 1683 " A module to purge cache by GLOB patterns. The supported patterns are the same as supported by Redis.
1684 syn keyword ngxDirectiveThirdParty selective_cache_purge_redis_unix_socket
1685 syn keyword ngxDirectiveThirdParty selective_cache_purge_redis_host
1686 syn keyword ngxDirectiveThirdParty selective_cache_purge_redis_port
1687 syn keyword ngxDirectiveThirdParty selective_cache_purge_redis_database
1688 syn keyword ngxDirectiveThirdParty selective_cache_purge_query
1689
1690 " Set cconv Module <https://github.com/liseen/set-cconv-nginx-module>
1691 " Cconv rewrite set commands
1692 syn keyword ngxDirectiveThirdParty set_cconv_to_simp
1693 syn keyword ngxDirectiveThirdParty set_cconv_to_trad
1694 syn keyword ngxDirectiveThirdParty set_pinyin_to_normal
1695
1696 " Set Hash Module <https://github.com/simpl/ngx_http_set_hash>
1697 " Nginx module that allows the setting of variables to the value of a variety of hashes
1698 syn keyword ngxDirectiveThirdParty set_md5
1699 syn keyword ngxDirectiveThirdParty set_md5_upper
1700 syn keyword ngxDirectiveThirdParty set_murmur2
1701 syn keyword ngxDirectiveThirdParty set_murmur2_upper
1702 syn keyword ngxDirectiveThirdParty set_sha1
1703 syn keyword ngxDirectiveThirdParty set_sha1_upper
1704
1705 " Set Lang Module <https://github.com/simpl/ngx_http_set_lang>
1706 " Provides a variety of ways for setting a variable denoting the langauge that content should be returned in.
1707 syn keyword ngxDirectiveThirdParty set_lang
1708 syn keyword ngxDirectiveThirdParty set_lang_method
1709 syn keyword ngxDirectiveThirdParty lang_cookie
1710 syn keyword ngxDirectiveThirdParty lang_get_var
1711 syn keyword ngxDirectiveThirdParty lang_list
1712 syn keyword ngxDirectiveThirdParty lang_post_var
1713 syn keyword ngxDirectiveThirdParty lang_host
1714 syn keyword ngxDirectiveThirdParty lang_referer
1715
1716 " Set Misc Module <https://github.com/openresty/set-misc-nginx-module>
1717 " Various set_xxx directives added to nginx's rewrite module
1718 syn keyword ngxDirectiveThirdParty set_if_empty
1719 syn keyword ngxDirectiveThirdParty set_quote_sql_str
1720 syn keyword ngxDirectiveThirdParty set_quote_pgsql_str
1721 syn keyword ngxDirectiveThirdParty set_quote_json_str
1722 syn keyword ngxDirectiveThirdParty set_unescape_uri
1723 syn keyword ngxDirectiveThirdParty set_escape_uri
1724 syn keyword ngxDirectiveThirdParty set_hashed_upstream
1725 syn keyword ngxDirectiveThirdParty set_encode_base32
1726 syn keyword ngxDirectiveThirdParty set_base32_padding
1727 syn keyword ngxDirectiveThirdParty set_misc_base32_padding
1728 syn keyword ngxDirectiveThirdParty set_base32_alphabet
1729 syn keyword ngxDirectiveThirdParty set_decode_base32
1730 syn keyword ngxDirectiveThirdParty set_encode_base64
1731 syn keyword ngxDirectiveThirdParty set_decode_base64
1732 syn keyword ngxDirectiveThirdParty set_encode_hex
1733 syn keyword ngxDirectiveThirdParty set_decode_hex
1734 syn keyword ngxDirectiveThirdParty set_sha1
1735 syn keyword ngxDirectiveThirdParty set_md5
1736 syn keyword ngxDirectiveThirdParty set_hmac_sha1
1737 syn keyword ngxDirectiveThirdParty set_random
1738 syn keyword ngxDirectiveThirdParty set_secure_random_alphanum
1739 syn keyword ngxDirectiveThirdParty set_secure_random_lcalpha
1740 syn keyword ngxDirectiveThirdParty set_rotate
1741 syn keyword ngxDirectiveThirdParty set_local_today
1742 syn keyword ngxDirectiveThirdParty set_formatted_gmt_time
1743 syn keyword ngxDirectiveThirdParty set_formatted_local_time
1744
1745 " SFlow Module <https://github.com/sflow/nginx-sflow-module>
1746 " A binary, random-sampling nginx module designed for: lightweight, centralized, continuous, real-time monitoring of very large and very busy web farms.
1747 syn keyword ngxDirectiveThirdParty sflow
1748
1749 " Shibboleth Module <https://github.com/nginx-shib/nginx-http-shibboleth>
1750 " Shibboleth auth request module for nginx
1751 syn keyword ngxDirectiveThirdParty shib_request
1752 syn keyword ngxDirectiveThirdParty shib_request_set
1753 syn keyword ngxDirectiveThirdParty shib_request_use_headers
1754
1755 " Slice Module <https://github.com/alibaba/nginx-http-slice>
1756 " Nginx module for serving a file in slices (reverse byte-range)
1757 " syn keyword ngxDirectiveThirdParty slice
1758 syn keyword ngxDirectiveThirdParty slice_arg_begin
1759 syn keyword ngxDirectiveThirdParty slice_arg_end
1760 syn keyword ngxDirectiveThirdParty slice_header
1761 syn keyword ngxDirectiveThirdParty slice_footer
1762 syn keyword ngxDirectiveThirdParty slice_header_first
1763 syn keyword ngxDirectiveThirdParty slice_footer_last
1764
1765 " SlowFS Cache Module <https://github.com/FRiCKLE/ngx_slowfs_cache/>
855 " Module adding ability to cache static files. 1766 " Module adding ability to cache static files.
856 syn keyword ngxDirectiveThirdParty slowfs_big_file_size 1767 syn keyword ngxDirectiveThirdParty slowfs_big_file_size
857 syn keyword ngxDirectiveThirdParty slowfs_cache 1768 syn keyword ngxDirectiveThirdParty slowfs_cache
858 syn keyword ngxDirectiveThirdParty slowfs_cache_key 1769 syn keyword ngxDirectiveThirdParty slowfs_cache_key
859 syn keyword ngxDirectiveThirdParty slowfs_cache_min_uses 1770 syn keyword ngxDirectiveThirdParty slowfs_cache_min_uses
860 syn keyword ngxDirectiveThirdParty slowfs_cache_path 1771 syn keyword ngxDirectiveThirdParty slowfs_cache_path
861 syn keyword ngxDirectiveThirdParty slowfs_cache_purge 1772 syn keyword ngxDirectiveThirdParty slowfs_cache_purge
862 syn keyword ngxDirectiveThirdParty slowfs_cache_valid 1773 syn keyword ngxDirectiveThirdParty slowfs_cache_valid
863 syn keyword ngxDirectiveThirdParty slowfs_temp_path 1774 syn keyword ngxDirectiveThirdParty slowfs_temp_path
864 1775
865 " Strip Module <http://wiki.nginx.org/NginxHttpStripModule> 1776 " Small Light Module <https://github.com/cubicdaiya/ngx_small_light>
1777 " Dynamic Image Transformation Module For nginx.
1778 syn keyword ngxDirectiveThirdParty small_light
1779 syn keyword ngxDirectiveThirdParty small_light_getparam_mode
1780 syn keyword ngxDirectiveThirdParty small_light_material_dir
1781 syn keyword ngxDirectiveThirdParty small_light_pattern_define
1782 syn keyword ngxDirectiveThirdParty small_light_radius_max
1783 syn keyword ngxDirectiveThirdParty small_light_sigma_max
1784 syn keyword ngxDirectiveThirdParty small_light_imlib2_temp_dir
1785 syn keyword ngxDirectiveThirdParty small_light_buffer
1786
1787 " Sorted Querystring Filter Module <https://github.com/wandenberg/nginx-sorted-querystring-module>
1788 " Nginx module to expose querystring parameters sorted in a variable to be used on cache_key as example
1789 syn keyword ngxDirectiveThirdParty sorted_querystring_filter_parameter
1790
1791 " Sphinx2 Module <https://github.com/reeteshranjan/sphinx2-nginx-module>
1792 " Nginx upstream module for Sphinx 2.x
1793 syn keyword ngxDirectiveThirdParty sphinx2_pass
1794 syn keyword ngxDirectiveThirdParty sphinx2_bind
1795 syn keyword ngxDirectiveThirdParty sphinx2_connect_timeout
1796 syn keyword ngxDirectiveThirdParty sphinx2_send_timeout
1797 syn keyword ngxDirectiveThirdParty sphinx2_buffer_size
1798 syn keyword ngxDirectiveThirdParty sphinx2_read_timeout
1799 syn keyword ngxDirectiveThirdParty sphinx2_next_upstream
1800
1801 " HTTP SPNEGO auth Module <https://github.com/stnoonan/spnego-http-auth-nginx-module>
1802 " This module implements adds SPNEGO support to nginx(http://nginx.org). It currently supports only Kerberos authentication via GSSAPI
1803 syn keyword ngxDirectiveThirdParty auth_gss
1804 syn keyword ngxDirectiveThirdParty auth_gss_keytab
1805 syn keyword ngxDirectiveThirdParty auth_gss_realm
1806 syn keyword ngxDirectiveThirdParty auth_gss_service_name
1807 syn keyword ngxDirectiveThirdParty auth_gss_authorized_principal
1808 syn keyword ngxDirectiveThirdParty auth_gss_allow_basic_fallback
1809
1810 " SR Cache Module <https://github.com/openresty/srcache-nginx-module>
1811 " Transparent subrequest-based caching layout for arbitrary nginx locations
1812 syn keyword ngxDirectiveThirdParty srcache_fetch
1813 syn keyword ngxDirectiveThirdParty srcache_fetch_skip
1814 syn keyword ngxDirectiveThirdParty srcache_store
1815 syn keyword ngxDirectiveThirdParty srcache_store_max_size
1816 syn keyword ngxDirectiveThirdParty srcache_store_skip
1817 syn keyword ngxDirectiveThirdParty srcache_store_statuses
1818 syn keyword ngxDirectiveThirdParty srcache_store_ranges
1819 syn keyword ngxDirectiveThirdParty srcache_header_buffer_size
1820 syn keyword ngxDirectiveThirdParty srcache_store_hide_header
1821 syn keyword ngxDirectiveThirdParty srcache_store_pass_header
1822 syn keyword ngxDirectiveThirdParty srcache_methods
1823 syn keyword ngxDirectiveThirdParty srcache_ignore_content_encoding
1824 syn keyword ngxDirectiveThirdParty srcache_request_cache_control
1825 syn keyword ngxDirectiveThirdParty srcache_response_cache_control
1826 syn keyword ngxDirectiveThirdParty srcache_store_no_store
1827 syn keyword ngxDirectiveThirdParty srcache_store_no_cache
1828 syn keyword ngxDirectiveThirdParty srcache_store_private
1829 syn keyword ngxDirectiveThirdParty srcache_default_expire
1830 syn keyword ngxDirectiveThirdParty srcache_max_expire
1831
1832 " SSSD Info Module <https://github.com/veruu/ngx_sssd_info>
1833 " Retrives additional attributes from SSSD for current authentizated user
1834 syn keyword ngxDirectiveThirdParty sssd_info
1835 syn keyword ngxDirectiveThirdParty sssd_info_output_to
1836 syn keyword ngxDirectiveThirdParty sssd_info_groups
1837 syn keyword ngxDirectiveThirdParty sssd_info_group
1838 syn keyword ngxDirectiveThirdParty sssd_info_group_separator
1839 syn keyword ngxDirectiveThirdParty sssd_info_attributes
1840 syn keyword ngxDirectiveThirdParty sssd_info_attribute
1841 syn keyword ngxDirectiveThirdParty sssd_info_attribute_separator
1842
1843 " Static Etags Module <https://github.com/mikewest/nginx-static-etags>
1844 " Generate etags for static content
1845 syn keyword ngxDirectiveThirdParty FileETag
1846
1847 " Statsd Module <https://github.com/zebrafishlabs/nginx-statsd>
1848 " An nginx module for sending statistics to statsd
1849 syn keyword ngxDirectiveThirdParty statsd_server
1850 syn keyword ngxDirectiveThirdParty statsd_sample_rate
1851 syn keyword ngxDirectiveThirdParty statsd_count
1852 syn keyword ngxDirectiveThirdParty statsd_timing
1853
1854 " Sticky Module <https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng>
1855 " Add a sticky cookie to be always forwarded to the same upstream server
1856 " syn keyword ngxDirectiveThirdParty sticky
1857
1858 " Stream Echo Module <https://github.com/openresty/stream-echo-nginx-module>
1859 " TCP/stream echo module for NGINX (a port of ngx_http_echo_module)
1860 syn keyword ngxDirectiveThirdParty echo
1861 syn keyword ngxDirectiveThirdParty echo_duplicate
1862 syn keyword ngxDirectiveThirdParty echo_flush_wait
1863 syn keyword ngxDirectiveThirdParty echo_sleep
1864 syn keyword ngxDirectiveThirdParty echo_send_timeout
1865 syn keyword ngxDirectiveThirdParty echo_read_bytes
1866 syn keyword ngxDirectiveThirdParty echo_read_line
1867 syn keyword ngxDirectiveThirdParty echo_request_data
1868 syn keyword ngxDirectiveThirdParty echo_discard_request
1869 syn keyword ngxDirectiveThirdParty echo_read_buffer_size
1870 syn keyword ngxDirectiveThirdParty echo_read_timeout
1871 syn keyword ngxDirectiveThirdParty echo_client_error_log_level
1872 syn keyword ngxDirectiveThirdParty echo_lingering_close
1873 syn keyword ngxDirectiveThirdParty echo_lingering_time
1874 syn keyword ngxDirectiveThirdParty echo_lingering_timeout
1875
1876 " Stream Lua Module <https://github.com/openresty/stream-lua-nginx-module>
1877 " Embed the power of Lua into Nginx stream/TCP Servers.
1878 syn keyword ngxDirectiveThirdParty lua_resolver
1879 syn keyword ngxDirectiveThirdParty lua_resolver_timeout
1880 syn keyword ngxDirectiveThirdParty lua_lingering_close
1881 syn keyword ngxDirectiveThirdParty lua_lingering_time
1882 syn keyword ngxDirectiveThirdParty lua_lingering_timeout
1883
1884 " Stream Upsync Module <https://github.com/xiaokai-wang/nginx-stream-upsync-module>
1885 " Sync upstreams from consul or others, dynamiclly modify backend-servers attribute(weight, max_fails,...), needn't reload nginx.
1886 syn keyword ngxDirectiveThirdParty upsync
1887 syn keyword ngxDirectiveThirdParty upsync_dump_path
1888 syn keyword ngxDirectiveThirdParty upsync_lb
1889 syn keyword ngxDirectiveThirdParty upsync_show
1890
1891 " Strip Module <https://github.com/evanmiller/mod_strip>
866 " Whitespace remover. 1892 " Whitespace remover.
867 syn keyword ngxDirectiveThirdParty strip 1893 syn keyword ngxDirectiveThirdParty strip
868 1894
869 " Substitutions Module <http://wiki.nginx.org/NginxHttpSubsModule> 1895 " Subrange Module <https://github.com/Qihoo360/ngx_http_subrange_module>
1896 " Split one big HTTP/Range request to multiple subrange requesets
1897 syn keyword ngxDirectiveThirdParty subrange
1898
1899 " Substitutions Module <https://www.nginx.com/resources/wiki/modules/substitutions/>
870 " A filter module which can do both regular expression and fixed string substitutions on response bodies. 1900 " A filter module which can do both regular expression and fixed string substitutions on response bodies.
871 syn keyword ngxDirectiveThirdParty subs_filter 1901 syn keyword ngxDirectiveThirdParty subs_filter
872 syn keyword ngxDirectiveThirdParty subs_filter_types 1902 syn keyword ngxDirectiveThirdParty subs_filter_types
873 1903
874 " Supervisord Module <http://labs.frickle.com/nginx_ngx_supervisord/> 1904 " Summarizer Module <https://github.com/reeteshranjan/summarizer-nginx-module>
1905 " Upstream nginx module to get summaries of documents using the summarizer daemon service
1906 syn keyword ngxDirectiveThirdParty smrzr_filename
1907 syn keyword ngxDirectiveThirdParty smrzr_ratio
1908
1909 " Supervisord Module <https://github.com/FRiCKLE/ngx_supervisord/>
875 " Module providing nginx with API to communicate with supervisord and manage (start/stop) backends on-demand. 1910 " Module providing nginx with API to communicate with supervisord and manage (start/stop) backends on-demand.
876 syn keyword ngxDirectiveThirdParty supervisord 1911 syn keyword ngxDirectiveThirdParty supervisord
877 syn keyword ngxDirectiveThirdParty supervisord_inherit_backend_status 1912 syn keyword ngxDirectiveThirdParty supervisord_inherit_backend_status
878 syn keyword ngxDirectiveThirdParty supervisord_name 1913 syn keyword ngxDirectiveThirdParty supervisord_name
879 syn keyword ngxDirectiveThirdParty supervisord_start 1914 syn keyword ngxDirectiveThirdParty supervisord_start
880 syn keyword ngxDirectiveThirdParty supervisord_stop 1915 syn keyword ngxDirectiveThirdParty supervisord_stop
881 1916
882 " Upload Module <http://www.grid.net.ru/nginx/upload.en.html> 1917 " Tarantool Upstream Module <https://github.com/tarantool/nginx_upstream_module>
883 " Parses multipart/form-data allowing arbitrary handling of uploaded files. 1918 " Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
884 syn keyword ngxDirectiveThirdParty upload_aggregate_form_field 1919 syn keyword ngxDirectiveThirdParty tnt_pass
885 syn keyword ngxDirectiveThirdParty upload_buffer_size 1920 syn keyword ngxDirectiveThirdParty tnt_http_methods
886 syn keyword ngxDirectiveThirdParty upload_cleanup 1921 syn keyword ngxDirectiveThirdParty tnt_http_rest_methods
887 syn keyword ngxDirectiveThirdParty upload_limit_rate 1922 syn keyword ngxDirectiveThirdParty tnt_pass_http_request
888 syn keyword ngxDirectiveThirdParty upload_max_file_size 1923 syn keyword ngxDirectiveThirdParty tnt_pass_http_request_buffer_size
889 syn keyword ngxDirectiveThirdParty upload_max_output_body_len 1924 syn keyword ngxDirectiveThirdParty tnt_method
890 syn keyword ngxDirectiveThirdParty upload_max_part_header_len 1925 syn keyword ngxDirectiveThirdParty tnt_http_allowed_methods - experemental
891 syn keyword ngxDirectiveThirdParty upload_pass 1926 syn keyword ngxDirectiveThirdParty tnt_send_timeout
892 syn keyword ngxDirectiveThirdParty upload_pass_args 1927 syn keyword ngxDirectiveThirdParty tnt_read_timeout
893 syn keyword ngxDirectiveThirdParty upload_pass_form_field 1928 syn keyword ngxDirectiveThirdParty tnt_buffer_size
894 syn keyword ngxDirectiveThirdParty upload_set_form_field 1929 syn keyword ngxDirectiveThirdParty tnt_next_upstream
895 syn keyword ngxDirectiveThirdParty upload_store 1930 syn keyword ngxDirectiveThirdParty tnt_connect_timeout
896 syn keyword ngxDirectiveThirdParty upload_store_access 1931 syn keyword ngxDirectiveThirdParty tnt_next_upstream
897 1932 syn keyword ngxDirectiveThirdParty tnt_next_upstream_tries
898 " Upload Progress Module <http://wiki.nginx.org/NginxHttpUploadProgressModule> 1933 syn keyword ngxDirectiveThirdParty tnt_next_upstream_timeout
899 " Tracks and reports upload progress. 1934
1935 " TCP Proxy Module <http://yaoweibin.github.io/nginx_tcp_proxy_module/>
1936 " Add the feature of tcp proxy with nginx, with health check and status monitor
1937 syn keyword ngxDirectiveBlock tcp
1938 " syn keyword ngxDirectiveThirdParty server
1939 " syn keyword ngxDirectiveThirdParty listen
1940 " syn keyword ngxDirectiveThirdParty allow
1941 " syn keyword ngxDirectiveThirdParty deny
1942 " syn keyword ngxDirectiveThirdParty so_keepalive
1943 " syn keyword ngxDirectiveThirdParty tcp_nodelay
1944 " syn keyword ngxDirectiveThirdParty timeout
1945 " syn keyword ngxDirectiveThirdParty server_name
1946 " syn keyword ngxDirectiveThirdParty resolver
1947 " syn keyword ngxDirectiveThirdParty resolver_timeout
1948 " syn keyword ngxDirectiveThirdParty upstream
1949 syn keyword ngxDirectiveThirdParty check
1950 syn keyword ngxDirectiveThirdParty check_http_send
1951 syn keyword ngxDirectiveThirdParty check_http_expect_alive
1952 syn keyword ngxDirectiveThirdParty check_smtp_send
1953 syn keyword ngxDirectiveThirdParty check_smtp_expect_alive
1954 syn keyword ngxDirectiveThirdParty check_shm_size
1955 syn keyword ngxDirectiveThirdParty check_status
1956 " syn keyword ngxDirectiveThirdParty ip_hash
1957 " syn keyword ngxDirectiveThirdParty proxy_pass
1958 " syn keyword ngxDirectiveThirdParty proxy_buffer
1959 " syn keyword ngxDirectiveThirdParty proxy_connect_timeout
1960 " syn keyword ngxDirectiveThirdParty proxy_read_timeout
1961 syn keyword ngxDirectiveThirdParty proxy_write_timeout
1962
1963 " Testcookie Module <https://github.com/kyprizel/testcookie-nginx-module>
1964 " NGINX module for L7 DDoS attack mitigation
1965 syn keyword ngxDirectiveThirdParty testcookie
1966 syn keyword ngxDirectiveThirdParty testcookie_name
1967 syn keyword ngxDirectiveThirdParty testcookie_domain
1968 syn keyword ngxDirectiveThirdParty testcookie_expires
1969 syn keyword ngxDirectiveThirdParty testcookie_path
1970 syn keyword ngxDirectiveThirdParty testcookie_secret
1971 syn keyword ngxDirectiveThirdParty testcookie_session
1972 syn keyword ngxDirectiveThirdParty testcookie_arg
1973 syn keyword ngxDirectiveThirdParty testcookie_max_attempts
1974 syn keyword ngxDirectiveThirdParty testcookie_p3p
1975 syn keyword ngxDirectiveThirdParty testcookie_fallback
1976 syn keyword ngxDirectiveThirdParty testcookie_whitelist
1977 syn keyword ngxDirectiveThirdParty testcookie_pass
1978 syn keyword ngxDirectiveThirdParty testcookie_redirect_via_refresh
1979 syn keyword ngxDirectiveThirdParty testcookie_refresh_template
1980 syn keyword ngxDirectiveThirdParty testcookie_refresh_status
1981 syn keyword ngxDirectiveThirdParty testcookie_deny_keepalive
1982 syn keyword ngxDirectiveThirdParty testcookie_get_only
1983 syn keyword ngxDirectiveThirdParty testcookie_https_location
1984 syn keyword ngxDirectiveThirdParty testcookie_refresh_encrypt_cookie
1985 syn keyword ngxDirectiveThirdParty testcookie_refresh_encrypt_cookie_key
1986 syn keyword ngxDirectiveThirdParty testcookie_refresh_encrypt_iv
1987 syn keyword ngxDirectiveThirdParty testcookie_internal
1988 syn keyword ngxDirectiveThirdParty testcookie_httponly_flag
1989 syn keyword ngxDirectiveThirdParty testcookie_secure_flag
1990
1991 " Types Filter Module <https://github.com/flygoast/ngx_http_types_filter>
1992 " Change the `Content-Type` output header depending on an extension variable according to a condition specified in the 'if' clause.
1993 syn keyword ngxDirectiveThirdParty types_filter
1994 syn keyword ngxDirectiveThirdParty types_filter_use_default
1995
1996 " Unzip Module <https://github.com/youzee/nginx-unzip-module>
1997 " Enabling fetching of files that are stored in zipped archives.
1998 syn keyword ngxDirectiveThirdParty file_in_unzip_archivefile
1999 syn keyword ngxDirectiveThirdParty file_in_unzip_extract
2000 syn keyword ngxDirectiveThirdParty file_in_unzip
2001
2002 " Upload Progress Module <https://www.nginx.com/resources/wiki/modules/upload_progress/>
2003 " An upload progress system, that monitors RFC1867 POST upload as they are transmitted to upstream servers
2004 syn keyword ngxDirectiveThirdParty upload_progress
2005 syn keyword ngxDirectiveThirdParty track_uploads
900 syn keyword ngxDirectiveThirdParty report_uploads 2006 syn keyword ngxDirectiveThirdParty report_uploads
901 syn keyword ngxDirectiveThirdParty track_uploads
902 syn keyword ngxDirectiveThirdParty upload_progress
903 syn keyword ngxDirectiveThirdParty upload_progress_content_type 2007 syn keyword ngxDirectiveThirdParty upload_progress_content_type
904 syn keyword ngxDirectiveThirdParty upload_progress_header 2008 syn keyword ngxDirectiveThirdParty upload_progress_header
2009 syn keyword ngxDirectiveThirdParty upload_progress_jsonp_parameter
905 syn keyword ngxDirectiveThirdParty upload_progress_json_output 2010 syn keyword ngxDirectiveThirdParty upload_progress_json_output
2011 syn keyword ngxDirectiveThirdParty upload_progress_jsonp_output
906 syn keyword ngxDirectiveThirdParty upload_progress_template 2012 syn keyword ngxDirectiveThirdParty upload_progress_template
907 2013
908 " Upstream Fair Balancer <http://wiki.nginx.org/NginxHttpUpstreamFairModule> 2014 " Upload Module <https://www.nginx.com/resources/wiki/modules/upload/>
909 " Sends an incoming request to the least-busy backend server, rather than distributing requests round-robin. 2015 " Parses request body storing all files being uploaded to a directory specified by upload_store directive
2016 syn keyword ngxDirectiveThirdParty upload_pass
2017 syn keyword ngxDirectiveThirdParty upload_resumable
2018 syn keyword ngxDirectiveThirdParty upload_store
2019 syn keyword ngxDirectiveThirdParty upload_state_store
2020 syn keyword ngxDirectiveThirdParty upload_store_access
2021 syn keyword ngxDirectiveThirdParty upload_set_form_field
2022 syn keyword ngxDirectiveThirdParty upload_aggregate_form_field
2023 syn keyword ngxDirectiveThirdParty upload_pass_form_field
2024 syn keyword ngxDirectiveThirdParty upload_cleanup
2025 syn keyword ngxDirectiveThirdParty upload_buffer_size
2026 syn keyword ngxDirectiveThirdParty upload_max_part_header_len
2027 syn keyword ngxDirectiveThirdParty upload_max_file_size
2028 syn keyword ngxDirectiveThirdParty upload_limit_rate
2029 syn keyword ngxDirectiveThirdParty upload_max_output_body_len
2030 syn keyword ngxDirectiveThirdParty upload_tame_arrays
2031 syn keyword ngxDirectiveThirdParty upload_pass_args
2032
2033 " Upstream Fair Module <https://github.com/gnosek/nginx-upstream-fair>
2034 " The fair load balancer module for nginx http://nginx.localdomain.pl
910 syn keyword ngxDirectiveThirdParty fair 2035 syn keyword ngxDirectiveThirdParty fair
911 syn keyword ngxDirectiveThirdParty upstream_fair_shm_size 2036 syn keyword ngxDirectiveThirdParty upstream_fair_shm_size
912 2037
913 " Upstream Consistent Hash <http://wiki.nginx.org/NginxHttpUpstreamConsistentHash> 2038 " Upstream Hash Module (DEPRECATED) <http://wiki.nginx.org/NginxHttpUpstreamRequestHashModule>
914 " Select backend based on Consistent hash ring.
915 syn keyword ngxDirectiveThirdParty consistent_hash
916
917 " Upstream Hash Module <http://wiki.nginx.org/NginxHttpUpstreamRequestHashModule>
918 " Provides simple upstream load distribution by hashing a configurable variable. 2039 " Provides simple upstream load distribution by hashing a configurable variable.
919 syn keyword ngxDirectiveThirdParty hash 2040 " syn keyword ngxDirectiveDeprecated hash
920 syn keyword ngxDirectiveThirdParty hash_again 2041 syn keyword ngxDirectiveDeprecated hash_again
921 2042
922 " XSS Module <http://github.com/agentzh/xss-nginx-module> 2043 " Upstream Domain Resolve Module <https://www.nginx.com/resources/wiki/modules/domain_resolve/>
2044 " A load-balancer that resolves an upstream domain name asynchronously.
2045 syn keyword ngxDirectiveThirdParty jdomain
2046
2047 " Upsync Module <https://github.com/weibocom/nginx-upsync-module>
2048 " Sync upstreams from consul or others, dynamiclly modify backend-servers attribute(weight, max_fails,...), needn't reload nginx
2049 syn keyword ngxDirectiveThirdParty upsync
2050 syn keyword ngxDirectiveThirdParty upsync_dump_path
2051 syn keyword ngxDirectiveThirdParty upsync_lb
2052 syn keyword ngxDirectiveThirdParty upstream_show
2053
2054 " URL Module <https://github.com/vozlt/nginx-module-url>
2055 " Nginx url encoding converting module
2056 syn keyword ngxDirectiveThirdParty url_encoding_convert
2057 syn keyword ngxDirectiveThirdParty url_encoding_convert_from
2058 syn keyword ngxDirectiveThirdParty url_encoding_convert_to
2059
2060 " User Agent Module <https://github.com/alibaba/nginx-http-user-agent>
2061 " Match browsers and crawlers
2062 syn keyword ngxDirectiveThirdParty user_agent
2063
2064 " Upstrema Ketama Chash Module <https://github.com/flygoast/ngx_http_upstream_ketama_chash>
2065 " Nginx load-balancer module implementing ketama consistent hashing.
2066 syn keyword ngxDirectiveThirdParty ketama_chash
2067
2068 " Video Thumbextractor Module <https://github.com/wandenberg/nginx-video-thumbextractor-module>
2069 " Extract thumbs from a video file
2070 syn keyword ngxDirectiveThirdParty video_thumbextractor
2071 syn keyword ngxDirectiveThirdParty video_thumbextractor_video_filename
2072 syn keyword ngxDirectiveThirdParty video_thumbextractor_video_second
2073 syn keyword ngxDirectiveThirdParty video_thumbextractor_image_width
2074 syn keyword ngxDirectiveThirdParty video_thumbextractor_image_height
2075 syn keyword ngxDirectiveThirdParty video_thumbextractor_only_keyframe
2076 syn keyword ngxDirectiveThirdParty video_thumbextractor_next_time
2077 syn keyword ngxDirectiveThirdParty video_thumbextractor_tile_rows
2078 syn keyword ngxDirectiveThirdParty video_thumbextractor_tile_cols
2079 syn keyword ngxDirectiveThirdParty video_thumbextractor_tile_max_rows
2080 syn keyword ngxDirectiveThirdParty video_thumbextractor_tile_max_cols
2081 syn keyword ngxDirectiveThirdParty video_thumbextractor_tile_sample_interval
2082 syn keyword ngxDirectiveThirdParty video_thumbextractor_tile_color
2083 syn keyword ngxDirectiveThirdParty video_thumbextractor_tile_margin
2084 syn keyword ngxDirectiveThirdParty video_thumbextractor_tile_padding
2085 syn keyword ngxDirectiveThirdParty video_thumbextractor_threads
2086 syn keyword ngxDirectiveThirdParty video_thumbextractor_processes_per_worker
2087
2088 " Eval Module <http://www.grid.net.ru/nginx/eval.en.html>
2089 " Module for nginx web server evaluates response of proxy or memcached module into variables.
2090 syn keyword ngxDirectiveThirdParty eval
2091 syn keyword ngxDirectiveThirdParty eval_escalate
2092 syn keyword ngxDirectiveThirdParty eval_override_content_type
2093
2094 " VTS Module <https://github.com/vozlt/nginx-module-vts>
2095 " Nginx virtual host traffic status module
2096 syn keyword ngxDirectiveThirdParty vhost_traffic_status
2097 syn keyword ngxDirectiveThirdParty vhost_traffic_status_zone
2098 syn keyword ngxDirectiveThirdParty vhost_traffic_status_display
2099 syn keyword ngxDirectiveThirdParty vhost_traffic_status_display_format
2100 syn keyword ngxDirectiveThirdParty vhost_traffic_status_display_jsonp
2101 syn keyword ngxDirectiveThirdParty vhost_traffic_status_filter
2102 syn keyword ngxDirectiveThirdParty vhost_traffic_status_filter_by_host
2103 syn keyword ngxDirectiveThirdParty vhost_traffic_status_filter_by_set_key
2104 syn keyword ngxDirectiveThirdParty vhost_traffic_status_filter_check_duplicate
2105 syn keyword ngxDirectiveThirdParty vhost_traffic_status_limit
2106 syn keyword ngxDirectiveThirdParty vhost_traffic_status_limit_traffic
2107 syn keyword ngxDirectiveThirdParty vhost_traffic_status_limit_traffic_by_set_key
2108 syn keyword ngxDirectiveThirdParty vhost_traffic_status_limit_check_duplicate
2109
2110 " XSS Module <https://github.com/openresty/xss-nginx-module>
923 " Native support for cross-site scripting (XSS) in an nginx. 2111 " Native support for cross-site scripting (XSS) in an nginx.
2112 syn keyword ngxDirectiveThirdParty xss_get
924 syn keyword ngxDirectiveThirdParty xss_callback_arg 2113 syn keyword ngxDirectiveThirdParty xss_callback_arg
925 syn keyword ngxDirectiveThirdParty xss_get 2114 syn keyword ngxDirectiveThirdParty xss_override_status
2115 syn keyword ngxDirectiveThirdParty xss_check_status
926 syn keyword ngxDirectiveThirdParty xss_input_types 2116 syn keyword ngxDirectiveThirdParty xss_input_types
927 syn keyword ngxDirectiveThirdParty xss_output_type 2117
2118 " ZIP Module <https://www.nginx.com/resources/wiki/modules/zip/>
2119 " ZIP archiver for nginx
2120
928 2121
929 " highlight 2122 " highlight
930 2123
931 hi link ngxComment Comment 2124 hi link ngxComment Comment
932 hi link ngxVariable Identifier 2125 hi link ngxVariable Identifier