// // nginx19.hilight - nginx 1.9 Config Syntax Highlighting // // author : nzawa // created : 2016-03-22 // modified : - // revision : 1.0 // // references : http://nginx.org/en/docs/dirindex.html // http://nginx.org/en/docs/varindex.html // //-------------------------------------------------------------------- // modifiers, operators //-------------------------------------------------------------------- 153,=|!=|~|~\*|!~|!~\*|\^~|-f|!-f|-d|!-d|-e|!-e|-x|!-x //-------------------------------------------------------------------- // ipv4 addr //-------------------------------------------------------------------- 249,(([1-9]?\d|1\d{2}|2[0-4]\d|25[0-5])\.){3}([1-9]?\d|1\d{2}|2[0-4]\d|25[0-5]) //-------------------------------------------------------------------- // ipv6 addr // regex from http://d.hatena.ne.jp/taichitaichi/20110112/1294819517 //-------------------------------------------------------------------- 249,([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:) 249,([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:) 249,([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:) 249,([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:) 249,([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:) 249,([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:) 249,([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:) 249,:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:) //-------------------------------------------------------------------- // directives //-------------------------------------------------------------------- 49,(?<=(^|[\{\};])\s*)accept_mutex 49,(?<=(^|[\{\};])\s*)accept_mutex_delay 49,(?<=(^|[\{\};])\s*)access_log 49,(?<=(^|[\{\};])\s*)add_after_body 49,(?<=(^|[\{\};])\s*)add_before_body 49,(?<=(^|[\{\};])\s*)add_header 49,(?<=(^|[\{\};])\s*)addition_types 49,(?<=(^|[\{\};])\s*)aio 49,(?<=(^|[\{\};])\s*)alias 49,(?<=(^|[\{\};])\s*)allow 49,(?<=(^|[\{\};])\s*)ancient_browser 49,(?<=(^|[\{\};])\s*)ancient_browser_value 49,(?<=(^|[\{\};])\s*)auth_basic 49,(?<=(^|[\{\};])\s*)auth_basic_user_file 49,(?<=(^|[\{\};])\s*)auth_http 49,(?<=(^|[\{\};])\s*)auth_http_header 49,(?<=(^|[\{\};])\s*)auth_http_pass_client_cert 49,(?<=(^|[\{\};])\s*)auth_http_timeout 49,(?<=(^|[\{\};])\s*)auth_request 49,(?<=(^|[\{\};])\s*)auth_request_set 49,(?<=(^|[\{\};])\s*)autoindex 49,(?<=(^|[\{\};])\s*)autoindex_exact_size 49,(?<=(^|[\{\};])\s*)autoindex_format 49,(?<=(^|[\{\};])\s*)autoindex_localtime 49,(?<=(^|[\{\};])\s*)break 49,(?<=(^|[\{\};])\s*)charset 49,(?<=(^|[\{\};])\s*)charset_map 49,(?<=(^|[\{\};])\s*)charset_types 49,(?<=(^|[\{\};])\s*)chunked_transfer_encoding 49,(?<=(^|[\{\};])\s*)client_body_buffer_size 49,(?<=(^|[\{\};])\s*)client_body_in_file_only 49,(?<=(^|[\{\};])\s*)client_body_in_single_buffer 49,(?<=(^|[\{\};])\s*)client_body_temp_path 49,(?<=(^|[\{\};])\s*)client_body_timeout 49,(?<=(^|[\{\};])\s*)client_header_buffer_size 49,(?<=(^|[\{\};])\s*)client_header_timeout 49,(?<=(^|[\{\};])\s*)client_max_body_size 49,(?<=(^|[\{\};])\s*)connection_pool_size 49,(?<=(^|[\{\};])\s*)create_full_put_path 49,(?<=(^|[\{\};])\s*)daemon 49,(?<=(^|[\{\};])\s*)dav_access 49,(?<=(^|[\{\};])\s*)dav_methods 49,(?<=(^|[\{\};])\s*)debug_connection 49,(?<=(^|[\{\};])\s*)debug_points 49,(?<=(^|[\{\};])\s*)default_type 49,(?<=(^|[\{\};])\s*)deny 49,(?<=(^|[\{\};])\s*)directio 49,(?<=(^|[\{\};])\s*)directio_alignment 49,(?<=(^|[\{\};])\s*)disable_symlinks 49,(?<=(^|[\{\};])\s*)empty_gif 49,(?<=(^|[\{\};])\s*)env 49,(?<=(^|[\{\};])\s*)error_log 49,(?<=(^|[\{\};])\s*)error_page 49,(?<=(^|[\{\};])\s*)etag 49,(?<=(^|[\{\};])\s*)events 49,(?<=(^|[\{\};])\s*)expires 49,(?<=(^|[\{\};])\s*)f4f 49,(?<=(^|[\{\};])\s*)f4f_buffer_size 49,(?<=(^|[\{\};])\s*)fastcgi_bind 49,(?<=(^|[\{\};])\s*)fastcgi_buffer_size 49,(?<=(^|[\{\};])\s*)fastcgi_buffering 49,(?<=(^|[\{\};])\s*)fastcgi_buffers 49,(?<=(^|[\{\};])\s*)fastcgi_busy_buffers_size 49,(?<=(^|[\{\};])\s*)fastcgi_cache 49,(?<=(^|[\{\};])\s*)fastcgi_cache_bypass 49,(?<=(^|[\{\};])\s*)fastcgi_cache_key 49,(?<=(^|[\{\};])\s*)fastcgi_cache_lock 49,(?<=(^|[\{\};])\s*)fastcgi_cache_lock_age 49,(?<=(^|[\{\};])\s*)fastcgi_cache_lock_timeout 49,(?<=(^|[\{\};])\s*)fastcgi_cache_methods 49,(?<=(^|[\{\};])\s*)fastcgi_cache_min_uses 49,(?<=(^|[\{\};])\s*)fastcgi_cache_path 49,(?<=(^|[\{\};])\s*)fastcgi_cache_purge 49,(?<=(^|[\{\};])\s*)fastcgi_cache_revalidate 49,(?<=(^|[\{\};])\s*)fastcgi_cache_use_stale 49,(?<=(^|[\{\};])\s*)fastcgi_cache_valid 49,(?<=(^|[\{\};])\s*)fastcgi_catch_stderr 49,(?<=(^|[\{\};])\s*)fastcgi_connect_timeout 49,(?<=(^|[\{\};])\s*)fastcgi_force_ranges 49,(?<=(^|[\{\};])\s*)fastcgi_hide_header 49,(?<=(^|[\{\};])\s*)fastcgi_ignore_client_abort 49,(?<=(^|[\{\};])\s*)fastcgi_ignore_headers 49,(?<=(^|[\{\};])\s*)fastcgi_index 49,(?<=(^|[\{\};])\s*)fastcgi_intercept_errors 49,(?<=(^|[\{\};])\s*)fastcgi_keep_conn 49,(?<=(^|[\{\};])\s*)fastcgi_limit_rate 49,(?<=(^|[\{\};])\s*)fastcgi_max_temp_file_size 49,(?<=(^|[\{\};])\s*)fastcgi_next_upstream 49,(?<=(^|[\{\};])\s*)fastcgi_next_upstream_timeout 49,(?<=(^|[\{\};])\s*)fastcgi_next_upstream_tries 49,(?<=(^|[\{\};])\s*)fastcgi_no_cache 49,(?<=(^|[\{\};])\s*)fastcgi_param 49,(?<=(^|[\{\};])\s*)fastcgi_pass 49,(?<=(^|[\{\};])\s*)fastcgi_pass_header 49,(?<=(^|[\{\};])\s*)fastcgi_pass_request_body 49,(?<=(^|[\{\};])\s*)fastcgi_pass_request_headers 49,(?<=(^|[\{\};])\s*)fastcgi_read_timeout 49,(?<=(^|[\{\};])\s*)fastcgi_request_buffering 49,(?<=(^|[\{\};])\s*)fastcgi_send_lowat 49,(?<=(^|[\{\};])\s*)fastcgi_send_timeout 49,(?<=(^|[\{\};])\s*)fastcgi_split_path_info 49,(?<=(^|[\{\};])\s*)fastcgi_store 49,(?<=(^|[\{\};])\s*)fastcgi_store_access 49,(?<=(^|[\{\};])\s*)fastcgi_temp_file_write_size 49,(?<=(^|[\{\};])\s*)fastcgi_temp_path 49,(?<=(^|[\{\};])\s*)flv 49,(?<=(^|[\{\};])\s*)geo 49,(?<=(^|[\{\};])\s*)geoip_city 49,(?<=(^|[\{\};])\s*)geoip_country 49,(?<=(^|[\{\};])\s*)geoip_org 49,(?<=(^|[\{\};])\s*)geoip_proxy 49,(?<=(^|[\{\};])\s*)geoip_proxy_recursive 49,(?<=(^|[\{\};])\s*)gunzip 49,(?<=(^|[\{\};])\s*)gunzip_buffers 49,(?<=(^|[\{\};])\s*)gzip 49,(?<=(^|[\{\};])\s*)gzip_buffers 49,(?<=(^|[\{\};])\s*)gzip_comp_level 49,(?<=(^|[\{\};])\s*)gzip_disable 49,(?<=(^|[\{\};])\s*)gzip_http_version 49,(?<=(^|[\{\};])\s*)gzip_min_length 49,(?<=(^|[\{\};])\s*)gzip_proxied 49,(?<=(^|[\{\};])\s*)gzip_static 49,(?<=(^|[\{\};])\s*)gzip_types 49,(?<=(^|[\{\};])\s*)gzip_vary 49,(?<=(^|[\{\};])\s*)hash 49,(?<=(^|[\{\};])\s*)health_check 49,(?<=(^|[\{\};])\s*)health_check_timeout 49,(?<=(^|[\{\};])\s*)hls 49,(?<=(^|[\{\};])\s*)hls_buffers 49,(?<=(^|[\{\};])\s*)hls_forward_args 49,(?<=(^|[\{\};])\s*)hls_fragment 49,(?<=(^|[\{\};])\s*)hls_mp4_buffer_size 49,(?<=(^|[\{\};])\s*)hls_mp4_max_buffer_size 49,(?<=(^|[\{\};])\s*)http 49,(?<=(^|[\{\};])\s*)http2_chunk_size 49,(?<=(^|[\{\};])\s*)http2_idle_timeout 49,(?<=(^|[\{\};])\s*)http2_max_concurrent_streams 49,(?<=(^|[\{\};])\s*)http2_max_field_size 49,(?<=(^|[\{\};])\s*)http2_max_header_size 49,(?<=(^|[\{\};])\s*)http2_recv_buffer_size 49,(?<=(^|[\{\};])\s*)http2_recv_timeout 49,(?<=(^|[\{\};])\s*)if 49,(?<=(^|[\{\};])\s*)if_modified_since 49,(?<=(^|[\{\};])\s*)ignore_invalid_headers 49,(?<=(^|[\{\};])\s*)image_filter 49,(?<=(^|[\{\};])\s*)image_filter_buffer 49,(?<=(^|[\{\};])\s*)image_filter_interlace 49,(?<=(^|[\{\};])\s*)image_filter_jpeg_quality 49,(?<=(^|[\{\};])\s*)image_filter_sharpen 49,(?<=(^|[\{\};])\s*)image_filter_transparency 49,(?<=(^|[\{\};])\s*)imap_auth 49,(?<=(^|[\{\};])\s*)imap_capabilities 49,(?<=(^|[\{\};])\s*)imap_client_buffer 49,(?<=(^|[\{\};])\s*)include 49,(?<=(^|[\{\};])\s*)index 49,(?<=(^|[\{\};])\s*)internal 49,(?<=(^|[\{\};])\s*)ip_hash 49,(?<=(^|[\{\};])\s*)keepalive 49,(?<=(^|[\{\};])\s*)keepalive_disable 49,(?<=(^|[\{\};])\s*)keepalive_requests 49,(?<=(^|[\{\};])\s*)keepalive_timeout 49,(?<=(^|[\{\};])\s*)large_client_header_buffers 49,(?<=(^|[\{\};])\s*)least_conn 49,(?<=(^|[\{\};])\s*)least_time 49,(?<=(^|[\{\};])\s*)limit_conn 49,(?<=(^|[\{\};])\s*)limit_conn_log_level 49,(?<=(^|[\{\};])\s*)limit_conn_status 49,(?<=(^|[\{\};])\s*)limit_conn_zone 49,(?<=(^|[\{\};])\s*)limit_except 49,(?<=(^|[\{\};])\s*)limit_rate 49,(?<=(^|[\{\};])\s*)limit_rate_after 49,(?<=(^|[\{\};])\s*)limit_req 49,(?<=(^|[\{\};])\s*)limit_req_log_level 49,(?<=(^|[\{\};])\s*)limit_req_status 49,(?<=(^|[\{\};])\s*)limit_req_zone 49,(?<=(^|[\{\};])\s*)limit_zone 49,(?<=(^|[\{\};])\s*)lingering_close 49,(?<=(^|[\{\};])\s*)lingering_time 49,(?<=(^|[\{\};])\s*)lingering_timeout 49,(?<=(^|[\{\};])\s*)listen 49,(?<=(^|[\{\};])\s*)load_module 49,(?<=(^|[\{\};])\s*)location 49,(?<=(^|[\{\};])\s*)lock_file 49,(?<=(^|[\{\};])\s*)log_format 49,(?<=(^|[\{\};])\s*)log_not_found 49,(?<=(^|[\{\};])\s*)log_subrequest 49,(?<=(^|[\{\};])\s*)mail 49,(?<=(^|[\{\};])\s*)map 49,(?<=(^|[\{\};])\s*)map_hash_bucket_size 49,(?<=(^|[\{\};])\s*)map_hash_max_size 49,(?<=(^|[\{\};])\s*)master_process 49,(?<=(^|[\{\};])\s*)match 49,(?<=(^|[\{\};])\s*)max_ranges 49,(?<=(^|[\{\};])\s*)memcached_bind 49,(?<=(^|[\{\};])\s*)memcached_buffer_size 49,(?<=(^|[\{\};])\s*)memcached_connect_timeout 49,(?<=(^|[\{\};])\s*)memcached_force_ranges 49,(?<=(^|[\{\};])\s*)memcached_gzip_flag 49,(?<=(^|[\{\};])\s*)memcached_next_upstream 49,(?<=(^|[\{\};])\s*)memcached_next_upstream_timeout 49,(?<=(^|[\{\};])\s*)memcached_next_upstream_tries 49,(?<=(^|[\{\};])\s*)memcached_pass 49,(?<=(^|[\{\};])\s*)memcached_read_timeout 49,(?<=(^|[\{\};])\s*)memcached_send_timeout 49,(?<=(^|[\{\};])\s*)merge_slashes 49,(?<=(^|[\{\};])\s*)min_delete_depth 49,(?<=(^|[\{\};])\s*)modern_browser 49,(?<=(^|[\{\};])\s*)modern_browser_value 49,(?<=(^|[\{\};])\s*)mp4 49,(?<=(^|[\{\};])\s*)mp4_buffer_size 49,(?<=(^|[\{\};])\s*)mp4_limit_rate 49,(?<=(^|[\{\};])\s*)mp4_limit_rate_after 49,(?<=(^|[\{\};])\s*)mp4_max_buffer_size 49,(?<=(^|[\{\};])\s*)msie_padding 49,(?<=(^|[\{\};])\s*)msie_refresh 49,(?<=(^|[\{\};])\s*)multi_accept 49,(?<=(^|[\{\};])\s*)ntlm 49,(?<=(^|[\{\};])\s*)open_file_cache 49,(?<=(^|[\{\};])\s*)open_file_cache_errors 49,(?<=(^|[\{\};])\s*)open_file_cache_min_uses 49,(?<=(^|[\{\};])\s*)open_file_cache_valid 49,(?<=(^|[\{\};])\s*)open_log_file_cache 49,(?<=(^|[\{\};])\s*)output_buffers 49,(?<=(^|[\{\};])\s*)override_charset 49,(?<=(^|[\{\};])\s*)pcre_jit 49,(?<=(^|[\{\};])\s*)perl 49,(?<=(^|[\{\};])\s*)perl_modules 49,(?<=(^|[\{\};])\s*)perl_require 49,(?<=(^|[\{\};])\s*)perl_set 49,(?<=(^|[\{\};])\s*)pid 49,(?<=(^|[\{\};])\s*)pop3_auth 49,(?<=(^|[\{\};])\s*)pop3_capabilities 49,(?<=(^|[\{\};])\s*)port_in_redirect 49,(?<=(^|[\{\};])\s*)postpone_output 49,(?<=(^|[\{\};])\s*)protocol 49,(?<=(^|[\{\};])\s*)proxy_bind 49,(?<=(^|[\{\};])\s*)proxy_buffer 49,(?<=(^|[\{\};])\s*)proxy_buffer_size 49,(?<=(^|[\{\};])\s*)proxy_buffering 49,(?<=(^|[\{\};])\s*)proxy_buffers 49,(?<=(^|[\{\};])\s*)proxy_busy_buffers_size 49,(?<=(^|[\{\};])\s*)proxy_cache 49,(?<=(^|[\{\};])\s*)proxy_cache_bypass 49,(?<=(^|[\{\};])\s*)proxy_cache_convert_head 49,(?<=(^|[\{\};])\s*)proxy_cache_key 49,(?<=(^|[\{\};])\s*)proxy_cache_lock 49,(?<=(^|[\{\};])\s*)proxy_cache_lock_age 49,(?<=(^|[\{\};])\s*)proxy_cache_lock_timeout 49,(?<=(^|[\{\};])\s*)proxy_cache_methods 49,(?<=(^|[\{\};])\s*)proxy_cache_min_uses 49,(?<=(^|[\{\};])\s*)proxy_cache_path 49,(?<=(^|[\{\};])\s*)proxy_cache_purge 49,(?<=(^|[\{\};])\s*)proxy_cache_revalidate 49,(?<=(^|[\{\};])\s*)proxy_cache_use_stale 49,(?<=(^|[\{\};])\s*)proxy_cache_valid 49,(?<=(^|[\{\};])\s*)proxy_connect_timeout 49,(?<=(^|[\{\};])\s*)proxy_cookie_domain 49,(?<=(^|[\{\};])\s*)proxy_cookie_path 49,(?<=(^|[\{\};])\s*)proxy_download_rate 49,(?<=(^|[\{\};])\s*)proxy_force_ranges 49,(?<=(^|[\{\};])\s*)proxy_headers_hash_bucket_size 49,(?<=(^|[\{\};])\s*)proxy_headers_hash_max_size 49,(?<=(^|[\{\};])\s*)proxy_hide_header 49,(?<=(^|[\{\};])\s*)proxy_http_version 49,(?<=(^|[\{\};])\s*)proxy_ignore_client_abort 49,(?<=(^|[\{\};])\s*)proxy_ignore_headers 49,(?<=(^|[\{\};])\s*)proxy_intercept_errors 49,(?<=(^|[\{\};])\s*)proxy_limit_rate 49,(?<=(^|[\{\};])\s*)proxy_max_temp_file_size 49,(?<=(^|[\{\};])\s*)proxy_method 49,(?<=(^|[\{\};])\s*)proxy_next_upstream 49,(?<=(^|[\{\};])\s*)proxy_next_upstream_timeout 49,(?<=(^|[\{\};])\s*)proxy_next_upstream_tries 49,(?<=(^|[\{\};])\s*)proxy_no_cache 49,(?<=(^|[\{\};])\s*)proxy_pass 49,(?<=(^|[\{\};])\s*)proxy_pass_error_message 49,(?<=(^|[\{\};])\s*)proxy_pass_header 49,(?<=(^|[\{\};])\s*)proxy_pass_request_body 49,(?<=(^|[\{\};])\s*)proxy_pass_request_headers 49,(?<=(^|[\{\};])\s*)proxy_protocol 49,(?<=(^|[\{\};])\s*)proxy_read_timeout 49,(?<=(^|[\{\};])\s*)proxy_redirect 49,(?<=(^|[\{\};])\s*)proxy_request_buffering 49,(?<=(^|[\{\};])\s*)proxy_responses 49,(?<=(^|[\{\};])\s*)proxy_send_lowat 49,(?<=(^|[\{\};])\s*)proxy_send_timeout 49,(?<=(^|[\{\};])\s*)proxy_set_body 49,(?<=(^|[\{\};])\s*)proxy_set_header 49,(?<=(^|[\{\};])\s*)proxy_ssl 49,(?<=(^|[\{\};])\s*)proxy_ssl_certificate 49,(?<=(^|[\{\};])\s*)proxy_ssl_certificate_key 49,(?<=(^|[\{\};])\s*)proxy_ssl_ciphers 49,(?<=(^|[\{\};])\s*)proxy_ssl_crl 49,(?<=(^|[\{\};])\s*)proxy_ssl_name 49,(?<=(^|[\{\};])\s*)proxy_ssl_password_file 49,(?<=(^|[\{\};])\s*)proxy_ssl_protocols 49,(?<=(^|[\{\};])\s*)proxy_ssl_server_name 49,(?<=(^|[\{\};])\s*)proxy_ssl_session_reuse 49,(?<=(^|[\{\};])\s*)proxy_ssl_trusted_certificate 49,(?<=(^|[\{\};])\s*)proxy_ssl_verify 49,(?<=(^|[\{\};])\s*)proxy_ssl_verify_depth 49,(?<=(^|[\{\};])\s*)proxy_store 49,(?<=(^|[\{\};])\s*)proxy_store_access 49,(?<=(^|[\{\};])\s*)proxy_temp_file_write_size 49,(?<=(^|[\{\};])\s*)proxy_temp_path 49,(?<=(^|[\{\};])\s*)proxy_timeout 49,(?<=(^|[\{\};])\s*)proxy_upload_rate 49,(?<=(^|[\{\};])\s*)queue 49,(?<=(^|[\{\};])\s*)random_index 49,(?<=(^|[\{\};])\s*)read_ahead 49,(?<=(^|[\{\};])\s*)real_ip_header 49,(?<=(^|[\{\};])\s*)real_ip_recursive 49,(?<=(^|[\{\};])\s*)recursive_error_pages 49,(?<=(^|[\{\};])\s*)referer_hash_bucket_size 49,(?<=(^|[\{\};])\s*)referer_hash_max_size 49,(?<=(^|[\{\};])\s*)request_pool_size 49,(?<=(^|[\{\};])\s*)reset_timedout_connection 49,(?<=(^|[\{\};])\s*)resolver 49,(?<=(^|[\{\};])\s*)resolver_timeout 49,(?<=(^|[\{\};])\s*)return 49,(?<=(^|[\{\};])\s*)rewrite 49,(?<=(^|[\{\};])\s*)rewrite_log 49,(?<=(^|[\{\};])\s*)root 49,(?<=(^|[\{\};])\s*)satisfy 49,(?<=(^|[\{\};])\s*)scgi_bind 49,(?<=(^|[\{\};])\s*)scgi_buffer_size 49,(?<=(^|[\{\};])\s*)scgi_buffering 49,(?<=(^|[\{\};])\s*)scgi_buffers 49,(?<=(^|[\{\};])\s*)scgi_busy_buffers_size 49,(?<=(^|[\{\};])\s*)scgi_cache 49,(?<=(^|[\{\};])\s*)scgi_cache_bypass 49,(?<=(^|[\{\};])\s*)scgi_cache_key 49,(?<=(^|[\{\};])\s*)scgi_cache_lock 49,(?<=(^|[\{\};])\s*)scgi_cache_lock_age 49,(?<=(^|[\{\};])\s*)scgi_cache_lock_timeout 49,(?<=(^|[\{\};])\s*)scgi_cache_methods 49,(?<=(^|[\{\};])\s*)scgi_cache_min_uses 49,(?<=(^|[\{\};])\s*)scgi_cache_path 49,(?<=(^|[\{\};])\s*)scgi_cache_purge 49,(?<=(^|[\{\};])\s*)scgi_cache_revalidate 49,(?<=(^|[\{\};])\s*)scgi_cache_use_stale 49,(?<=(^|[\{\};])\s*)scgi_cache_valid 49,(?<=(^|[\{\};])\s*)scgi_connect_timeout 49,(?<=(^|[\{\};])\s*)scgi_force_ranges 49,(?<=(^|[\{\};])\s*)scgi_hide_header 49,(?<=(^|[\{\};])\s*)scgi_ignore_client_abort 49,(?<=(^|[\{\};])\s*)scgi_ignore_headers 49,(?<=(^|[\{\};])\s*)scgi_intercept_errors 49,(?<=(^|[\{\};])\s*)scgi_limit_rate 49,(?<=(^|[\{\};])\s*)scgi_max_temp_file_size 49,(?<=(^|[\{\};])\s*)scgi_next_upstream 49,(?<=(^|[\{\};])\s*)scgi_next_upstream_timeout 49,(?<=(^|[\{\};])\s*)scgi_next_upstream_tries 49,(?<=(^|[\{\};])\s*)scgi_no_cache 49,(?<=(^|[\{\};])\s*)scgi_param 49,(?<=(^|[\{\};])\s*)scgi_pass 49,(?<=(^|[\{\};])\s*)scgi_pass_header 49,(?<=(^|[\{\};])\s*)scgi_pass_request_body 49,(?<=(^|[\{\};])\s*)scgi_pass_request_headers 49,(?<=(^|[\{\};])\s*)scgi_read_timeout 49,(?<=(^|[\{\};])\s*)scgi_request_buffering 49,(?<=(^|[\{\};])\s*)scgi_send_timeout 49,(?<=(^|[\{\};])\s*)scgi_store 49,(?<=(^|[\{\};])\s*)scgi_store_access 49,(?<=(^|[\{\};])\s*)scgi_temp_file_write_size 49,(?<=(^|[\{\};])\s*)scgi_temp_path 49,(?<=(^|[\{\};])\s*)secure_link 49,(?<=(^|[\{\};])\s*)secure_link_md5 49,(?<=(^|[\{\};])\s*)secure_link_secret 49,(?<=(^|[\{\};])\s*)send_lowat 49,(?<=(^|[\{\};])\s*)send_timeout 49,(?<=(^|[\{\};])\s*)sendfile 49,(?<=(^|[\{\};])\s*)sendfile_max_chunk 49,(?<=(^|[\{\};])\s*)server 49,(?<=(^|[\{\};])\s*)server_name 49,(?<=(^|[\{\};])\s*)server_name_in_redirect 49,(?<=(^|[\{\};])\s*)server_names_hash_bucket_size 49,(?<=(^|[\{\};])\s*)server_names_hash_max_size 49,(?<=(^|[\{\};])\s*)server_tokens 49,(?<=(^|[\{\};])\s*)session_log 49,(?<=(^|[\{\};])\s*)session_log_format 49,(?<=(^|[\{\};])\s*)session_log_zone 49,(?<=(^|[\{\};])\s*)set 49,(?<=(^|[\{\};])\s*)set_real_ip_from 49,(?<=(^|[\{\};])\s*)slice 49,(?<=(^|[\{\};])\s*)smtp_auth 49,(?<=(^|[\{\};])\s*)smtp_capabilities 49,(?<=(^|[\{\};])\s*)source_charset 49,(?<=(^|[\{\};])\s*)spdy_chunk_size 49,(?<=(^|[\{\};])\s*)spdy_headers_comp 49,(?<=(^|[\{\};])\s*)split_clients 49,(?<=(^|[\{\};])\s*)ssi 49,(?<=(^|[\{\};])\s*)ssi_last_modified 49,(?<=(^|[\{\};])\s*)ssi_min_file_chunk 49,(?<=(^|[\{\};])\s*)ssi_silent_errors 49,(?<=(^|[\{\};])\s*)ssi_types 49,(?<=(^|[\{\};])\s*)ssi_value_length 49,(?<=(^|[\{\};])\s*)ssl 49,(?<=(^|[\{\};])\s*)ssl_buffer_size 49,(?<=(^|[\{\};])\s*)ssl_certificate 49,(?<=(^|[\{\};])\s*)ssl_certificate_key 49,(?<=(^|[\{\};])\s*)ssl_ciphers 49,(?<=(^|[\{\};])\s*)ssl_client_certificate 49,(?<=(^|[\{\};])\s*)ssl_crl 49,(?<=(^|[\{\};])\s*)ssl_dhparam 49,(?<=(^|[\{\};])\s*)ssl_ecdh_curve 49,(?<=(^|[\{\};])\s*)ssl_engine 49,(?<=(^|[\{\};])\s*)ssl_handshake_timeout 49,(?<=(^|[\{\};])\s*)ssl_password_file 49,(?<=(^|[\{\};])\s*)ssl_prefer_server_ciphers 49,(?<=(^|[\{\};])\s*)ssl_protocols 49,(?<=(^|[\{\};])\s*)ssl_session_cache 49,(?<=(^|[\{\};])\s*)ssl_session_ticket_key 49,(?<=(^|[\{\};])\s*)ssl_session_tickets 49,(?<=(^|[\{\};])\s*)ssl_session_timeout 49,(?<=(^|[\{\};])\s*)ssl_stapling 49,(?<=(^|[\{\};])\s*)ssl_stapling_file 49,(?<=(^|[\{\};])\s*)ssl_stapling_responder 49,(?<=(^|[\{\};])\s*)ssl_stapling_verify 49,(?<=(^|[\{\};])\s*)ssl_trusted_certificate 49,(?<=(^|[\{\};])\s*)ssl_verify_client 49,(?<=(^|[\{\};])\s*)ssl_verify_depth 49,(?<=(^|[\{\};])\s*)starttls 49,(?<=(^|[\{\};])\s*)state 49,(?<=(^|[\{\};])\s*)status 49,(?<=(^|[\{\};])\s*)status_format 49,(?<=(^|[\{\};])\s*)status_zone 49,(?<=(^|[\{\};])\s*)sticky 49,(?<=(^|[\{\};])\s*)sticky_cookie_insert 49,(?<=(^|[\{\};])\s*)stream 49,(?<=(^|[\{\};])\s*)stub_status 49,(?<=(^|[\{\};])\s*)sub_filter 49,(?<=(^|[\{\};])\s*)sub_filter_last_modified 49,(?<=(^|[\{\};])\s*)sub_filter_once 49,(?<=(^|[\{\};])\s*)sub_filter_types 49,(?<=(^|[\{\};])\s*)tcp_nodelay 49,(?<=(^|[\{\};])\s*)tcp_nopush 49,(?<=(^|[\{\};])\s*)thread_pool 49,(?<=(^|[\{\};])\s*)timeout 49,(?<=(^|[\{\};])\s*)timer_resolution 49,(?<=(^|[\{\};])\s*)try_files 49,(?<=(^|[\{\};])\s*)types 49,(?<=(^|[\{\};])\s*)types_hash_bucket_size 49,(?<=(^|[\{\};])\s*)types_hash_max_size 49,(?<=(^|[\{\};])\s*)underscores_in_headers 49,(?<=(^|[\{\};])\s*)uninitialized_variable_warn 49,(?<=(^|[\{\};])\s*)upstream 49,(?<=(^|[\{\};])\s*)upstream_conf 49,(?<=(^|[\{\};])\s*)use 49,(?<=(^|[\{\};])\s*)user 49,(?<=(^|[\{\};])\s*)userid 49,(?<=(^|[\{\};])\s*)userid_domain 49,(?<=(^|[\{\};])\s*)userid_expires 49,(?<=(^|[\{\};])\s*)userid_mark 49,(?<=(^|[\{\};])\s*)userid_name 49,(?<=(^|[\{\};])\s*)userid_p3p 49,(?<=(^|[\{\};])\s*)userid_path 49,(?<=(^|[\{\};])\s*)userid_service 49,(?<=(^|[\{\};])\s*)uwsgi_bind 49,(?<=(^|[\{\};])\s*)uwsgi_buffer_size 49,(?<=(^|[\{\};])\s*)uwsgi_buffering 49,(?<=(^|[\{\};])\s*)uwsgi_buffers 49,(?<=(^|[\{\};])\s*)uwsgi_busy_buffers_size 49,(?<=(^|[\{\};])\s*)uwsgi_cache 49,(?<=(^|[\{\};])\s*)uwsgi_cache_bypass 49,(?<=(^|[\{\};])\s*)uwsgi_cache_key 49,(?<=(^|[\{\};])\s*)uwsgi_cache_lock 49,(?<=(^|[\{\};])\s*)uwsgi_cache_lock_age 49,(?<=(^|[\{\};])\s*)uwsgi_cache_lock_timeout 49,(?<=(^|[\{\};])\s*)uwsgi_cache_methods 49,(?<=(^|[\{\};])\s*)uwsgi_cache_min_uses 49,(?<=(^|[\{\};])\s*)uwsgi_cache_path 49,(?<=(^|[\{\};])\s*)uwsgi_cache_purge 49,(?<=(^|[\{\};])\s*)uwsgi_cache_revalidate 49,(?<=(^|[\{\};])\s*)uwsgi_cache_use_stale 49,(?<=(^|[\{\};])\s*)uwsgi_cache_valid 49,(?<=(^|[\{\};])\s*)uwsgi_connect_timeout 49,(?<=(^|[\{\};])\s*)uwsgi_force_ranges 49,(?<=(^|[\{\};])\s*)uwsgi_hide_header 49,(?<=(^|[\{\};])\s*)uwsgi_ignore_client_abort 49,(?<=(^|[\{\};])\s*)uwsgi_ignore_headers 49,(?<=(^|[\{\};])\s*)uwsgi_intercept_errors 49,(?<=(^|[\{\};])\s*)uwsgi_limit_rate 49,(?<=(^|[\{\};])\s*)uwsgi_max_temp_file_size 49,(?<=(^|[\{\};])\s*)uwsgi_modifier1 49,(?<=(^|[\{\};])\s*)uwsgi_modifier2 49,(?<=(^|[\{\};])\s*)uwsgi_next_upstream 49,(?<=(^|[\{\};])\s*)uwsgi_next_upstream_timeout 49,(?<=(^|[\{\};])\s*)uwsgi_next_upstream_tries 49,(?<=(^|[\{\};])\s*)uwsgi_no_cache 49,(?<=(^|[\{\};])\s*)uwsgi_param 49,(?<=(^|[\{\};])\s*)uwsgi_pass 49,(?<=(^|[\{\};])\s*)uwsgi_pass_header 49,(?<=(^|[\{\};])\s*)uwsgi_pass_request_body 49,(?<=(^|[\{\};])\s*)uwsgi_pass_request_headers 49,(?<=(^|[\{\};])\s*)uwsgi_read_timeout 49,(?<=(^|[\{\};])\s*)uwsgi_request_buffering 49,(?<=(^|[\{\};])\s*)uwsgi_send_timeout 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_certificate 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_certificate_key 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_ciphers 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_crl 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_name 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_password_file 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_protocols 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_server_name 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_session_reuse 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_trusted_certificate 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_verify 49,(?<=(^|[\{\};])\s*)uwsgi_ssl_verify_depth 49,(?<=(^|[\{\};])\s*)uwsgi_store 49,(?<=(^|[\{\};])\s*)uwsgi_store_access 49,(?<=(^|[\{\};])\s*)uwsgi_temp_file_write_size 49,(?<=(^|[\{\};])\s*)uwsgi_temp_path 49,(?<=(^|[\{\};])\s*)valid_referers 49,(?<=(^|[\{\};])\s*)variables_hash_bucket_size 49,(?<=(^|[\{\};])\s*)variables_hash_max_size 49,(?<=(^|[\{\};])\s*)worker_aio_requests 49,(?<=(^|[\{\};])\s*)worker_connections 49,(?<=(^|[\{\};])\s*)worker_cpu_affinity 49,(?<=(^|[\{\};])\s*)worker_priority 49,(?<=(^|[\{\};])\s*)worker_processes 49,(?<=(^|[\{\};])\s*)worker_rlimit_core 49,(?<=(^|[\{\};])\s*)worker_rlimit_nofile 49,(?<=(^|[\{\};])\s*)working_directory 49,(?<=(^|[\{\};])\s*)xclient 49,(?<=(^|[\{\};])\s*)xml_entities 49,(?<=(^|[\{\};])\s*)xslt_last_modified 49,(?<=(^|[\{\};])\s*)xslt_param 49,(?<=(^|[\{\};])\s*)xslt_string_param 49,(?<=(^|[\{\};])\s*)xslt_stylesheet 49,(?<=(^|[\{\};])\s*)xslt_types 49,(?<=(^|[\{\};])\s*)zone //-------------------------------------------------------------------- // variables //-------------------------------------------------------------------- 97,$1 97,$2 97,$3 97,$4 97,$5 97,$6 97,$7 97,$8 97,$9 97,$ancient_browser 97,$arg_ 97,$args 97,$binary_remote_addr 97,$body_bytes_sent 97,$bytes_sent33 97,$connection33 97,$connection_requests33 97,$connections_active 97,$connections_reading 97,$connections_waiting 97,$connections_writing 97,$content_length 97,$content_type 97,$cookie_ 97,$date_gmt 97,$date_local 97,$document_root 97,$document_uri 97,$fastcgi_path_info 97,$fastcgi_script_name 97,$geoip_area_code 97,$geoip_city 97,$geoip_city_continent_code 97,$geoip_city_country_code 97,$geoip_city_country_code3 97,$geoip_city_country_name 97,$geoip_country_code 97,$geoip_country_code3 97,$geoip_country_name 97,$geoip_dma_code 97,$geoip_latitude 97,$geoip_longitude 97,$geoip_org 97,$geoip_postal_code 97,$geoip_region 97,$geoip_region_name 97,$gzip_ratio 97,$host 97,$hostname 97,$http2 97,$http_ 97,$https 97,$invalid_referer 97,$is_args 97,$limit_rate 97,$memcached_key 97,$modern_browser 97,$msec33 97,$msie 97,$nginx_version 97,$pid 97,$pipe33 97,$proxy_add_x_forwarded_for 97,$proxy_host 97,$proxy_port 97,$proxy_protocol_addr 97,$query_string 97,$realip_remote_addr 97,$realpath_root 97,$remote_addr 97,$remote_port 97,$remote_user 97,$request 97,$request_body 97,$request_body_file 97,$request_completion 97,$request_filename 97,$request_length33 97,$request_method 97,$request_time33 97,$request_uri 97,$scheme 97,$secure_link 97,$secure_link_expires 97,$sent_http_ 97,$server_addr 97,$server_name 97,$server_port 97,$server_protocol 97,$session_log_binary_id 97,$session_log_id 97,$slice_range 97,$spdy 97,$spdy_request_priority 97,$ssl_cipher 97,$ssl_client_cert 97,$ssl_client_fingerprint 97,$ssl_client_i_dn 97,$ssl_client_raw_cert 97,$ssl_client_s_dn 97,$ssl_client_serial 97,$ssl_client_verify 97,$ssl_protocol 97,$ssl_server_name 97,$ssl_session_id 97,$ssl_session_reused 97,$status33 97,$tcpinfo_rtt 97,$tcpinfo_rttvar 97,$tcpinfo_snd_cwnd 97,$tcpinfo_rcv_space 97,$time_iso860133 97,$time_local33 97,$uid_got 97,$uid_reset 97,$uid_set 97,$upstream_addr 97,$upstream_cache_status 97,$upstream_connect_time 97,$upstream_cookie_ 97,$upstream_header_time 97,$upstream_http_ 97,$upstream_response_length 97,$upstream_response_time 97,$upstream_status 97,$uri / /0003,00000003,00,00,00000000,"#",00000002,"" /0014,00000004,00,00,00010001,"\"[^\"\\\\]*(\\\\.[^\"\\\\]*)*\"",00000002,"" /0014,00000004,00,00,00010001,"'[^'\\\\]*(\\\\.[^'\\\\]*)*'",00000002,"" / /0000,0002,0000,00000000,40011115,"(?<=^\\s*|[\\{\\};]\\s*)(events|http|location|server)","" / /TreeWordExData:0 //-------------------------------------------------------------------- // monokai style //-------------------------------------------------------------------- / /[0][0]:0x00F2F8F8 /[0][1]:0x00222827 /[0][2]:0x00000000 /[1][0]:0x008A908F /[1][1]:0x02000000 /[1][2]:0x00000000 /[2][0]:0x00B2B8B7 /[2][1]:0x02000000 /[2][2]:0x00000001 /[3][0]:0x005E7175 /[3][1]:0x02000000 /[3][2]:0x00000000 /[4][0]:0x007226F9 /[4][1]:0x02000000 /[4][2]:0x00000000 /[5][0]:0x00222827 /[5][1]:0x00F0BE8C /[5][2]:0x00000001 /[6][0]:0x00FFC896 /[6][1]:0x00323C3C /[6][2]:0x00000001 /[7][0]:0x00EFD966 /[7][1]:0x02000000 /[7][2]:0x00000000 /[8][0]:0x00222827 /[8][1]:0x006EBE8C /[8][2]:0x00000001 /[9][0]:0x0078C896 /[9][1]:0x00323C3C /[9][2]:0x00000001 /[10][0]:0x00F2F8F8 /[10][1]:0x005A00B9 /[10][2]:0x00000000 /[11][0]:0x00EFD966 /[11][1]:0x02000000 /[11][2]:0x00000002 /[12][0]:0x00EFD966 /[12][1]:0x02000000 /[12][2]:0x00000002 /[13][0]:0x02000000 /[13][1]:0x02000000 /[13][2]:0x00000000 /[14][0]:0x007226F9 /[14][1]:0x02000000 /[14][2]:0x00000000 /[15][0]:0x002EE2A6 /[15][1]:0x02000000 /[15][2]:0x00000000 /[16][0]:0x00323A3B /[16][1]:0x00222827 /[16][2]:0x00000000 /[17][0]:0x02000000 /[17][1]:0x003E4849 /[17][2]:0x00000000 /[18][0]:0x00323A3B /[18][1]:0x00222827 /[18][2]:0x00000000 /[19][0]:0x00323A3B /[19][1]:0x00222827 /[19][2]:0x00000000 /[20][0]:0x0074DBE6 /[20][1]:0x02000000 /[20][2]:0x00000000 /[21][0]:0x00EFD966 /[21][1]:0x02000000 /[21][2]:0x00000002 /[22][0]:0x002EE2A6 /[22][1]:0x02000000 /[22][2]:0x00000000 /[23][0]:0x001F97FD /[23][1]:0x02000000 /[23][2]:0x00000000 /[24][0]:0x02000000 /[24][1]:0x02000000 /[24][2]:0x00000001 /[25][0]:0x02000000 /[25][1]:0x02000000 /[25][2]:0x00000000 /[26][0]:0x00C87864 /[26][1]:0x02000000 /[26][2]:0x00000000 /[27][0]:0x005E7175 /[27][1]:0x00222827 /[27][2]:0x00000000 /[28][0]:0x008A908F /[28][1]:0x00222827 /[28][2]:0x00000000 /[29][0]:0x008A908F /[29][1]:0x00222827 /[29][2]:0x00000000 /[30][0]:0x00F2F8F8 /[30][1]:0x00222827 /[30][2]:0x00000000 /[31][0]:0x002C3231 /[31][1]:0x00222827 /[31][2]:0x00000000 /[32][0]:0x003E4849 /[32][1]:0x00222827 /[32][2]:0x00000000 /[33][0]:0x008A908F /[33][1]:0x00222827 /[33][2]:0x00000000 /[34][0]:0x00222827 /[34][1]:0x00EFD966 /[34][2]:0x00000001 /[35][0]:0x005A00B9 /[35][1]:0x00222827 /[35][2]:0x00000000 /[36][0]:0x00FF81AE /[36][1]:0x02000000 /[36][2]:0x00000000 /[37][0]:0x00FFC896 /[37][1]:0x02000000 /[37][2]:0x00000000 /[38][0]:0x0078C896 /[38][1]:0x02000000 /[38][2]:0x00000000 /[39][0]:0x00A078F0 /[39][1]:0x02000000 /[39][2]:0x00000000 /[40][0]:0x00222827 /[40][1]:0x006E8CE6 /[40][2]:0x00000001 /[41][0]:0x00222827 /[41][1]:0x00C882F0 /[41][2]:0x00000001 /[42][0]:0x0028A0FE /[42][1]:0x00323C3C /[42][2]:0x00000001 /[43][0]:0x00B48CFE /[43][1]:0x00323C3C /[43][2]:0x00000001 /[44][0]:0x00FF81AE /[44][1]:0x02000000 /[44][2]:0x00000000 /[45][0]:0x00F2F8F8 /[45][1]:0x00222827 /[45][2]:0x00000000 /[46][0]:0x008A908F /[46][1]:0x02000000 /[46][2]:0x00000000 /[47][0]:0x008A908F /[47][1]:0x02000000 /[47][2]:0x00000000 /[48][0]:0x00F2F8F8 /[48][1]:0x00505A5A /[48][2]:0x00000000 /[49][0]:0x02000000 /[49][1]:0x02000000 /[49][2]:0x00000000 /[50][0]:0x00000000 /[50][1]:0x00000000 /[50][2]:0x00000000 /[51][0]:0x008A908F /[51][1]:0x00222827 /[51][2]:0x00000000 /[52][0]:0x01000008 /[52][1]:0x01000005 /[52][2]:0x00000000 /[53][0]:0x01000008 /[53][1]:0x01000005 /[53][2]:0x00000000 /[54][0]:0x01000008 /[54][1]:0x01000005 /[54][2]:0x00000000 /[55][0]:0x01000008 /[55][1]:0x01000005 /[55][2]:0x00000000 /[56][0]:0x01000008 /[56][1]:0x01000005 /[56][2]:0x00000000 /[57][0]:0x01000008 /[57][1]:0x01000005 /[57][2]:0x00000000 /[58][0]:0x01000008 /[58][1]:0x01000005 /[58][2]:0x00000000 /[59][0]:0x01000008 /[59][1]:0x01000005 /[59][2]:0x00000000 /[60][0]:0x01000008 /[60][1]:0x01000005 /[60][2]:0x00000000 /[61][0]:0x01000008 /[61][1]:0x01000005 /[61][2]:0x00000000 / /CurLineColorEx:0x003E4849 /RulerColorEx:0x008A908F /RulerBackEx:0xFFFFFFFF