Merge pull request #20 from alessfg/grammar-update

Update the grammar
This commit is contained in:
z2++ 2017-05-19 16:52:27 +09:00 committed by GitHub
commit a6877cea0c
1 changed files with 240 additions and 36 deletions

View File

@ -101,31 +101,35 @@
'name': 'constant.literal'
}
{
'match': '\\b(daemon|env|debug_points|error_log|log_not_found|lock_file|master_process|pid|ssl_engine|timer_resolution|user|worker_cpu_affinity|worker_priority|worker_processes|worker_rlimit_core|worker_rlimit_nofile|worker_rlimit_sigpending|working_directory)\\b'
'name': 'support.function.directive.module.main'
'match': '\\b(accept_mutex|accept_mutex_delay|daemon|debug_connection|debug_points|error_log|env|events|include|load_module|lock_file|master_process|multi_accept|pcre_jit|pid|ssl_engine|thread_pool|timer_resolution|use|user|worker_aio_requests|worker_connections|worker_cpu_affinity|worker_priority|worker_processes|worker_rlimit_core|worker_rlimit_nofile|worker_shutdown_timeout|working_directory)\\b'
'name': 'support.function.directive.module.core'
}
{
'match': '\\b(accept_mutex|accept_mutex_delay|debug_connection|devpoll_changes|devpoll_events|epoll_events|kqueue_changes|kqueue_events|multi_accept|rtsig_signo|rtsig_overflow_events|rtsig_overflow_test|rtsig_overflow_threshold|use|worker_connections)\\b'
'name': 'support.function.directive.module.events'
}
{
'match': '\\b(alias|client_body_in_file_only|client_body_buffer_size|client_body_temp_path|client_body_timeout|client_header_buffer_size|client_header_timeout|client_max_body_size|default_type|error_page|index\\ |internal|keepalive_timeout|large_client_header_buffers|limit_except|limit_rate|listen|location|msie_padding|msie_refresh|optimize_server_names|port_in_redirect|recursive_error_pages|root|satisfy_any|send_timeout|sendfile|server_name|server_names_hash_max_size|server_names_hash_bucket_size|tcp_nodelay|tcp_nopush|types|ssl_protocols|ssl_ciphers|ssl_certificate|ssl_certificate_key|ssl_prefer_server_ciphers|ssl_session_cache|ssl_session_timeout|ssl_dhparam|ssl|ssl_buffer_size|ssl_client_certificate|ssl_crl|ssl_ecdh_curve|ssl_password_file|ssl_session_ticket_key|ssl_session_tickets|ssl_stapling|ssl_stapling_file|ssl_stapling_responder|ssl_stapling_verify|ssl_trusted_certificate|ssl_verify_client|ssl_verify_depth|stub_status\\ )\\b'
'name': 'support.function.directive.module.http'
}
{
'match': '\\b(aio|chunked_transfer_encoding|client_body_buffer_size|client_body_in_file_only|client_body_in_single_buffer|client_body_temp_path|client_body_timeout|client_header_buffer_size|client_header_timeout|client_max_body_size|connection_pool_size|default_type|directio|directio_alignment|disable_symlinks|error_page|etag|if_modified_since|ignore_invalid_headers|internal|keepalive_disable|keepalive_requests|keepalive_timeout|large_client_header_buffers|limit_except|limit_rate|limit_rate_after|lingering_close|lingering_time|lingering_timeout|listen|location|log_not_found|log_subrequest|max_ranges|merge_slashes|msie_padding|msie_refresh|open_file_cache|open_file_cache_errors|open_file_cache_min_uses|open_file_cache_valid|optimize_server_names|output_buffers|port_in_redirect|postpone_output|read_ahead|recursive_error_pages|request_pool_size|reset_timedout_connection|resolver|resolver_timeout|root|satisfy|satisfy_any|send_lowat|send_timeout|sendfile|sendfile_max_chunk|server|server_name|server_name_in_redirect|server_names_hash_bucket_size|server_names_hash_max_size|server_tokens|tcp_nodelay|tcp_nopush|try_files|types|types_hash_bucket_size|types_hash_max_size|underscores_in_headers|variables_hash_bucket_size|variables_hash_max_size)\\b'
'match': '\\b(absolute_redirect|aio|aio_write|alias|chunked_transfer_encoding|client_body_buffer_size|client_body_in_file_only|client_body_in_single_buffer|client_body_temp_path|client_body_timeout|client_header_buffer_size|client_header_timeout|client_max_body_size|connection_pool_size|default_type|directio|directio_alignment|disable_symlinks|error_page|etag|http|if_modified_since|ignore_invalid_headers|internal|keepalive_disable|keepalive_requests|keepalive_timeout|large_client_header_buffers|limit_except|limit_rate|limit_rate_after|lingering_close|lingering_time|lingering_timeout|listen|location|log_not_found|log_subrequest|max_ranges|merge_slashes|msie_padding|msie_refresh|open_file_cache|open_file_cache_errors|open_file_cache_min_uses|open_file_cache_valid|output_buffers|port_in_redirect|postpone_output|read_ahead|recursive_error_pages|request_pool_size|reset_timedout_connection|resolver|resolver_timeout|root|satisfy|send_lowat|send_timeout|sendfile|sendfile_max_chunk|server|server_name|server_name_in_redirect|server_names_hash_bucket_size|server_names_hash_max_size|server_tokens|tcp_nodelay|tcp_nopush|try_files|types|types_hash_bucket_size|types_hash_max_size|underscores_in_headers|variables_hash_bucket_size|variables_hash_max_size)\\b'
'name': 'support.function.directive.module.http.core'
}
{
'match': '\\b(allow|deny)\\b'
'name': 'support.function.directive.module.http.access'
}
{
'match': '\\b(add_before_body|add_after_body|addition_types)\\b'
'name': 'support.function.directive.module.http.addition'
}
{
'match': '\\b(auth_basic|auth_basic_user_file)\\b'
'name': 'support.function.directive.module.http.auth_basic'
}
{
'match': '\\b(autoindex|autoindex_exact_size|autoindex_localtime|autoindex_format)\\b'
'match': '\\b(auth_jwt|auth_jwt_header_set|auth_jwt_claim_set|auth_jwt_key_file)\\b'
'name': 'support.function.directive.module.http.auth_jwt'
}
{
'match': '\\b(auth_request|auth_request_set)\\b'
'name': 'support.function.directive.module.http.auth_request'
}
{
'match': '\\b(autoindex|autoindex_exact_size|autoindex_format|autoindex_localtime)\\b'
'name': 'support.function.directive.module.http.autoindex'
}
{
@ -133,23 +137,43 @@
'name': 'support.function.directive.module.http.browser'
}
{
'match': '\\b(charset|charset_map|override_charset|source_charset)\\b'
'match': '\\b(charset|charset_map|charset_types|override_charset|source_charset)\\b'
'name': 'support.function.directive.module.http.charset'
}
{
'match': '\\b(dav_access|dav_methods|create_full_put_path|min_delete_depth)\\b'
'name': 'support.function.directive.module.http.dav'
}
{
'match': '\\b(empty_gif)\\b'
'name': 'support.function.directive.module.http.empty_gif'
}
{
'match': '\\b(fastcgi_split_path_info|fastcgi_index|fastcgi_hide_header|fastcgi_ignore_client_abort|fastcgi_intercept_errors|fastcgi_param|fastcgi_pass|fastcgi_pass_header|fastcgi_read_timeout|fastcgi_redirect_errors|fa|stcgi_storefastcgi_store_access|fastcgi_buffers|fastcgi_buffers_size|fastcgi_temp_path)\\b'
'match': '\\b(f4f|f4f_buffer_size)\\b'
'name': 'support.function.directive.module.http.f4f'
}
{
'match': '\\b(fastcgi_bind|fastcgi_buffer_size|fastcgi_buffering|fastcgi_buffers|fastcgi_busy_buffers_size|fastcgi_cache|fastcgi_cache_background_update|fastcgi_cache_bypass|fastcgi_cache_key|fastcgi_cache_lock|fastcgi_cache_lock_age|fastcgi_cache_lock_timeout|fastcgi_cache_max_range_offset|fastcgi_cache_methods|fastcgi_cache_min_uses|fastcgi_cache_path|fastcgi_cache_purge|fastcgi_cache_revalidate|fastcgi_cache_use_stale|fastcgi_cache_valid|fastcgi_catch_stderr|fastcgi_connect_timeout|fastcgi_force_ranges|fastcgi_hide_header|fastcgi_ignore_client_abort|fastcgi_ignore_headers|fastcgi_index|fastcgi_intercept_errors|fastcgi_keep_conn|fastcgi_limit_rate|fastcgi_max_temp_file_size|fastcgi_next_upstream|fastcgi_next_upstream_timeout|fastcgi_next_upstream_tries|fastcgi_no_cache|fastcgi_param|fastcgi_pass|fastcgi_pass_header|fastcgi_pass_request_body|fastcgi_pass_request_headers|fastcgi_read_timeout|fastcgi_request_buffering|fastcgi_send_lowat|fastcgi_send_timeout|fastcgi_split_path_info|fastcgi_store|fastcgi_store_access|fastcgi_temp_file_write_size|fastcgi_temp_path)\\b'
'name': 'support.function.directive.module.http.fastcgi'
}
{
'match': '\\b(flv)\\b'
'name': 'support.function.directive.module.http.flv'
}
{
'match': '\\b(geo)\\b'
'name': 'support.function.directive.module.http.geo'
}
{
'match': '\\b(gzip|gzip_buffers|gzip_comp_level|gzip_disable|gzip_http.version|gzip_min_length|gzip_proxied|gzip_types|gzip_vary)\\b'
'match': '\\b(geoip_country|geoip_city|geoip_org|geoip_proxy|geoip_proxy_recursive)\\b'
'name': 'support.function.directive.module.http.geoip'
}
{
'match': '\\b(gunzip|gunzip_buffers)\\b'
'name': 'support.function.directive.module.http.gunzip'
}
{
'match': '\\b(gzip|gzip_buffers|gzip_comp_level|gzip_disable|gzip_min_length|gzip_http.version|gzip_proxied|gzip_types|gzip_vary)\\b'
'name': 'support.function.directive.module.http.gzip'
}
{
@ -157,12 +181,24 @@
'name': 'support.function.directive.module.http.gzip_static'
}
{
'match': '\\b(add_header|expires|server_tokens)\\b'
'match': '\\b(add_header|expires)\\b'
'name': 'support.function.directive.module.http.headers'
}
{
'match': '\\b(valid_referers)\\b'
'name': 'support.function.directive.module.http.referer'
'match': '\\b(hls|hls_buffers|hls_forwards_args|hls_fragment|hls_mp4_buffer_size|hls_mp4_max_buffer_size)\\b'
'name': 'support.function.directive.module.http.hls'
}
{
'match': '\\b(image_filter|image_filter_buffer|image_filter_interlace|image_filter_jpeg_quality|image_filter_sharpen|image_filter_transparency|image_filter_webp_quality)\\b'
'name': 'support.function.directive.module.http.image_filter'
}
{
'match': '\\b(index)\\b'
'name': 'support.function.directive.module.http.index'
}
{
'match': '\\b(js_include|js_content|js_set)\\b'
'name': 'support.function.directive.module.http.js'
}
{
'match': '\\b(limit_conn|limit_conn_log_level|limit_conn_status|limit_conn_zone|limit_zone)\\b'
@ -173,43 +209,211 @@
'name': 'support.function.directive.module.http.limit_req'
}
{
'match': '\\b(access_log|log_format)\\b'
'match': '\\b(access_log|log_format|open_log_file_cache)\\b'
'name': 'support.function.directive.module.http.log'
}
{
'match': '\\b(map|map_hash_max_size|map_hash_bucket_size)\\b'
'match': '\\b(map|map_hash_bucket_size|map_hash_max_size)\\b'
'name': 'support.function.directive.module.http.map'
}
{
'match': '\\b(memcached_pass|memcached_connect_timeout|memcached_send_timeout|memcached_read_timeout|memcached_buffer_size|memcached_next_upstream)\\b'
'match': '\\b(memcached_bind|memcached_buffer_size|memcached_connect_timeout|memcached_force_ranges|memcached_gzip_flag|memcached_next_upstream|memcached_next_upstream_timeout|memcached_next_upstream_tries|memcached_pass|memcached_read_timeout|memcached_send_timeout)\\b'
'name': 'support.function.directive.module.http.memcached'
}
{
'match': '\\b(proxy_bind|proxy_buffer_size|proxy_buffering|proxy_buffers|proxy_busy_buffers_size|proxy_cache|proxy_cache_bypass|proxy_cache_key|proxy_cache_lock|proxy_cache_lock_age|proxy_cache_lock_timeout|proxy_cache_methods|proxy_cache_min_uses|proxy_cache_path|proxy_cache_purge|proxy_cache_revalidate|proxy_cache_use_stale|proxy_cache_valid|proxy_connect_timeout|proxy_cookie_domain|proxy_cookie_path|proxy_force_ranges|proxy_headers_hash_bucket_size|proxy_headers_hash_max_size|proxy_hide_header|proxy_http_version|proxy_ignore_client_abort|proxy_ignore_headers|proxy_intercept_errors|proxy_limit_rate|proxy_max_temp_file_size|proxy_method|proxy_next_upstream|proxy_next_upstream_timeout|proxy_next_upstream_tries|proxy_no_cache|proxy_pass|proxy_pass_header|proxy_read_timeout|proxy_pass_request_body|proxy_pass_request_headers|proxy_redirect|proxy_request_buffering|proxy_send_lowat|proxy_send_timeout|proxy_set_body|proxy_set_header|proxy_ssl_certificate|proxy_ssl_certificate_key|proxy_ssl_ciphers|proxy_ssl_crl|proxy_ssl_name|proxy_ssl_password_file|proxy_ssl_server_name|proxy_ssl_session_reuse|proxy_ssl_protocols|proxy_ssl_trusted_certificate|proxy_ssl_verify|proxy_ssl_verify_depth|proxy_store|proxy_store_access|proxy_temp_file_write_size|proxy_temp_path)\\b'
'match': '\\b(mp4|mp4_buffer_size|mp4_max_buffer_size|mp4_limit_rate|mp4_limit_rate_after)\\b'
'name': 'support.function.directive.module.http.mp4'
}
{
'match': '\\b(perl|perl_modules|perl_require|perl_set)\\b'
'name': 'support.function.directive.module.http.perl'
}
{
'match': '\\b(proxy_bind|proxy_buffer_size|proxy_buffering|proxy_buffers|proxy_busy_buffers_size|proxy_cache|proxy_cache_background_update|proxy_cache_bypass|proxy_cache_convert_head|proxy_cache_key|proxy_cache_lock|proxy_cache_lock_age|proxy_cache_lock_timeout|proxy_cache_max_range_offset|proxy_cache_methods|proxy_cache_min_uses|proxy_cache_path|proxy_cache_purge|proxy_cache_revalidate|proxy_cache_use_stale|proxy_cache_valid|proxy_connect_timeout|proxy_cookie_domain|proxy_cookie_path|proxy_force_ranges|proxy_headers_hash_bucket_size|proxy_headers_hash_max_size|proxy_hide_header|proxy_http_version|proxy_ignore_client_abort|proxy_ignore_headers|proxy_intercept_errors|proxy_limit_rate|proxy_max_temp_file_size|proxy_method|proxy_next_upstream|proxy_next_upstream_timeout|proxy_next_upstream_tries|proxy_no_cache|proxy_pass|proxy_pass_header|proxy_pass_request_body|proxy_pass_request_headers|proxy_read_timeout|proxy_redirect|proxy_request_buffering|proxy_send_lowat|proxy_send_timeout|proxy_set_body|proxy_set_header|proxy_ssl_certificate|proxy_ssl_certificate_key|proxy_ssl_ciphers|proxy_ssl_crl|proxy_ssl_name|proxy_ssl_password_file|proxy_ssl_server_name|proxy_ssl_session_reuse|proxy_ssl_protocols|proxy_ssl_trusted_certificate|proxy_ssl_verify|proxy_ssl_verify_depth|proxy_store|proxy_store_access|proxy_temp_file_write_size|proxy_temp_path)\\b'
'name': 'support.function.directive.module.http.proxy'
}
{
'match': '\\b(break|if|return|rewrite|set|uninitialized_variable_warn)\\b'
'name': 'keyword.control.directive.module.http.rewrite'
}
{
'match': '\\b(ssi|ssi_silent_errors|ssi_types|ssi_value_length)\\b'
'name': 'support.function.directive.module.http.ssi'
}
{
'match': '\\b(ip_hash|upstream|server)\\b'
'name': 'support.function.directive.module.http.upstream'
'match': '\\b(random_index)\\b'
'name': 'support.function.directive.module.http.random_index'
}
{
'match': '\\b(set_real_ip_from|real_ip_header|real_ip_recursive)\\b'
'name': 'support.function.directive.module.http.realip'
'name': 'support.function.directive.module.http.real_ip'
}
{
'match': '\\b(userid|userid_domain|userid_expires|userid_name|userid_p3p|userid_path|userid_service)\\b'
'match': '\\b(referer_hash_bucket_size|referer_hash_max_size|valid_referers)\\b'
'name': 'support.function.directive.module.http.referer'
}
{
'match': '\\b(break|if|return|rewrite|rewrite_log|set|uninitialized_variable_warn)\\b'
'name': 'keyword.control.directive.module.http.rewrite'
}
{
'match': '\\b(scgi_bind|scgi_buffer_size|scgi_buffering|scgi_buffers|scgi_busy_buffers_size|scgi_cache|scgi_cache_background_update|scgi_cache_bypass|scgi_cache_key|scgi_cache_lock|scgi_cache_lock_age|scgi_cache_lock_timeout|scgi_cache_max_range_offset|scgi_cache_methods|scgi_cache_min_uses|scgi_cache_path|scgi_cache_purge|scgi_cache_revalidate|scgi_cache_use_stale|scgi_cache_valid|scgi_connect_timeout|scgi_force_ranges|scgi_hide_header|scgi_ignore_client_abort|scgi_ignore_headers|scgi_intercept_errors|scgi_limit_rate|scgi_max_temp_file_size|scgi_next_upstream|scgi_next_upstream_timeout|scgi_next_upstream_tries|scgi_no_cache|sgi_param|scgi_pass|scgi_pass_header|scgi_pass_request_body|scgi_pass_request_headers|scgi_read_timeout|scgi_request_buffering|scgi_send_timeout|scgi_store|fastcgi_store_access|scgi_temp_file_write_size|scgi_temp_path)\\b'
'name': 'support.function.directive.module.http.scgi'
}
{
'match': '\\b(secure_link|secure_link_md5|secure_link_secret)\\b'
'name': 'support.function.directive.module.http.secure_link'
}
{
'match': '\\b(session_log_format|session_log_zone|session_log)\\b'
'name': 'support.function.directive.module.http.session_log'
}
{
'match': '\\b(slice)\\b'
'name': 'support.function.directive.module.http.slice'
}
{
'match': '\\b(spdy_chunk_size|spdy_headers_comp)\\b'
'name': 'support.function.directive.module.http.spdy'
}
{
'match': '\\b(split_clients)\\b'
'name': 'support.function.directive.module.http.split_clients'
}
{
'match': '\\b(ssi|ssi_last_modified|ssi_min_file_chunk|ssi_silent_errors|ssi_types|ssi_value_length)\\b'
'name': 'support.function.directive.module.http.ssi'
}
{
'match': '\\b(ssl|ssl_buffer_size|ssl_certificate|ssl_certificate_key|ssl_ciphers|ssl_client_certificate|ssl_crl|ssl_dhparam|ssl_ecdh_curve|ssl_password_file|ssl_prefer_server_ciphers|ssl_protocols|ssl_session_cache|ssl_session_ticket_key|ssl_session_tickets|ssl_session_timeout|ssl_stapling|ssl_stapling_file|ssl_stapling_responder|ssl_stapling_responder|ssl_stapling_verify|ssl_trusted_certificate|ssl_verify_client|ssl_verify_depth)\\b'
'name': 'support.function.directive.module.http.ssl'
}
{
'match': '\\b(status|status_format|status_zone)\\b'
'name': 'support.function.directive.module.http.status'
}
{
'match': '\\b(stub_status)\\b'
'name': 'support.function.directive.module.http.stub_status'
}
{
'match': '\\b(sub_filter|sub_filter_last_modified|sub_filter_once|sub_filter_types)\\b'
'name': 'support.function.directive.module.http.sub'
}
{
'match': '\\b(upstream|server|zone|state|hash|ip_hash|keepalive|ntlm|least_conn|least_time|queue|sticky|sticky_cookie_insert)\\b'
'name': 'support.function.directive.module.http.upstream'
}
{
'match': '\\b(upstream_conf)\\b'
'name': 'support.function.directive.module.http.upstream_conf'
}
{
'match': '\\b(health_check|match)\\b'
'name': 'support.function.directive.module.http.upstream_hc'
}
{
'match': '\\b(userid|userid_domain|userid_expires|userid_mark|userid_name|userid_p3p|userid_path|userid_service)\\b'
'name': 'support.function.directive.module.http.userid'
}
{
'match': '\\b(lua_use_default_type|lua_code_cache|lua_regex_cache_max_entries|lua_regex_match_limit|lua_package_path|lua_package_cpath|init_by_lua|init_by_lua_file|init_worker_by_lua|init_worker_by_lua_file|set_by_lua|set_by_lua_file|content_by_lua|content_by_lua_file|rewrite_by_lua|rewrite_by_lua_file|access_by_lua|access_by_lua_file|header_filter_by_lua|header_filter_by_lua_file|body_filter_by_lua|body_filter_by_lua_file|log_by_lua|log_by_lua_file|lua_need_request_body|lua_shared_dict|lua_socket_connect_timeout|lua_socket_send_timeout|lua_socket_send_lowat|lua_socket_read_timeout|lua_socket_buffer_size|lua_socket_pool_size|lua_socket_keepalive_timeout|lua_socket_log_errors|lua_ssl_ciphers|lua_ssl_crl|lua_ssl_protocols|lua_ssl_trusted_certificate|lua_ssl_verify_depth|lua_http10_buffering|rewrite_by_lua_no_postpone|lua_transform_underscores_in_response_headers|lua_check_client_abort|lua_max_pending_timers|lua_max_running_timers)\\b'
'name': 'support.function.directive.module.http.lua'
'match': '\\b(uwsgi_bind|uwsgi_buffer_size|uwsgi_buffering|uwsgi_buffers|uwsgi_busy_buffers_size|uwsgi_cache|uwsgi_cache_background_update|uwsgi_cache_bypass|uwsgi_cache_key|uwsgi_cache_lock|uwsgi_cache_lock_age|uwsgi_cache_lock_timeout|uwsgi_cache_max_range_offset|uwsgi_cache_methods|uwsgi_cache_min_uses|uwsgi_cache_path|uwsgi_cache_purge|uwsgi_cache_revalidate|uwsgi_cache_use_stale|uwsgi_cache_valid|uwsgi_connect_timeout|uwsgi_force_ranges|uwsgi_hide_header|uwsgi_ignore_client_abort|uwsgi_ignore_headers|uwsgi_intercept_errors|uwsgi_limit_rate|uwsgi_max_temp_file_size|uwsgi_modifier1|uwsgi_modifier2|uwsgi_next_upstream|uwsgi_next_upstream_timeout|uwsgi_next_upstream_tries|uwsgi_no_cache|uwsgi_param|uwsgi_pass|uwsgi_pass_header|uwsgi_pass_request_body|uwsgi_pass_request_headers|uwsgi_read_timeout|uwsgi_request_buffering|uwsgi_send_timeout|uwsgi_ssl_certificate|uwsgi_ssl_certificate_key|uwsgi_ssl_ciphers|uwsgi_ssl_crl|uwsgi_ssl_name|uwsgi_ssl_password_file|uwsgi_ssl_protocols|uwsgi_ssl_server_name|uwsgi_ssl_session_reuse|uwsgi_ssl_trusted_certificate|uwsgi_ssl_verify|uwsgi_ssl_verify_depth|uwsgi_store|uwsgi_store_access|uwsgi_temp_file_write_size|uwsgi_temp_path)\\b'
'name': 'support.function.directive.module.http.uwsgi'
}
{
'match': '\\b(http2_chunk_size|http2_body_preread_size|http2_idle_timeout|http2_max_concurrent_streams|http2_max_field_size|http2_max_header_size|http2_max_requests|http2_recv_buffer_size|http2_recv_timeout)\\b'
'name': 'support.function.directive.module.http.v2'
}
{
'match': '\\b(xml_entities|xslt_last_modified|xslt_param|xslt_string_param|xslt_stylesheet|xslt_types)\\b'
'name': 'support.function.directive.module.http.xslt'
}
{
'match': '\\b(listen|mail|protocol|resolver|resolver_timeout|server|server_name)\\b'
'name': 'support.function.directive.module.mail.core'
}
{
'match': '\\b(auth_http|auth_http_header|auth_pass_client_cert|auth_http_timeout)\\b'
'name': 'support.function.directive.module.mail.auth_http'
}
{
'match': '\\b(proxy_buffer|proxy_pass_error_message|proxy_timeout|xclient)\\b'
'name': 'support.function.directive.module.mail.proxy'
}
{
'match': '\\b(ssl|ssl_certificate|ssl_certificate_key|ssl_ciphers|ssl_client_certificate|ssl_crl|ssl_dhparam|ssl_ecdh_curve|ssl_password_file|ssl_prefer_server_ciphers|ssl_protocols|ssl_session_cache|ssl_session_ticket_key|ssl_session_tickets|ssl_session_timeout|ssl_trusted_certificate|ssl_verify_client|ssl_verify_depth|starttls)\\b'
'name': 'support.function.directive.module.mail.ssl'
}
{
'match': '\\b(imap_auth|imap_capabilities|imap_client_buffer)\\b'
'name': 'support.function.directive.module.mail.imap'
}
{
'match': '\\b(pop3_auth|pop3_capabilities)\\b'
'name': 'support.function.directive.module.mail.pop3'
}
{
'match': '\\b(smtp_auth|smtp_capabilities)\\b'
'name': 'support.function.directive.module.mail.smtp'
}
{
'match': '\\b(listen|preread_buffer_size|preread_timeout|proxy_protocol_timeout|resolver|resolver_timeout|server|stream|tcp_nodelay|variables_hash_bucket_size|variables_hash_max_size)\\b'
'name': 'support.function.directive.module.stream.core'
}
{
'match': '\\b(allow|deny)\\b'
'name': 'support.function.directive.module.stream.access'
}
{
'match': '\\b(geo)\\b'
'name': 'support.function.directive.module.stream.geo'
}
{
'match': '\\b(geoip_country|geoip_city|geoip_org)\\b'
'name': 'support.function.directive.module.stream.geoip'
}
{
'match': '\\b(js_access|js_filter|js_include|js_preread|js_set)\\b'
'name': 'support.function.directive.module.stream.js'
}
{
'match': '\\b(limit_conn|limit_conn_log_level|limit_conn_zone)\\b'
'name': 'support.function.directive.module.stream.limit_conn'
}
{
'match': '\\b(access_log|log_format|open_log_file_cache)\\b'
'name': 'support.function.directive.module.stream.log'
}
{
'match': '\\b(map|map_hash_bucket_size|map_hash_max_size)\\b'
'name': 'support.function.directive.module.stream.map'
}
{
'match': '\\b(proxy_bind|proxy_buffer_size|proxy_connect_timeout|proxy_download_rate|proxy_next_upstream|proxy_next_upstream_timeout|proxy_next_upstream_tries|proxy_pass|proxy_protocol|proxy_responses|proxy_ssl|proxy_ssl_certificate|proxy_ssl_certificate_key|proxy_ssl_ciphers|proxy_ssl_crl|proxy_ssl_name|proxy_ssl_password_file|proxy_ssl_server_name|proxy_ssl_session_reuse|proxy_ssl_protocols|proxy_ssl_trusted_certificate|proxy_ssl_verify|proxy_ssl_verify_depth|proxy_timeout|proxy_upload_rate)\\b'
'name': 'support.function.directive.module.stream.proxy'
}
{
'match': '\\b(set_real_ip_from)\\b'
'name': 'support.function.directive.module.stream.realip'
}
{
'match': '\\b(return)\\b'
'name': 'support.function.directive.module.stream.return'
}
{
'match': '\\b(split_clients)\\b'
'name': 'support.function.directive.module.stream.split_clients'
}
{
'match': '\\b(ssl_certificate|ssl_certificate_key|ssl_ciphers|ssl_client_certificate|ssl_crl|ssl_dhparam|ssl_ecdh_curve|ssl_handshake_timeout|ssl_password_file|ssl_prefer_server_ciphers|ssl_protocols|ssl_session_cache|ssl_session_ticket_key|ssl_session_tickets|ssl_session_timeout|ssl_trusted_certificate|ssl_verify_client|ssl_verify_depth)\\b'
'name': 'support.function.directive.module.stream.ssl'
}
{
'match': '\\b(ssl_preread)\\b'
'name': 'support.function.directive.module.stream.ssl_preread'
}
{
'match': '\\b(upstream|server|zone|state|hash|least_conn|least_time)\\b'
'name': 'support.function.directive.module.stream.upstream'
}
{
'match': '\\b(health_check|health_check_timeout|match)\\b'
'name': 'support.function.directive.module.stream.upstream_hc'
}
{
'match': '\\b(google_perftools_profiles)\\b'
'name': 'support.function.directive.module.google.perftools'
}
]