Mercurial > ec-dotfiles
comparison vendor/vim-syntax/nginx.vim @ 623:0f0bdbd8d37d
Update syntax files
Additionally nginx repo fixed their cookie thingie.
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 04 Mar 2019 20:01:03 +0900 |
parents | b305f2ce5f88 |
children | 035b23bb15da |
comparison
equal
deleted
inserted
replaced
622:1002aff7e865 | 623:0f0bdbd8d37d |
---|---|
106 syn keyword ngxDirectiveControl contained set | 106 syn keyword ngxDirectiveControl contained set |
107 | 107 |
108 syn keyword ngxDirectiveError contained error_page | 108 syn keyword ngxDirectiveError contained error_page |
109 syn keyword ngxDirectiveError contained post_action | 109 syn keyword ngxDirectiveError contained post_action |
110 | 110 |
111 syn keyword ngxDirectiveDeprecated contained limit_zone | |
111 syn keyword ngxDirectiveDeprecated contained proxy_downstream_buffer | 112 syn keyword ngxDirectiveDeprecated contained proxy_downstream_buffer |
112 syn keyword ngxDirectiveDeprecated contained proxy_upstream_buffer | 113 syn keyword ngxDirectiveDeprecated contained proxy_upstream_buffer |
113 syn keyword ngxDirectiveDeprecated contained spdy_chunk_size | 114 syn keyword ngxDirectiveDeprecated contained spdy_chunk_size |
114 syn keyword ngxDirectiveDeprecated contained spdy_headers_comp | 115 syn keyword ngxDirectiveDeprecated contained spdy_headers_comp |
115 syn keyword ngxDirectiveDeprecated contained spdy_keepalive_timeout | 116 syn keyword ngxDirectiveDeprecated contained spdy_keepalive_timeout |
116 syn keyword ngxDirectiveDeprecated contained spdy_max_concurrent_streams | 117 syn keyword ngxDirectiveDeprecated contained spdy_max_concurrent_streams |
117 syn keyword ngxDirectiveDeprecated contained spdy_pool_size | 118 syn keyword ngxDirectiveDeprecated contained spdy_pool_size |
118 syn keyword ngxDirectiveDeprecated contained spdy_recv_buffer_size | 119 syn keyword ngxDirectiveDeprecated contained spdy_recv_buffer_size |
119 syn keyword ngxDirectiveDeprecated contained spdy_recv_timeout | 120 syn keyword ngxDirectiveDeprecated contained spdy_recv_timeout |
120 syn keyword ngxDirectiveDeprecated contained spdy_streams_index_size | 121 syn keyword ngxDirectiveDeprecated contained spdy_streams_index_size |
122 syn keyword ngxDirectiveDeprecated contained ssl | |
121 syn keyword ngxDirectiveDeprecated contained upstream_conf | 123 syn keyword ngxDirectiveDeprecated contained upstream_conf |
122 | 124 |
123 syn keyword ngxDirective contained absolute_redirect | 125 syn keyword ngxDirective contained absolute_redirect |
124 syn keyword ngxDirective contained accept_mutex | 126 syn keyword ngxDirective contained accept_mutex |
125 syn keyword ngxDirective contained accept_mutex_delay | 127 syn keyword ngxDirective contained accept_mutex_delay |
134 syn keyword ngxDirective contained aio_write | 136 syn keyword ngxDirective contained aio_write |
135 syn keyword ngxDirective contained alias | 137 syn keyword ngxDirective contained alias |
136 syn keyword ngxDirective contained allow | 138 syn keyword ngxDirective contained allow |
137 syn keyword ngxDirective contained ancient_browser | 139 syn keyword ngxDirective contained ancient_browser |
138 syn keyword ngxDirective contained ancient_browser_value | 140 syn keyword ngxDirective contained ancient_browser_value |
141 syn keyword ngxDirective contained api | |
139 syn keyword ngxDirective contained auth_basic | 142 syn keyword ngxDirective contained auth_basic |
140 syn keyword ngxDirective contained auth_basic_user_file | 143 syn keyword ngxDirective contained auth_basic_user_file |
141 syn keyword ngxDirective contained auth_http | 144 syn keyword ngxDirective contained auth_http |
142 syn keyword ngxDirective contained auth_http_header | 145 syn keyword ngxDirective contained auth_http_header |
143 syn keyword ngxDirective contained auth_http_pass_client_cert | 146 syn keyword ngxDirective contained auth_http_pass_client_cert |
144 syn keyword ngxDirective contained auth_http_timeout | 147 syn keyword ngxDirective contained auth_http_timeout |
145 syn keyword ngxDirective contained auth_jwt | 148 syn keyword ngxDirective contained auth_jwt |
149 syn keyword ngxDirective contained auth_jwt_claim_set | |
150 syn keyword ngxDirective contained auth_jwt_header_set | |
146 syn keyword ngxDirective contained auth_jwt_key_file | 151 syn keyword ngxDirective contained auth_jwt_key_file |
152 syn keyword ngxDirective contained auth_jwt_key_request | |
153 syn keyword ngxDirective contained auth_jwt_leeway | |
147 syn keyword ngxDirective contained auth_request | 154 syn keyword ngxDirective contained auth_request |
148 syn keyword ngxDirective contained auth_request_set | 155 syn keyword ngxDirective contained auth_request_set |
149 syn keyword ngxDirective contained autoindex | 156 syn keyword ngxDirective contained autoindex |
150 syn keyword ngxDirective contained autoindex_exact_size | 157 syn keyword ngxDirective contained autoindex_exact_size |
151 syn keyword ngxDirective contained autoindex_format | 158 syn keyword ngxDirective contained autoindex_format |
227 syn keyword ngxDirective contained fastcgi_pass_request_headers | 234 syn keyword ngxDirective contained fastcgi_pass_request_headers |
228 syn keyword ngxDirective contained fastcgi_read_timeout | 235 syn keyword ngxDirective contained fastcgi_read_timeout |
229 syn keyword ngxDirective contained fastcgi_request_buffering | 236 syn keyword ngxDirective contained fastcgi_request_buffering |
230 syn keyword ngxDirective contained fastcgi_send_lowat | 237 syn keyword ngxDirective contained fastcgi_send_lowat |
231 syn keyword ngxDirective contained fastcgi_send_timeout | 238 syn keyword ngxDirective contained fastcgi_send_timeout |
239 syn keyword ngxDirective contained fastcgi_socket_keepalive | |
232 syn keyword ngxDirective contained fastcgi_split_path_info | 240 syn keyword ngxDirective contained fastcgi_split_path_info |
233 syn keyword ngxDirective contained fastcgi_store | 241 syn keyword ngxDirective contained fastcgi_store |
234 syn keyword ngxDirective contained fastcgi_store_access | 242 syn keyword ngxDirective contained fastcgi_store_access |
235 syn keyword ngxDirective contained fastcgi_temp_file_write_size | 243 syn keyword ngxDirective contained fastcgi_temp_file_write_size |
236 syn keyword ngxDirective contained fastcgi_temp_path | 244 syn keyword ngxDirective contained fastcgi_temp_path |
253 syn keyword ngxDirective contained grpc_pass | 261 syn keyword ngxDirective contained grpc_pass |
254 syn keyword ngxDirective contained grpc_pass_header | 262 syn keyword ngxDirective contained grpc_pass_header |
255 syn keyword ngxDirective contained grpc_read_timeout | 263 syn keyword ngxDirective contained grpc_read_timeout |
256 syn keyword ngxDirective contained grpc_send_timeout | 264 syn keyword ngxDirective contained grpc_send_timeout |
257 syn keyword ngxDirective contained grpc_set_header | 265 syn keyword ngxDirective contained grpc_set_header |
266 syn keyword ngxDirective contained grpc_socket_keepalive | |
258 syn keyword ngxDirective contained grpc_ssl_certificate | 267 syn keyword ngxDirective contained grpc_ssl_certificate |
259 syn keyword ngxDirective contained grpc_ssl_certificate_key | 268 syn keyword ngxDirective contained grpc_ssl_certificate_key |
260 syn keyword ngxDirective contained grpc_ssl_ciphers | 269 syn keyword ngxDirective contained grpc_ssl_ciphers |
261 syn keyword ngxDirective contained grpc_ssl_crl | 270 syn keyword ngxDirective contained grpc_ssl_crl |
262 syn keyword ngxDirective contained grpc_ssl_name | 271 syn keyword ngxDirective contained grpc_ssl_name |
328 syn keyword ngxDirective contained js_set | 337 syn keyword ngxDirective contained js_set |
329 syn keyword ngxDirective contained keepalive | 338 syn keyword ngxDirective contained keepalive |
330 syn keyword ngxDirective contained keepalive_disable | 339 syn keyword ngxDirective contained keepalive_disable |
331 syn keyword ngxDirective contained keepalive_requests | 340 syn keyword ngxDirective contained keepalive_requests |
332 syn keyword ngxDirective contained keepalive_timeout | 341 syn keyword ngxDirective contained keepalive_timeout |
342 syn keyword ngxDirective contained keyval | |
343 syn keyword ngxDirective contained keyval_zone | |
333 syn keyword ngxDirective contained kqueue_changes | 344 syn keyword ngxDirective contained kqueue_changes |
334 syn keyword ngxDirective contained kqueue_events | 345 syn keyword ngxDirective contained kqueue_events |
335 syn keyword ngxDirective contained large_client_header_buffers | 346 syn keyword ngxDirective contained large_client_header_buffers |
336 syn keyword ngxDirective contained least_conn | 347 syn keyword ngxDirective contained least_conn |
337 syn keyword ngxDirective contained least_time | 348 syn keyword ngxDirective contained least_time |
365 syn keyword ngxDirective contained memcached_next_upstream | 376 syn keyword ngxDirective contained memcached_next_upstream |
366 syn keyword ngxDirective contained memcached_next_upstream_timeout | 377 syn keyword ngxDirective contained memcached_next_upstream_timeout |
367 syn keyword ngxDirective contained memcached_next_upstream_tries | 378 syn keyword ngxDirective contained memcached_next_upstream_tries |
368 syn keyword ngxDirective contained memcached_read_timeout | 379 syn keyword ngxDirective contained memcached_read_timeout |
369 syn keyword ngxDirective contained memcached_send_timeout | 380 syn keyword ngxDirective contained memcached_send_timeout |
381 syn keyword ngxDirective contained memcached_socket_keepalive | |
370 syn keyword ngxDirective contained merge_slashes | 382 syn keyword ngxDirective contained merge_slashes |
371 syn keyword ngxDirective contained min_delete_depth | 383 syn keyword ngxDirective contained min_delete_depth |
372 syn keyword ngxDirective contained mirror | 384 syn keyword ngxDirective contained mirror |
373 syn keyword ngxDirective contained mirror_request_body | 385 syn keyword ngxDirective contained mirror_request_body |
374 syn keyword ngxDirective contained modern_browser | 386 syn keyword ngxDirective contained modern_browser |
375 syn keyword ngxDirective contained modern_browser_value | 387 syn keyword ngxDirective contained modern_browser_value |
376 syn keyword ngxDirective contained mp4 | 388 syn keyword ngxDirective contained mp4 |
377 syn keyword ngxDirective contained mp4_buffer_size | 389 syn keyword ngxDirective contained mp4_buffer_size |
378 syn keyword ngxDirective contained mp4_max_buffer_size | |
379 syn keyword ngxDirective contained mp4_limit_rate | 390 syn keyword ngxDirective contained mp4_limit_rate |
380 syn keyword ngxDirective contained mp4_limit_rate_after | 391 syn keyword ngxDirective contained mp4_limit_rate_after |
392 syn keyword ngxDirective contained mp4_max_buffer_size | |
381 syn keyword ngxDirective contained msie_padding | 393 syn keyword ngxDirective contained msie_padding |
382 syn keyword ngxDirective contained msie_refresh | 394 syn keyword ngxDirective contained msie_refresh |
383 syn keyword ngxDirective contained multi_accept | 395 syn keyword ngxDirective contained multi_accept |
384 syn keyword ngxDirective contained ntlm | 396 syn keyword ngxDirective contained ntlm |
385 syn keyword ngxDirective contained open_file_cache | 397 syn keyword ngxDirective contained open_file_cache |
454 syn keyword ngxDirective contained proxy_protocol | 466 syn keyword ngxDirective contained proxy_protocol |
455 syn keyword ngxDirective contained proxy_protocol_timeout | 467 syn keyword ngxDirective contained proxy_protocol_timeout |
456 syn keyword ngxDirective contained proxy_read_timeout | 468 syn keyword ngxDirective contained proxy_read_timeout |
457 syn keyword ngxDirective contained proxy_redirect | 469 syn keyword ngxDirective contained proxy_redirect |
458 syn keyword ngxDirective contained proxy_request_buffering | 470 syn keyword ngxDirective contained proxy_request_buffering |
471 syn keyword ngxDirective contained proxy_requests | |
459 syn keyword ngxDirective contained proxy_responses | 472 syn keyword ngxDirective contained proxy_responses |
460 syn keyword ngxDirective contained proxy_send_lowat | 473 syn keyword ngxDirective contained proxy_send_lowat |
461 syn keyword ngxDirective contained proxy_send_timeout | 474 syn keyword ngxDirective contained proxy_send_timeout |
462 syn keyword ngxDirective contained proxy_set_body | 475 syn keyword ngxDirective contained proxy_set_body |
463 syn keyword ngxDirective contained proxy_set_header | 476 syn keyword ngxDirective contained proxy_set_header |
477 syn keyword ngxDirective contained proxy_socket_keepalive | |
464 syn keyword ngxDirective contained proxy_ssl | 478 syn keyword ngxDirective contained proxy_ssl |
465 syn keyword ngxDirective contained proxy_ssl_certificate | 479 syn keyword ngxDirective contained proxy_ssl_certificate |
466 syn keyword ngxDirective contained proxy_ssl_certificate_key | 480 syn keyword ngxDirective contained proxy_ssl_certificate_key |
467 syn keyword ngxDirective contained proxy_ssl_ciphers | 481 syn keyword ngxDirective contained proxy_ssl_ciphers |
468 syn keyword ngxDirective contained proxy_ssl_crl | 482 syn keyword ngxDirective contained proxy_ssl_crl |
479 syn keyword ngxDirective contained proxy_temp_file_write_size | 493 syn keyword ngxDirective contained proxy_temp_file_write_size |
480 syn keyword ngxDirective contained proxy_temp_path | 494 syn keyword ngxDirective contained proxy_temp_path |
481 syn keyword ngxDirective contained proxy_timeout | 495 syn keyword ngxDirective contained proxy_timeout |
482 syn keyword ngxDirective contained proxy_upload_rate | 496 syn keyword ngxDirective contained proxy_upload_rate |
483 syn keyword ngxDirective contained queue | 497 syn keyword ngxDirective contained queue |
498 syn keyword ngxDirective contained random | |
484 syn keyword ngxDirective contained random_index | 499 syn keyword ngxDirective contained random_index |
485 syn keyword ngxDirective contained read_ahead | 500 syn keyword ngxDirective contained read_ahead |
486 syn keyword ngxDirective contained real_ip_header | 501 syn keyword ngxDirective contained real_ip_header |
487 syn keyword ngxDirective contained real_ip_recursive | 502 syn keyword ngxDirective contained real_ip_recursive |
488 syn keyword ngxDirective contained recursive_error_pages | 503 syn keyword ngxDirective contained recursive_error_pages |
531 syn keyword ngxDirective contained scgi_pass_request_body | 546 syn keyword ngxDirective contained scgi_pass_request_body |
532 syn keyword ngxDirective contained scgi_pass_request_headers | 547 syn keyword ngxDirective contained scgi_pass_request_headers |
533 syn keyword ngxDirective contained scgi_read_timeout | 548 syn keyword ngxDirective contained scgi_read_timeout |
534 syn keyword ngxDirective contained scgi_request_buffering | 549 syn keyword ngxDirective contained scgi_request_buffering |
535 syn keyword ngxDirective contained scgi_send_timeout | 550 syn keyword ngxDirective contained scgi_send_timeout |
551 syn keyword ngxDirective contained scgi_socket_keepalive | |
536 syn keyword ngxDirective contained scgi_store | 552 syn keyword ngxDirective contained scgi_store |
537 syn keyword ngxDirective contained scgi_store_access | 553 syn keyword ngxDirective contained scgi_store_access |
538 syn keyword ngxDirective contained scgi_temp_file_write_size | 554 syn keyword ngxDirective contained scgi_temp_file_write_size |
539 syn keyword ngxDirective contained scgi_temp_path | 555 syn keyword ngxDirective contained scgi_temp_path |
540 syn keyword ngxDirective contained secure_link | 556 syn keyword ngxDirective contained secure_link |
563 syn keyword ngxDirective contained ssi_last_modified | 579 syn keyword ngxDirective contained ssi_last_modified |
564 syn keyword ngxDirective contained ssi_min_file_chunk | 580 syn keyword ngxDirective contained ssi_min_file_chunk |
565 syn keyword ngxDirective contained ssi_silent_errors | 581 syn keyword ngxDirective contained ssi_silent_errors |
566 syn keyword ngxDirective contained ssi_types | 582 syn keyword ngxDirective contained ssi_types |
567 syn keyword ngxDirective contained ssi_value_length | 583 syn keyword ngxDirective contained ssi_value_length |
568 syn keyword ngxDirective contained ssl | |
569 syn keyword ngxDirective contained ssl_buffer_size | 584 syn keyword ngxDirective contained ssl_buffer_size |
570 syn keyword ngxDirective contained ssl_certificate | 585 syn keyword ngxDirective contained ssl_certificate |
571 syn keyword ngxDirective contained ssl_certificate_key | 586 syn keyword ngxDirective contained ssl_certificate_key |
572 syn keyword ngxDirective contained ssl_ciphers | 587 syn keyword ngxDirective contained ssl_ciphers |
573 syn keyword ngxDirective contained ssl_client_certificate | 588 syn keyword ngxDirective contained ssl_client_certificate |
574 syn keyword ngxDirective contained ssl_crl | 589 syn keyword ngxDirective contained ssl_crl |
575 syn keyword ngxDirective contained ssl_dhparam | 590 syn keyword ngxDirective contained ssl_dhparam |
591 syn keyword ngxDirective contained ssl_early_data | |
576 syn keyword ngxDirective contained ssl_ecdh_curve | 592 syn keyword ngxDirective contained ssl_ecdh_curve |
577 syn keyword ngxDirective contained ssl_engine | 593 syn keyword ngxDirective contained ssl_engine |
578 syn keyword ngxDirective contained ssl_handshake_timeout | 594 syn keyword ngxDirective contained ssl_handshake_timeout |
579 syn keyword ngxDirective contained ssl_password_file | 595 syn keyword ngxDirective contained ssl_password_file |
580 syn keyword ngxDirective contained ssl_prefer_server_ciphers | 596 syn keyword ngxDirective contained ssl_prefer_server_ciphers |
662 syn keyword ngxDirective contained uwsgi_pass_request_body | 678 syn keyword ngxDirective contained uwsgi_pass_request_body |
663 syn keyword ngxDirective contained uwsgi_pass_request_headers | 679 syn keyword ngxDirective contained uwsgi_pass_request_headers |
664 syn keyword ngxDirective contained uwsgi_read_timeout | 680 syn keyword ngxDirective contained uwsgi_read_timeout |
665 syn keyword ngxDirective contained uwsgi_request_buffering | 681 syn keyword ngxDirective contained uwsgi_request_buffering |
666 syn keyword ngxDirective contained uwsgi_send_timeout | 682 syn keyword ngxDirective contained uwsgi_send_timeout |
683 syn keyword ngxDirective contained uwsgi_socket_keepalive | |
667 syn keyword ngxDirective contained uwsgi_ssl_certificate | 684 syn keyword ngxDirective contained uwsgi_ssl_certificate |
668 syn keyword ngxDirective contained uwsgi_ssl_certificate_key | 685 syn keyword ngxDirective contained uwsgi_ssl_certificate_key |
669 syn keyword ngxDirective contained uwsgi_ssl_ciphers | 686 syn keyword ngxDirective contained uwsgi_ssl_ciphers |
670 syn keyword ngxDirective contained uwsgi_ssl_crl | 687 syn keyword ngxDirective contained uwsgi_ssl_crl |
671 syn keyword ngxDirective contained uwsgi_ssl_name | 688 syn keyword ngxDirective contained uwsgi_ssl_name |
699 syn keyword ngxDirective contained xslt_param | 716 syn keyword ngxDirective contained xslt_param |
700 syn keyword ngxDirective contained xslt_string_param | 717 syn keyword ngxDirective contained xslt_string_param |
701 syn keyword ngxDirective contained xslt_stylesheet | 718 syn keyword ngxDirective contained xslt_stylesheet |
702 syn keyword ngxDirective contained xslt_types | 719 syn keyword ngxDirective contained xslt_types |
703 syn keyword ngxDirective contained zone | 720 syn keyword ngxDirective contained zone |
721 syn keyword ngxDirective contained zone_sync | |
722 syn keyword ngxDirective contained zone_sync_buffers | |
723 syn keyword ngxDirective contained zone_sync_connect_retry_interval | |
724 syn keyword ngxDirective contained zone_sync_connect_timeout | |
725 syn keyword ngxDirective contained zone_sync_interval | |
726 syn keyword ngxDirective contained zone_sync_recv_buffer_size | |
727 syn keyword ngxDirective contained zone_sync_server | |
728 syn keyword ngxDirective contained zone_sync_ssl | |
729 syn keyword ngxDirective contained zone_sync_ssl_certificate | |
730 syn keyword ngxDirective contained zone_sync_ssl_certificate_key | |
731 syn keyword ngxDirective contained zone_sync_ssl_ciphers | |
732 syn keyword ngxDirective contained zone_sync_ssl_crl | |
733 syn keyword ngxDirective contained zone_sync_ssl_name | |
734 syn keyword ngxDirective contained zone_sync_ssl_password_file | |
735 syn keyword ngxDirective contained zone_sync_ssl_protocols | |
736 syn keyword ngxDirective contained zone_sync_ssl_server_name | |
737 syn keyword ngxDirective contained zone_sync_ssl_trusted_certificate | |
738 syn keyword ngxDirective contained zone_sync_ssl_verify | |
739 syn keyword ngxDirective contained zone_sync_ssl_verify_depth | |
740 syn keyword ngxDirective contained zone_sync_timeout | |
704 | 741 |
705 " 3rd party modules list taken from | 742 " 3rd party modules list taken from |
706 " https://github.com/freebsd/freebsd-ports/blob/master/www/nginx-devel/Makefile | 743 " https://github.com/freebsd/freebsd-ports/blob/master/www/nginx-devel/Makefile |
707 " ----------------------------------------------------------------------------- | 744 " ----------------------------------------------------------------------------- |
708 | 745 |
874 syn keyword ngxDirectiveThirdParty contained more_set_headers | 911 syn keyword ngxDirectiveThirdParty contained more_set_headers |
875 syn keyword ngxDirectiveThirdParty contained more_set_input_headers | 912 syn keyword ngxDirectiveThirdParty contained more_set_input_headers |
876 | 913 |
877 " NGINX WebDAV missing commands support (PROPFIND & OPTIONS) | 914 " NGINX WebDAV missing commands support (PROPFIND & OPTIONS) |
878 " https://github.com/arut/nginx-dav-ext-module | 915 " https://github.com/arut/nginx-dav-ext-module |
916 syn keyword ngxDirectiveThirdParty contained dav_ext_lock | |
917 syn keyword ngxDirectiveThirdParty contained dav_ext_lock_zone | |
879 syn keyword ngxDirectiveThirdParty contained dav_ext_methods | 918 syn keyword ngxDirectiveThirdParty contained dav_ext_methods |
880 | 919 |
881 " ngx_eval | 920 " ngx_eval |
882 " https://github.com/openresty/nginx-eval-module | 921 " https://github.com/openresty/nginx-eval-module |
883 syn keyword ngxDirectiveThirdParty contained eval | 922 syn keyword ngxDirectiveThirdParty contained eval |
893 syn keyword ngxDirectiveThirdParty contained fancyindex_default_sort | 932 syn keyword ngxDirectiveThirdParty contained fancyindex_default_sort |
894 syn keyword ngxDirectiveThirdParty contained fancyindex_directories_first | 933 syn keyword ngxDirectiveThirdParty contained fancyindex_directories_first |
895 syn keyword ngxDirectiveThirdParty contained fancyindex_exact_size | 934 syn keyword ngxDirectiveThirdParty contained fancyindex_exact_size |
896 syn keyword ngxDirectiveThirdParty contained fancyindex_footer | 935 syn keyword ngxDirectiveThirdParty contained fancyindex_footer |
897 syn keyword ngxDirectiveThirdParty contained fancyindex_header | 936 syn keyword ngxDirectiveThirdParty contained fancyindex_header |
937 syn keyword ngxDirectiveThirdParty contained fancyindex_hide_parent_dir | |
898 syn keyword ngxDirectiveThirdParty contained fancyindex_hide_symlinks | 938 syn keyword ngxDirectiveThirdParty contained fancyindex_hide_symlinks |
899 syn keyword ngxDirectiveThirdParty contained fancyindex_ignore | 939 syn keyword ngxDirectiveThirdParty contained fancyindex_ignore |
900 syn keyword ngxDirectiveThirdParty contained fancyindex_localtime | 940 syn keyword ngxDirectiveThirdParty contained fancyindex_localtime |
901 syn keyword ngxDirectiveThirdParty contained fancyindex_name_length | 941 syn keyword ngxDirectiveThirdParty contained fancyindex_name_length |
902 syn keyword ngxDirectiveThirdParty contained fancyindex_show_path | 942 syn keyword ngxDirectiveThirdParty contained fancyindex_show_path |
935 syn keyword ngxDirectiveThirdParty contained notice | 975 syn keyword ngxDirectiveThirdParty contained notice |
936 syn keyword ngxDirectiveThirdParty contained notice_type | 976 syn keyword ngxDirectiveThirdParty contained notice_type |
937 | 977 |
938 " nchan | 978 " nchan |
939 " https://github.com/slact/nchan | 979 " https://github.com/slact/nchan |
980 syn keyword ngxDirectiveThirdParty contained nchan_access_control_allow_credentials | |
940 syn keyword ngxDirectiveThirdParty contained nchan_access_control_allow_origin | 981 syn keyword ngxDirectiveThirdParty contained nchan_access_control_allow_origin |
941 syn keyword ngxDirectiveThirdParty contained nchan_authorize_request | 982 syn keyword ngxDirectiveThirdParty contained nchan_authorize_request |
983 syn keyword ngxDirectiveThirdParty contained nchan_benchmark | |
984 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_channels | |
985 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_message_padding_bytes | |
986 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_messages_per_channel_per_minute | |
987 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_publisher_distribution | |
988 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_subscriber_distribution | |
989 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_subscribers_per_channel | |
990 syn keyword ngxDirectiveThirdParty contained nchan_benchmark_time | |
942 syn keyword ngxDirectiveThirdParty contained nchan_channel_event_string | 991 syn keyword ngxDirectiveThirdParty contained nchan_channel_event_string |
943 syn keyword ngxDirectiveThirdParty contained nchan_channel_events_channel_id | 992 syn keyword ngxDirectiveThirdParty contained nchan_channel_events_channel_id |
944 syn keyword ngxDirectiveThirdParty contained nchan_channel_group | 993 syn keyword ngxDirectiveThirdParty contained nchan_channel_group |
945 syn keyword ngxDirectiveThirdParty contained nchan_channel_group_accounting | 994 syn keyword ngxDirectiveThirdParty contained nchan_channel_group_accounting |
946 syn keyword ngxDirectiveThirdParty contained nchan_channel_id | 995 syn keyword ngxDirectiveThirdParty contained nchan_channel_id |
972 syn keyword ngxDirectiveThirdParty contained nchan_publisher_location | 1021 syn keyword ngxDirectiveThirdParty contained nchan_publisher_location |
973 syn keyword ngxDirectiveThirdParty contained nchan_publisher_upstream_request | 1022 syn keyword ngxDirectiveThirdParty contained nchan_publisher_upstream_request |
974 syn keyword ngxDirectiveThirdParty contained nchan_pubsub | 1023 syn keyword ngxDirectiveThirdParty contained nchan_pubsub |
975 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_channel_id | 1024 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_channel_id |
976 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_location | 1025 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_location |
1026 syn keyword ngxDirectiveThirdParty contained nchan_redis_connect_timeout | |
977 syn keyword ngxDirectiveThirdParty contained nchan_redis_fakesub_timer_interval | 1027 syn keyword ngxDirectiveThirdParty contained nchan_redis_fakesub_timer_interval |
978 syn keyword ngxDirectiveThirdParty contained nchan_redis_idle_channel_cache_timeout | 1028 syn keyword ngxDirectiveThirdParty contained nchan_redis_idle_channel_cache_timeout |
979 syn keyword ngxDirectiveThirdParty contained nchan_redis_namespace | 1029 syn keyword ngxDirectiveThirdParty contained nchan_redis_namespace |
1030 syn keyword ngxDirectiveThirdParty contained nchan_redis_nostore_fastpublish | |
1031 syn keyword ngxDirectiveThirdParty contained nchan_redis_optimize_target | |
980 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass | 1032 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass |
981 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass_inheritable | 1033 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass_inheritable |
982 syn keyword ngxDirectiveThirdParty contained nchan_redis_ping_interval | 1034 syn keyword ngxDirectiveThirdParty contained nchan_redis_ping_interval |
983 syn keyword ngxDirectiveThirdParty contained nchan_redis_publish_msgpacked_max_size | 1035 syn keyword ngxDirectiveThirdParty contained nchan_redis_publish_msgpacked_max_size |
984 syn keyword ngxDirectiveThirdParty contained nchan_redis_server | 1036 syn keyword ngxDirectiveThirdParty contained nchan_redis_server |
985 syn keyword ngxDirectiveThirdParty contained nchan_redis_storage_mode | 1037 syn keyword ngxDirectiveThirdParty contained nchan_redis_storage_mode |
1038 syn keyword ngxDirectiveThirdParty contained nchan_redis_subscribe_weights | |
986 syn keyword ngxDirectiveThirdParty contained nchan_redis_url | 1039 syn keyword ngxDirectiveThirdParty contained nchan_redis_url |
987 syn keyword ngxDirectiveThirdParty contained nchan_redis_wait_after_connecting | 1040 syn keyword ngxDirectiveThirdParty contained nchan_redis_wait_after_connecting |
988 syn keyword ngxDirectiveThirdParty contained nchan_shared_memory_size | 1041 syn keyword ngxDirectiveThirdParty contained nchan_shared_memory_size |
989 syn keyword ngxDirectiveThirdParty contained nchan_storage_engine | 1042 syn keyword ngxDirectiveThirdParty contained nchan_storage_engine |
990 syn keyword ngxDirectiveThirdParty contained nchan_store_messages | 1043 syn keyword ngxDirectiveThirdParty contained nchan_store_messages |
1278 syn keyword ngxDirectiveThirdParty contained lua_need_request_body | 1331 syn keyword ngxDirectiveThirdParty contained lua_need_request_body |
1279 syn keyword ngxDirectiveThirdParty contained lua_package_cpath | 1332 syn keyword ngxDirectiveThirdParty contained lua_package_cpath |
1280 syn keyword ngxDirectiveThirdParty contained lua_package_path | 1333 syn keyword ngxDirectiveThirdParty contained lua_package_path |
1281 syn keyword ngxDirectiveThirdParty contained lua_regex_cache_max_entries | 1334 syn keyword ngxDirectiveThirdParty contained lua_regex_cache_max_entries |
1282 syn keyword ngxDirectiveThirdParty contained lua_regex_match_limit | 1335 syn keyword ngxDirectiveThirdParty contained lua_regex_match_limit |
1336 syn keyword ngxDirectiveThirdParty contained lua_sa_restart | |
1283 syn keyword ngxDirectiveThirdParty contained lua_shared_dict | 1337 syn keyword ngxDirectiveThirdParty contained lua_shared_dict |
1284 syn keyword ngxDirectiveThirdParty contained lua_socket_buffer_size | 1338 syn keyword ngxDirectiveThirdParty contained lua_socket_buffer_size |
1285 syn keyword ngxDirectiveThirdParty contained lua_socket_connect_timeout | 1339 syn keyword ngxDirectiveThirdParty contained lua_socket_connect_timeout |
1286 syn keyword ngxDirectiveThirdParty contained lua_socket_keepalive_timeout | 1340 syn keyword ngxDirectiveThirdParty contained lua_socket_keepalive_timeout |
1287 syn keyword ngxDirectiveThirdParty contained lua_socket_log_errors | 1341 syn keyword ngxDirectiveThirdParty contained lua_socket_log_errors |
1353 | 1407 |
1354 " Phusion Passenger | 1408 " Phusion Passenger |
1355 " https://www.phusionpassenger.com/library/config/nginx/reference/ | 1409 " https://www.phusionpassenger.com/library/config/nginx/reference/ |
1356 syn keyword ngxDirectiveThirdParty contained passenger_abort_on_startup_error | 1410 syn keyword ngxDirectiveThirdParty contained passenger_abort_on_startup_error |
1357 syn keyword ngxDirectiveThirdParty contained passenger_abort_websockets_on_process_shutdown | 1411 syn keyword ngxDirectiveThirdParty contained passenger_abort_websockets_on_process_shutdown |
1412 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_auth_type | |
1413 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_password | |
1414 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_url | |
1415 syn keyword ngxDirectiveThirdParty contained passenger_admin_panel_username | |
1416 syn keyword ngxDirectiveThirdParty contained passenger_anonymous_telemetry_proxy | |
1358 syn keyword ngxDirectiveThirdParty contained passenger_app_env | 1417 syn keyword ngxDirectiveThirdParty contained passenger_app_env |
1359 syn keyword ngxDirectiveThirdParty contained passenger_app_file_descriptor_ulimit | 1418 syn keyword ngxDirectiveThirdParty contained passenger_app_file_descriptor_ulimit |
1360 syn keyword ngxDirectiveThirdParty contained passenger_app_group_name | 1419 syn keyword ngxDirectiveThirdParty contained passenger_app_group_name |
1420 syn keyword ngxDirectiveThirdParty contained passenger_app_log_file | |
1361 syn keyword ngxDirectiveThirdParty contained passenger_app_rights | 1421 syn keyword ngxDirectiveThirdParty contained passenger_app_rights |
1362 syn keyword ngxDirectiveThirdParty contained passenger_app_root | 1422 syn keyword ngxDirectiveThirdParty contained passenger_app_root |
1363 syn keyword ngxDirectiveThirdParty contained passenger_app_type | 1423 syn keyword ngxDirectiveThirdParty contained passenger_app_type |
1364 syn keyword ngxDirectiveThirdParty contained passenger_base_uri | 1424 syn keyword ngxDirectiveThirdParty contained passenger_base_uri |
1365 syn keyword ngxDirectiveThirdParty contained passenger_buffer_response | 1425 syn keyword ngxDirectiveThirdParty contained passenger_buffer_response |
1371 syn keyword ngxDirectiveThirdParty contained passenger_ctl | 1431 syn keyword ngxDirectiveThirdParty contained passenger_ctl |
1372 syn keyword ngxDirectiveThirdParty contained passenger_data_buffer_dir | 1432 syn keyword ngxDirectiveThirdParty contained passenger_data_buffer_dir |
1373 syn keyword ngxDirectiveThirdParty contained passenger_debugger | 1433 syn keyword ngxDirectiveThirdParty contained passenger_debugger |
1374 syn keyword ngxDirectiveThirdParty contained passenger_default_group | 1434 syn keyword ngxDirectiveThirdParty contained passenger_default_group |
1375 syn keyword ngxDirectiveThirdParty contained passenger_default_user | 1435 syn keyword ngxDirectiveThirdParty contained passenger_default_user |
1436 syn keyword ngxDirectiveThirdParty contained passenger_disable_anonymous_telemetry | |
1376 syn keyword ngxDirectiveThirdParty contained passenger_disable_security_update_check | 1437 syn keyword ngxDirectiveThirdParty contained passenger_disable_security_update_check |
1377 syn keyword ngxDirectiveThirdParty contained passenger_document_root | 1438 syn keyword ngxDirectiveThirdParty contained passenger_document_root |
1439 syn keyword ngxDirectiveThirdParty contained passenger_dump_config_manifest | |
1378 syn keyword ngxDirectiveThirdParty contained passenger_enabled | 1440 syn keyword ngxDirectiveThirdParty contained passenger_enabled |
1379 syn keyword ngxDirectiveThirdParty contained passenger_env_var | 1441 syn keyword ngxDirectiveThirdParty contained passenger_env_var |
1380 syn keyword ngxDirectiveThirdParty contained passenger_file_descriptor_log_file | 1442 syn keyword ngxDirectiveThirdParty contained passenger_file_descriptor_log_file |
1381 syn keyword ngxDirectiveThirdParty contained passenger_fly_with | 1443 syn keyword ngxDirectiveThirdParty contained passenger_fly_with |
1382 syn keyword ngxDirectiveThirdParty contained passenger_force_max_concurrent_requests_per_process | 1444 syn keyword ngxDirectiveThirdParty contained passenger_force_max_concurrent_requests_per_process |
1400 syn keyword ngxDirectiveThirdParty contained passenger_max_request_time | 1462 syn keyword ngxDirectiveThirdParty contained passenger_max_request_time |
1401 syn keyword ngxDirectiveThirdParty contained passenger_max_requests | 1463 syn keyword ngxDirectiveThirdParty contained passenger_max_requests |
1402 syn keyword ngxDirectiveThirdParty contained passenger_memory_limit | 1464 syn keyword ngxDirectiveThirdParty contained passenger_memory_limit |
1403 syn keyword ngxDirectiveThirdParty contained passenger_meteor_app_settings | 1465 syn keyword ngxDirectiveThirdParty contained passenger_meteor_app_settings |
1404 syn keyword ngxDirectiveThirdParty contained passenger_min_instances | 1466 syn keyword ngxDirectiveThirdParty contained passenger_min_instances |
1467 syn keyword ngxDirectiveThirdParty contained passenger_monitor_log_file | |
1405 syn keyword ngxDirectiveThirdParty contained passenger_nodejs | 1468 syn keyword ngxDirectiveThirdParty contained passenger_nodejs |
1406 syn keyword ngxDirectiveThirdParty contained passenger_pass_header | 1469 syn keyword ngxDirectiveThirdParty contained passenger_pass_header |
1407 syn keyword ngxDirectiveThirdParty contained passenger_pool_idle_time | 1470 syn keyword ngxDirectiveThirdParty contained passenger_pool_idle_time |
1408 syn keyword ngxDirectiveThirdParty contained passenger_pre_start | 1471 syn keyword ngxDirectiveThirdParty contained passenger_pre_start |
1409 syn keyword ngxDirectiveThirdParty contained passenger_python | 1472 syn keyword ngxDirectiveThirdParty contained passenger_python |
1776 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_dump | 1839 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_dump |
1777 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_filter | 1840 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_filter |
1778 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_filter_by_host | 1841 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_filter_by_host |
1779 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_filter_by_set_key | 1842 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_filter_by_set_key |
1780 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_filter_check_duplicate | 1843 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_filter_check_duplicate |
1844 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_filter_max_node | |
1845 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_histogram_buckets | |
1781 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit | 1846 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit |
1782 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit_check_duplicate | 1847 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit_check_duplicate |
1783 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit_traffic | 1848 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit_traffic |
1784 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit_traffic_by_set_key | 1849 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_limit_traffic_by_set_key |
1785 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_set_by_filter | 1850 syn keyword ngxDirectiveThirdParty contained vhost_traffic_status_set_by_filter |
1897 syn keyword ngxDirectiveThirdParty contained form_auth_password | 1962 syn keyword ngxDirectiveThirdParty contained form_auth_password |
1898 syn keyword ngxDirectiveThirdParty contained form_auth_remote_user | 1963 syn keyword ngxDirectiveThirdParty contained form_auth_remote_user |
1899 | 1964 |
1900 " ngx_http_accounting_module | 1965 " ngx_http_accounting_module |
1901 " https://github.com/Lax/ngx_http_accounting_module | 1966 " https://github.com/Lax/ngx_http_accounting_module |
1902 syn keyword ngxDirectiveThirdParty contained http_accounting | 1967 syn keyword ngxDirectiveThirdParty contained accounting |
1903 syn keyword ngxDirectiveThirdParty contained http_accounting_id | 1968 syn keyword ngxDirectiveThirdParty contained accounting_id |
1904 syn keyword ngxDirectiveThirdParty contained http_accounting_interval | 1969 syn keyword ngxDirectiveThirdParty contained accounting_interval |
1905 syn keyword ngxDirectiveThirdParty contained http_accounting_log | 1970 syn keyword ngxDirectiveThirdParty contained accounting_log |
1906 syn keyword ngxDirectiveThirdParty contained http_accounting_perturb | 1971 syn keyword ngxDirectiveThirdParty contained accounting_perturb |
1907 | 1972 |
1908 " concatenating files in a given context: CSS and JS files usually | 1973 " concatenating files in a given context: CSS and JS files usually |
1909 " https://github.com/alibaba/nginx-http-concat | 1974 " https://github.com/alibaba/nginx-http-concat |
1910 syn keyword ngxDirectiveThirdParty contained concat | 1975 syn keyword ngxDirectiveThirdParty contained concat |
1911 syn keyword ngxDirectiveThirdParty contained concat_delimiter | 1976 syn keyword ngxDirectiveThirdParty contained concat_delimiter |