ngx_string 29 src/core/nginx.c { ngx_string("stop"), NGX_DEBUG_POINTS_STOP }, ngx_string 30 src/core/nginx.c { ngx_string("abort"), NGX_DEBUG_POINTS_ABORT }, ngx_string 37 src/core/nginx.c { ngx_string("daemon"), ngx_string 44 src/core/nginx.c { ngx_string("master_process"), ngx_string 51 src/core/nginx.c { ngx_string("timer_resolution"), ngx_string 58 src/core/nginx.c { ngx_string("pid"), ngx_string 65 src/core/nginx.c { ngx_string("lock_file"), ngx_string 72 src/core/nginx.c { ngx_string("worker_processes"), ngx_string 79 src/core/nginx.c { ngx_string("debug_points"), ngx_string 86 src/core/nginx.c { ngx_string("user"), ngx_string 93 src/core/nginx.c { ngx_string("worker_priority"), ngx_string 100 src/core/nginx.c { ngx_string("worker_cpu_affinity"), ngx_string 107 src/core/nginx.c { ngx_string("worker_rlimit_nofile"), ngx_string 114 src/core/nginx.c { ngx_string("worker_rlimit_core"), ngx_string 121 src/core/nginx.c { ngx_string("working_directory"), ngx_string 128 src/core/nginx.c { ngx_string("env"), ngx_string 140 src/core/nginx.c ngx_string("core"), ngx_string 20 src/core/ngx_conf_file.c { ngx_string("include"), ngx_string 36 src/core/ngx_log.c {ngx_string("error_log"), ngx_string 48 src/core/ngx_log.c ngx_string("errlog"), ngx_string 77 src/core/ngx_log.c ngx_string("emerg"), ngx_string 78 src/core/ngx_log.c ngx_string("alert"), ngx_string 79 src/core/ngx_log.c ngx_string("crit"), ngx_string 80 src/core/ngx_log.c ngx_string("error"), ngx_string 81 src/core/ngx_log.c ngx_string("warn"), ngx_string 82 src/core/ngx_log.c ngx_string("notice"), ngx_string 83 src/core/ngx_log.c ngx_string("info"), ngx_string 84 src/core/ngx_log.c ngx_string("debug") ngx_string 407 src/core/ngx_log.c static ngx_str_t error_log = ngx_string(NGX_ERROR_LOG_PATH); ngx_string 34 src/core/ngx_regex.c { ngx_string("pcre_jit"), ngx_string 46 src/core/ngx_regex.c ngx_string("regex"), ngx_string 65 src/core/ngx_thread_pool.c { ngx_string("thread_pool"), ngx_string 77 src/core/ngx_thread_pool.c ngx_string("thread_pool"), ngx_string 99 src/core/ngx_thread_pool.c static ngx_str_t ngx_thread_pool_default = ngx_string("default"); ngx_string 57 src/event/modules/ngx_devpoll_module.c static ngx_str_t devpoll_name = ngx_string("/dev/poll"); ngx_string 61 src/event/modules/ngx_devpoll_module.c { ngx_string("devpoll_changes"), ngx_string 68 src/event/modules/ngx_devpoll_module.c { ngx_string("devpoll_events"), ngx_string 149 src/event/modules/ngx_epoll_module.c static ngx_str_t epoll_name = ngx_string("epoll"); ngx_string 153 src/event/modules/ngx_epoll_module.c { ngx_string("epoll_events"), ngx_string 160 src/event/modules/ngx_epoll_module.c { ngx_string("worker_aio_requests"), ngx_string 156 src/event/modules/ngx_eventport_module.c static ngx_str_t eventport_name = ngx_string("eventport"); ngx_string 161 src/event/modules/ngx_eventport_module.c { ngx_string("eventport_events"), ngx_string 54 src/event/modules/ngx_kqueue_module.c static ngx_str_t kqueue_name = ngx_string("kqueue"); ngx_string 58 src/event/modules/ngx_kqueue_module.c { ngx_string("kqueue_changes"), ngx_string 65 src/event/modules/ngx_kqueue_module.c { ngx_string("kqueue_events"), ngx_string 28 src/event/modules/ngx_poll_module.c static ngx_str_t poll_name = ngx_string("poll"); ngx_string 36 src/event/modules/ngx_select_module.c static ngx_str_t select_name = ngx_string("select"); ngx_string 37 src/event/modules/ngx_win32_select_module.c static ngx_str_t select_name = ngx_string("select"); ngx_string 83 src/event/ngx_event.c { ngx_string("events"), ngx_string 95 src/event/ngx_event.c ngx_string("events"), ngx_string 117 src/event/ngx_event.c static ngx_str_t event_core_name = ngx_string("event_core"); ngx_string 122 src/event/ngx_event.c { ngx_string("worker_connections"), ngx_string 129 src/event/ngx_event.c { ngx_string("use"), ngx_string 136 src/event/ngx_event.c { ngx_string("multi_accept"), ngx_string 143 src/event/ngx_event.c { ngx_string("accept_mutex"), ngx_string 150 src/event/ngx_event.c { ngx_string("accept_mutex_delay"), ngx_string 157 src/event/ngx_event.c { ngx_string("debug_connection"), ngx_string 66 src/event/ngx_event_openssl.c { ngx_string("ssl_engine"), ngx_string 78 src/event/ngx_event_openssl.c ngx_string("openssl"), ngx_string 70 src/http/modules/ngx_http_access_module.c { ngx_string("allow"), ngx_string 78 src/http/modules/ngx_http_access_module.c { ngx_string("deny"), ngx_string 35 src/http/modules/ngx_http_addition_filter_module.c { ngx_string("add_before_body"), ngx_string 42 src/http/modules/ngx_http_addition_filter_module.c { ngx_string("add_after_body"), ngx_string 49 src/http/modules/ngx_http_addition_filter_module.c { ngx_string("addition_types"), ngx_string 44 src/http/modules/ngx_http_auth_basic_module.c { ngx_string("auth_basic"), ngx_string 52 src/http/modules/ngx_http_auth_basic_module.c { ngx_string("auth_basic_user_file"), ngx_string 52 src/http/modules/ngx_http_auth_request_module.c { ngx_string("auth_request"), ngx_string 59 src/http/modules/ngx_http_auth_request_module.c { ngx_string("auth_request_set"), ngx_string 79 src/http/modules/ngx_http_autoindex_module.c { ngx_string("html"), NGX_HTTP_AUTOINDEX_HTML }, ngx_string 80 src/http/modules/ngx_http_autoindex_module.c { ngx_string("json"), NGX_HTTP_AUTOINDEX_JSON }, ngx_string 81 src/http/modules/ngx_http_autoindex_module.c { ngx_string("jsonp"), NGX_HTTP_AUTOINDEX_JSONP }, ngx_string 82 src/http/modules/ngx_http_autoindex_module.c { ngx_string("xml"), NGX_HTTP_AUTOINDEX_XML }, ngx_string 89 src/http/modules/ngx_http_autoindex_module.c { ngx_string("autoindex"), ngx_string 96 src/http/modules/ngx_http_autoindex_module.c { ngx_string("autoindex_format"), ngx_string 103 src/http/modules/ngx_http_autoindex_module.c { ngx_string("autoindex_localtime"), ngx_string 110 src/http/modules/ngx_http_autoindex_module.c { ngx_string("autoindex_exact_size"), ngx_string 84 src/http/modules/ngx_http_browser_module.c { ngx_string("modern_browser"), ngx_string 91 src/http/modules/ngx_http_browser_module.c { ngx_string("ancient_browser"), ngx_string 98 src/http/modules/ngx_http_browser_module.c { ngx_string("modern_browser_value"), ngx_string 105 src/http/modules/ngx_http_browser_module.c { ngx_string("ancient_browser_value"), ngx_string 222 src/http/modules/ngx_http_browser_module.c { ngx_string("msie"), ngx_http_msie_variable, 0 }, ngx_string 223 src/http/modules/ngx_http_browser_module.c { ngx_string("modern_browser"), ngx_http_browser_variable, ngx_string 225 src/http/modules/ngx_http_browser_module.c { ngx_string("ancient_browser"), ngx_http_browser_variable, ngx_string 127 src/http/modules/ngx_http_charset_filter_module.c ngx_string("text/html"), ngx_string 128 src/http/modules/ngx_http_charset_filter_module.c ngx_string("text/xml"), ngx_string 129 src/http/modules/ngx_http_charset_filter_module.c ngx_string("text/plain"), ngx_string 130 src/http/modules/ngx_http_charset_filter_module.c ngx_string("text/vnd.wap.wml"), ngx_string 131 src/http/modules/ngx_http_charset_filter_module.c ngx_string("application/javascript"), ngx_string 132 src/http/modules/ngx_http_charset_filter_module.c ngx_string("application/rss+xml"), ngx_string 139 src/http/modules/ngx_http_charset_filter_module.c { ngx_string("charset"), ngx_string 147 src/http/modules/ngx_http_charset_filter_module.c { ngx_string("source_charset"), ngx_string 155 src/http/modules/ngx_http_charset_filter_module.c { ngx_string("override_charset"), ngx_string 163 src/http/modules/ngx_http_charset_filter_module.c { ngx_string("charset_types"), ngx_string 170 src/http/modules/ngx_http_charset_filter_module.c { ngx_string("charset_map"), ngx_string 67 src/http/modules/ngx_http_dav_module.c { ngx_string("off"), NGX_HTTP_DAV_OFF }, ngx_string 68 src/http/modules/ngx_http_dav_module.c { ngx_string("put"), NGX_HTTP_PUT }, ngx_string 69 src/http/modules/ngx_http_dav_module.c { ngx_string("delete"), NGX_HTTP_DELETE }, ngx_string 70 src/http/modules/ngx_http_dav_module.c { ngx_string("mkcol"), NGX_HTTP_MKCOL }, ngx_string 71 src/http/modules/ngx_http_dav_module.c { ngx_string("copy"), NGX_HTTP_COPY }, ngx_string 72 src/http/modules/ngx_http_dav_module.c { ngx_string("move"), NGX_HTTP_MOVE }, ngx_string 79 src/http/modules/ngx_http_dav_module.c { ngx_string("dav_methods"), ngx_string 86 src/http/modules/ngx_http_dav_module.c { ngx_string("create_full_put_path"), ngx_string 93 src/http/modules/ngx_http_dav_module.c { ngx_string("min_delete_depth"), ngx_string 100 src/http/modules/ngx_http_dav_module.c { ngx_string("dav_access"), ngx_string 24 src/http/modules/ngx_http_degradation_module.c { ngx_string("204"), 204 }, ngx_string 25 src/http/modules/ngx_http_degradation_module.c { ngx_string("444"), 444 }, ngx_string 41 src/http/modules/ngx_http_degradation_module.c { ngx_string("degradation"), ngx_string 48 src/http/modules/ngx_http_degradation_module.c { ngx_string("degrade"), ngx_string 17 src/http/modules/ngx_http_empty_gif_module.c { ngx_string("empty_gif"), ngx_string 109 src/http/modules/ngx_http_empty_gif_module.c static ngx_str_t ngx_http_gif_type = ngx_string("image/gif"); ngx_string 206 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("error"), NGX_HTTP_UPSTREAM_FT_ERROR }, ngx_string 207 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("timeout"), NGX_HTTP_UPSTREAM_FT_TIMEOUT }, ngx_string 208 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("invalid_header"), NGX_HTTP_UPSTREAM_FT_INVALID_HEADER }, ngx_string 209 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("http_500"), NGX_HTTP_UPSTREAM_FT_HTTP_500 }, ngx_string 210 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("http_503"), NGX_HTTP_UPSTREAM_FT_HTTP_503 }, ngx_string 211 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("http_403"), NGX_HTTP_UPSTREAM_FT_HTTP_403 }, ngx_string 212 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("http_404"), NGX_HTTP_UPSTREAM_FT_HTTP_404 }, ngx_string 213 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("updating"), NGX_HTTP_UPSTREAM_FT_UPDATING }, ngx_string 214 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF }, ngx_string 224 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_pass"), ngx_string 231 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_index"), ngx_string 238 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_split_path_info"), ngx_string 245 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_store"), ngx_string 252 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_store_access"), ngx_string 259 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_buffering"), ngx_string 266 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_request_buffering"), ngx_string 273 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_ignore_client_abort"), ngx_string 280 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_bind"), ngx_string 287 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_connect_timeout"), ngx_string 294 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_send_timeout"), ngx_string 301 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_send_lowat"), ngx_string 308 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_buffer_size"), ngx_string 315 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_pass_request_headers"), ngx_string 322 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_pass_request_body"), ngx_string 329 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_intercept_errors"), ngx_string 336 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_read_timeout"), ngx_string 343 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_buffers"), ngx_string 350 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_busy_buffers_size"), ngx_string 357 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_force_ranges"), ngx_string 364 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_limit_rate"), ngx_string 373 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache"), ngx_string 380 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache_key"), ngx_string 387 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache_path"), ngx_string 394 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache_bypass"), ngx_string 401 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_no_cache"), ngx_string 408 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache_valid"), ngx_string 415 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache_min_uses"), ngx_string 422 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache_use_stale"), ngx_string 429 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache_methods"), ngx_string 436 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache_lock"), ngx_string 443 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache_lock_timeout"), ngx_string 450 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache_lock_age"), ngx_string 457 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_cache_revalidate"), ngx_string 466 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_temp_path"), ngx_string 473 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_max_temp_file_size"), ngx_string 480 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_temp_file_write_size"), ngx_string 487 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_next_upstream"), ngx_string 494 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_next_upstream_tries"), ngx_string 501 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_next_upstream_timeout"), ngx_string 508 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_param"), ngx_string 515 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_pass_header"), ngx_string 522 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_hide_header"), ngx_string 529 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_ignore_headers"), ngx_string 536 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_catch_stderr"), ngx_string 543 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_keep_conn"), ngx_string 610 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_script_name"), NULL, ngx_string 614 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("fastcgi_path_info"), NULL, ngx_string 623 src/http/modules/ngx_http_fastcgi_module.c ngx_string("Status"), ngx_string 624 src/http/modules/ngx_http_fastcgi_module.c ngx_string("X-Accel-Expires"), ngx_string 625 src/http/modules/ngx_http_fastcgi_module.c ngx_string("X-Accel-Redirect"), ngx_string 626 src/http/modules/ngx_http_fastcgi_module.c ngx_string("X-Accel-Limit-Rate"), ngx_string 627 src/http/modules/ngx_http_fastcgi_module.c ngx_string("X-Accel-Buffering"), ngx_string 628 src/http/modules/ngx_http_fastcgi_module.c ngx_string("X-Accel-Charset"), ngx_string 636 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("HTTP_IF_MODIFIED_SINCE"), ngx_string 637 src/http/modules/ngx_http_fastcgi_module.c ngx_string("$upstream_cache_last_modified") }, ngx_string 638 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("HTTP_IF_UNMODIFIED_SINCE"), ngx_string("") }, ngx_string 639 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("HTTP_IF_NONE_MATCH"), ngx_string("$upstream_cache_etag") }, ngx_string 640 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("HTTP_IF_MATCH"), ngx_string("") }, ngx_string 641 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("HTTP_RANGE"), ngx_string("") }, ngx_string 642 src/http/modules/ngx_http_fastcgi_module.c { ngx_string("HTTP_IF_RANGE"), ngx_string("") }, ngx_string 650 src/http/modules/ngx_http_fastcgi_module.c ngx_string(NGX_HTTP_FASTCGI_TEMP_PATH), { 1, 2, 0 } ngx_string 16 src/http/modules/ngx_http_flv_module.c { ngx_string("flv"), ngx_string 115 src/http/modules/ngx_http_geo_module.c { ngx_string("geo"), ngx_string 99 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_country"), ngx_string 106 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_org"), ngx_string 113 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_city"), ngx_string 120 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_proxy"), ngx_string 127 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_proxy_recursive"), ngx_string 171 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_country_code"), NULL, ngx_string 175 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_country_code3"), NULL, ngx_string 179 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_country_name"), NULL, ngx_string 183 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_org"), NULL, ngx_string 187 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_city_continent_code"), NULL, ngx_string 191 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_city_country_code"), NULL, ngx_string 195 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_city_country_code3"), NULL, ngx_string 199 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_city_country_name"), NULL, ngx_string 203 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_region"), NULL, ngx_string 207 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_region_name"), NULL, ngx_string 211 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_city"), NULL, ngx_string 215 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_postal_code"), NULL, ngx_string 219 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_latitude"), NULL, ngx_string 223 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_longitude"), NULL, ngx_string 227 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_dma_code"), NULL, ngx_string 231 src/http/modules/ngx_http_geoip_module.c { ngx_string("geoip_area_code"), NULL, ngx_string 67 src/http/modules/ngx_http_gunzip_filter_module.c { ngx_string("gunzip"), ngx_string 74 src/http/modules/ngx_http_gunzip_filter_module.c { ngx_string("gunzip_buffers"), ngx_string 132 src/http/modules/ngx_http_gzip_filter_module.c { ngx_string("gzip"), ngx_string 140 src/http/modules/ngx_http_gzip_filter_module.c { ngx_string("gzip_buffers"), ngx_string 147 src/http/modules/ngx_http_gzip_filter_module.c { ngx_string("gzip_types"), ngx_string 154 src/http/modules/ngx_http_gzip_filter_module.c { ngx_string("gzip_comp_level"), ngx_string 161 src/http/modules/ngx_http_gzip_filter_module.c { ngx_string("gzip_window"), ngx_string 168 src/http/modules/ngx_http_gzip_filter_module.c { ngx_string("gzip_hash"), ngx_string 175 src/http/modules/ngx_http_gzip_filter_module.c { ngx_string("postpone_gzipping"), ngx_string 182 src/http/modules/ngx_http_gzip_filter_module.c { ngx_string("gzip_no_buffer"), ngx_string 189 src/http/modules/ngx_http_gzip_filter_module.c { ngx_string("gzip_min_length"), ngx_string 231 src/http/modules/ngx_http_gzip_filter_module.c static ngx_str_t ngx_http_gzip_ratio = ngx_string("gzip_ratio"); ngx_string 31 src/http/modules/ngx_http_gzip_static_module.c { ngx_string("off"), NGX_HTTP_GZIP_STATIC_OFF }, ngx_string 32 src/http/modules/ngx_http_gzip_static_module.c { ngx_string("on"), NGX_HTTP_GZIP_STATIC_ON }, ngx_string 33 src/http/modules/ngx_http_gzip_static_module.c { ngx_string("always"), NGX_HTTP_GZIP_STATIC_ALWAYS }, ngx_string 40 src/http/modules/ngx_http_gzip_static_module.c { ngx_string("gzip_static"), ngx_string 79 src/http/modules/ngx_http_headers_filter_module.c { ngx_string("Cache-Control"), 0, ngx_http_add_cache_control }, ngx_string 81 src/http/modules/ngx_http_headers_filter_module.c { ngx_string("Last-Modified"), ngx_string 85 src/http/modules/ngx_http_headers_filter_module.c { ngx_string("ETag"), ngx_string 95 src/http/modules/ngx_http_headers_filter_module.c { ngx_string("expires"), ngx_string 103 src/http/modules/ngx_http_headers_filter_module.c { ngx_string("add_header"), ngx_string 119 src/http/modules/ngx_http_image_filter_module.c { ngx_string("image_filter"), ngx_string 126 src/http/modules/ngx_http_image_filter_module.c { ngx_string("image_filter_jpeg_quality"), ngx_string 133 src/http/modules/ngx_http_image_filter_module.c { ngx_string("image_filter_sharpen"), ngx_string 140 src/http/modules/ngx_http_image_filter_module.c { ngx_string("image_filter_transparency"), ngx_string 147 src/http/modules/ngx_http_image_filter_module.c { ngx_string("image_filter_interlace"), ngx_string 154 src/http/modules/ngx_http_image_filter_module.c { ngx_string("image_filter_buffer"), ngx_string 201 src/http/modules/ngx_http_image_filter_module.c ngx_string("image/jpeg"), ngx_string 202 src/http/modules/ngx_http_image_filter_module.c ngx_string("image/gif"), ngx_string 203 src/http/modules/ngx_http_image_filter_module.c ngx_string("image/png") ngx_string 44 src/http/modules/ngx_http_index_module.c { ngx_string("index"), ngx_string 62 src/http/modules/ngx_http_limit_conn_module.c { ngx_string("info"), NGX_LOG_INFO }, ngx_string 63 src/http/modules/ngx_http_limit_conn_module.c { ngx_string("notice"), NGX_LOG_NOTICE }, ngx_string 64 src/http/modules/ngx_http_limit_conn_module.c { ngx_string("warn"), NGX_LOG_WARN }, ngx_string 65 src/http/modules/ngx_http_limit_conn_module.c { ngx_string("error"), NGX_LOG_ERR }, ngx_string 77 src/http/modules/ngx_http_limit_conn_module.c { ngx_string("limit_conn_zone"), ngx_string 84 src/http/modules/ngx_http_limit_conn_module.c { ngx_string("limit_conn"), ngx_string 91 src/http/modules/ngx_http_limit_conn_module.c { ngx_string("limit_conn_log_level"), ngx_string 98 src/http/modules/ngx_http_limit_conn_module.c { ngx_string("limit_conn_status"), ngx_string 78 src/http/modules/ngx_http_limit_req_module.c { ngx_string("info"), NGX_LOG_INFO }, ngx_string 79 src/http/modules/ngx_http_limit_req_module.c { ngx_string("notice"), NGX_LOG_NOTICE }, ngx_string 80 src/http/modules/ngx_http_limit_req_module.c { ngx_string("warn"), NGX_LOG_WARN }, ngx_string 81 src/http/modules/ngx_http_limit_req_module.c { ngx_string("error"), NGX_LOG_ERR }, ngx_string 93 src/http/modules/ngx_http_limit_req_module.c { ngx_string("limit_req_zone"), ngx_string 100 src/http/modules/ngx_http_limit_req_module.c { ngx_string("limit_req"), ngx_string 107 src/http/modules/ngx_http_limit_req_module.c { ngx_string("limit_req_log_level"), ngx_string 114 src/http/modules/ngx_http_limit_req_module.c { ngx_string("limit_req_status"), ngx_string 154 src/http/modules/ngx_http_log_module.c { ngx_string("log_format"), ngx_string 161 src/http/modules/ngx_http_log_module.c { ngx_string("access_log"), ngx_string 169 src/http/modules/ngx_http_log_module.c { ngx_string("open_log_file_cache"), ngx_string 211 src/http/modules/ngx_http_log_module.c static ngx_str_t ngx_http_access_log = ngx_string(NGX_HTTP_LOG_PATH); ngx_string 215 src/http/modules/ngx_http_log_module.c ngx_string("$remote_addr - $remote_user [$time_local] " ngx_string 221 src/http/modules/ngx_http_log_module.c { ngx_string("pipe"), 1, ngx_http_log_pipe }, ngx_string 222 src/http/modules/ngx_http_log_module.c { ngx_string("time_local"), sizeof("28/Sep/1970:12:00:00 +0600") - 1, ngx_string 224 src/http/modules/ngx_http_log_module.c { ngx_string("time_iso8601"), sizeof("1970-09-28T12:00:00+06:00") - 1, ngx_string 226 src/http/modules/ngx_http_log_module.c { ngx_string("msec"), NGX_TIME_T_LEN + 4, ngx_http_log_msec }, ngx_string 227 src/http/modules/ngx_http_log_module.c { ngx_string("request_time"), NGX_TIME_T_LEN + 4, ngx_string 229 src/http/modules/ngx_http_log_module.c { ngx_string("status"), NGX_INT_T_LEN, ngx_http_log_status }, ngx_string 230 src/http/modules/ngx_http_log_module.c { ngx_string("bytes_sent"), NGX_OFF_T_LEN, ngx_http_log_bytes_sent }, ngx_string 231 src/http/modules/ngx_http_log_module.c { ngx_string("body_bytes_sent"), NGX_OFF_T_LEN, ngx_string 233 src/http/modules/ngx_http_log_module.c { ngx_string("request_length"), NGX_SIZE_T_LEN, ngx_string 51 src/http/modules/ngx_http_map_module.c { ngx_string("map"), ngx_string 58 src/http/modules/ngx_http_map_module.c { ngx_string("map_hash_max_size"), ngx_string 65 src/http/modules/ngx_http_map_module.c { ngx_string("map_hash_bucket_size"), ngx_string 45 src/http/modules/ngx_http_memcached_module.c { ngx_string("error"), NGX_HTTP_UPSTREAM_FT_ERROR }, ngx_string 46 src/http/modules/ngx_http_memcached_module.c { ngx_string("timeout"), NGX_HTTP_UPSTREAM_FT_TIMEOUT }, ngx_string 47 src/http/modules/ngx_http_memcached_module.c { ngx_string("invalid_response"), NGX_HTTP_UPSTREAM_FT_INVALID_HEADER }, ngx_string 48 src/http/modules/ngx_http_memcached_module.c { ngx_string("not_found"), NGX_HTTP_UPSTREAM_FT_HTTP_404 }, ngx_string 49 src/http/modules/ngx_http_memcached_module.c { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF }, ngx_string 56 src/http/modules/ngx_http_memcached_module.c { ngx_string("memcached_pass"), ngx_string 63 src/http/modules/ngx_http_memcached_module.c { ngx_string("memcached_bind"), ngx_string 70 src/http/modules/ngx_http_memcached_module.c { ngx_string("memcached_connect_timeout"), ngx_string 77 src/http/modules/ngx_http_memcached_module.c { ngx_string("memcached_send_timeout"), ngx_string 84 src/http/modules/ngx_http_memcached_module.c { ngx_string("memcached_buffer_size"), ngx_string 91 src/http/modules/ngx_http_memcached_module.c { ngx_string("memcached_read_timeout"), ngx_string 98 src/http/modules/ngx_http_memcached_module.c { ngx_string("memcached_next_upstream"), ngx_string 105 src/http/modules/ngx_http_memcached_module.c { ngx_string("memcached_next_upstream_tries"), ngx_string 112 src/http/modules/ngx_http_memcached_module.c { ngx_string("memcached_next_upstream_timeout"), ngx_string 119 src/http/modules/ngx_http_memcached_module.c { ngx_string("memcached_gzip_flag"), ngx_string 161 src/http/modules/ngx_http_memcached_module.c static ngx_str_t ngx_http_memcached_key = ngx_string("memcached_key"); ngx_string 314 src/http/modules/ngx_http_mp4_module.c { ngx_string("mp4"), ngx_string 321 src/http/modules/ngx_http_mp4_module.c { ngx_string("mp4_buffer_size"), ngx_string 328 src/http/modules/ngx_http_mp4_module.c { ngx_string("mp4_max_buffer_size"), ngx_string 213 src/http/modules/ngx_http_proxy_module.c { ngx_string("error"), NGX_HTTP_UPSTREAM_FT_ERROR }, ngx_string 214 src/http/modules/ngx_http_proxy_module.c { ngx_string("timeout"), NGX_HTTP_UPSTREAM_FT_TIMEOUT }, ngx_string 215 src/http/modules/ngx_http_proxy_module.c { ngx_string("invalid_header"), NGX_HTTP_UPSTREAM_FT_INVALID_HEADER }, ngx_string 216 src/http/modules/ngx_http_proxy_module.c { ngx_string("http_500"), NGX_HTTP_UPSTREAM_FT_HTTP_500 }, ngx_string 217 src/http/modules/ngx_http_proxy_module.c { ngx_string("http_502"), NGX_HTTP_UPSTREAM_FT_HTTP_502 }, ngx_string 218 src/http/modules/ngx_http_proxy_module.c { ngx_string("http_503"), NGX_HTTP_UPSTREAM_FT_HTTP_503 }, ngx_string 219 src/http/modules/ngx_http_proxy_module.c { ngx_string("http_504"), NGX_HTTP_UPSTREAM_FT_HTTP_504 }, ngx_string 220 src/http/modules/ngx_http_proxy_module.c { ngx_string("http_403"), NGX_HTTP_UPSTREAM_FT_HTTP_403 }, ngx_string 221 src/http/modules/ngx_http_proxy_module.c { ngx_string("http_404"), NGX_HTTP_UPSTREAM_FT_HTTP_404 }, ngx_string 222 src/http/modules/ngx_http_proxy_module.c { ngx_string("updating"), NGX_HTTP_UPSTREAM_FT_UPDATING }, ngx_string 223 src/http/modules/ngx_http_proxy_module.c { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF }, ngx_string 231 src/http/modules/ngx_http_proxy_module.c { ngx_string("SSLv2"), NGX_SSL_SSLv2 }, ngx_string 232 src/http/modules/ngx_http_proxy_module.c { ngx_string("SSLv3"), NGX_SSL_SSLv3 }, ngx_string 233 src/http/modules/ngx_http_proxy_module.c { ngx_string("TLSv1"), NGX_SSL_TLSv1 }, ngx_string 234 src/http/modules/ngx_http_proxy_module.c { ngx_string("TLSv1.1"), NGX_SSL_TLSv1_1 }, ngx_string 235 src/http/modules/ngx_http_proxy_module.c { ngx_string("TLSv1.2"), NGX_SSL_TLSv1_2 }, ngx_string 243 src/http/modules/ngx_http_proxy_module.c { ngx_string("1.0"), NGX_HTTP_VERSION_10 }, ngx_string 244 src/http/modules/ngx_http_proxy_module.c { ngx_string("1.1"), NGX_HTTP_VERSION_11 }, ngx_string 254 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_pass"), ngx_string 261 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_redirect"), ngx_string 268 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cookie_domain"), ngx_string 275 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cookie_path"), ngx_string 282 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_store"), ngx_string 289 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_store_access"), ngx_string 296 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_buffering"), ngx_string 303 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_request_buffering"), ngx_string 310 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ignore_client_abort"), ngx_string 317 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_bind"), ngx_string 324 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_connect_timeout"), ngx_string 331 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_send_timeout"), ngx_string 338 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_send_lowat"), ngx_string 345 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_intercept_errors"), ngx_string 352 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_set_header"), ngx_string 359 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_headers_hash_max_size"), ngx_string 366 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_headers_hash_bucket_size"), ngx_string 373 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_set_body"), ngx_string 380 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_method"), ngx_string 387 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_pass_request_headers"), ngx_string 394 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_pass_request_body"), ngx_string 401 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_buffer_size"), ngx_string 408 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_read_timeout"), ngx_string 415 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_buffers"), ngx_string 422 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_busy_buffers_size"), ngx_string 429 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_force_ranges"), ngx_string 436 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_limit_rate"), ngx_string 445 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache"), ngx_string 452 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache_key"), ngx_string 459 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache_path"), ngx_string 466 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache_bypass"), ngx_string 473 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_no_cache"), ngx_string 480 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache_valid"), ngx_string 487 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache_min_uses"), ngx_string 494 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache_use_stale"), ngx_string 501 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache_methods"), ngx_string 508 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache_lock"), ngx_string 515 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache_lock_timeout"), ngx_string 522 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache_lock_age"), ngx_string 529 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_cache_revalidate"), ngx_string 538 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_temp_path"), ngx_string 545 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_max_temp_file_size"), ngx_string 552 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_temp_file_write_size"), ngx_string 559 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_next_upstream"), ngx_string 566 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_next_upstream_tries"), ngx_string 573 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_next_upstream_timeout"), ngx_string 580 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_pass_header"), ngx_string 587 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_hide_header"), ngx_string 594 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ignore_headers"), ngx_string 601 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_http_version"), ngx_string 610 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_session_reuse"), ngx_string 617 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_protocols"), ngx_string 624 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_ciphers"), ngx_string 631 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_name"), ngx_string 638 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_server_name"), ngx_string 645 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_verify"), ngx_string 652 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_verify_depth"), ngx_string 659 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_trusted_certificate"), ngx_string 666 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_crl"), ngx_string 673 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_certificate"), ngx_string 680 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_certificate_key"), ngx_string 687 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_ssl_password_file"), ngx_string 736 src/http/modules/ngx_http_proxy_module.c { ngx_string("Host"), ngx_string("$proxy_host") }, ngx_string 737 src/http/modules/ngx_http_proxy_module.c { ngx_string("Connection"), ngx_string("close") }, ngx_string 738 src/http/modules/ngx_http_proxy_module.c { ngx_string("Content-Length"), ngx_string("$proxy_internal_body_length") }, ngx_string 739 src/http/modules/ngx_http_proxy_module.c { ngx_string("Transfer-Encoding"), ngx_string("$proxy_internal_chunked") }, ngx_string 740 src/http/modules/ngx_http_proxy_module.c { ngx_string("TE"), ngx_string("") }, ngx_string 741 src/http/modules/ngx_http_proxy_module.c { ngx_string("Keep-Alive"), ngx_string("") }, ngx_string 742 src/http/modules/ngx_http_proxy_module.c { ngx_string("Expect"), ngx_string("") }, ngx_string 743 src/http/modules/ngx_http_proxy_module.c { ngx_string("Upgrade"), ngx_string("") }, ngx_string 749 src/http/modules/ngx_http_proxy_module.c ngx_string("Date"), ngx_string 750 src/http/modules/ngx_http_proxy_module.c ngx_string("Server"), ngx_string 751 src/http/modules/ngx_http_proxy_module.c ngx_string("X-Pad"), ngx_string 752 src/http/modules/ngx_http_proxy_module.c ngx_string("X-Accel-Expires"), ngx_string 753 src/http/modules/ngx_http_proxy_module.c ngx_string("X-Accel-Redirect"), ngx_string 754 src/http/modules/ngx_http_proxy_module.c ngx_string("X-Accel-Limit-Rate"), ngx_string 755 src/http/modules/ngx_http_proxy_module.c ngx_string("X-Accel-Buffering"), ngx_string 756 src/http/modules/ngx_http_proxy_module.c ngx_string("X-Accel-Charset"), ngx_string 764 src/http/modules/ngx_http_proxy_module.c { ngx_string("Host"), ngx_string("$proxy_host") }, ngx_string 765 src/http/modules/ngx_http_proxy_module.c { ngx_string("Connection"), ngx_string("close") }, ngx_string 766 src/http/modules/ngx_http_proxy_module.c { ngx_string("Content-Length"), ngx_string("$proxy_internal_body_length") }, ngx_string 767 src/http/modules/ngx_http_proxy_module.c { ngx_string("Transfer-Encoding"), ngx_string("$proxy_internal_chunked") }, ngx_string 768 src/http/modules/ngx_http_proxy_module.c { ngx_string("TE"), ngx_string("") }, ngx_string 769 src/http/modules/ngx_http_proxy_module.c { ngx_string("Keep-Alive"), ngx_string("") }, ngx_string 770 src/http/modules/ngx_http_proxy_module.c { ngx_string("Expect"), ngx_string("") }, ngx_string 771 src/http/modules/ngx_http_proxy_module.c { ngx_string("Upgrade"), ngx_string("") }, ngx_string 772 src/http/modules/ngx_http_proxy_module.c { ngx_string("If-Modified-Since"), ngx_string 773 src/http/modules/ngx_http_proxy_module.c ngx_string("$upstream_cache_last_modified") }, ngx_string 774 src/http/modules/ngx_http_proxy_module.c { ngx_string("If-Unmodified-Since"), ngx_string("") }, ngx_string 775 src/http/modules/ngx_http_proxy_module.c { ngx_string("If-None-Match"), ngx_string("$upstream_cache_etag") }, ngx_string 776 src/http/modules/ngx_http_proxy_module.c { ngx_string("If-Match"), ngx_string("") }, ngx_string 777 src/http/modules/ngx_http_proxy_module.c { ngx_string("Range"), ngx_string("") }, ngx_string 778 src/http/modules/ngx_http_proxy_module.c { ngx_string("If-Range"), ngx_string("") }, ngx_string 787 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_host"), NULL, ngx_http_proxy_host_variable, 0, ngx_string 790 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_port"), NULL, ngx_http_proxy_port_variable, 0, ngx_string 793 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_add_x_forwarded_for"), NULL, ngx_string 797 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_add_via"), NULL, NULL, 0, NGX_HTTP_VAR_NOHASH, 0 }, ngx_string 800 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_internal_body_length"), NULL, ngx_string 804 src/http/modules/ngx_http_proxy_module.c { ngx_string("proxy_internal_chunked"), NULL, ngx_string 813 src/http/modules/ngx_http_proxy_module.c ngx_string(NGX_HTTP_PROXY_TEMP_PATH), { 1, 2, 0 } ngx_string 31 src/http/modules/ngx_http_random_index_module.c { ngx_string("random_index"), ngx_string 51 src/http/modules/ngx_http_realip_module.c { ngx_string("set_real_ip_from"), ngx_string 58 src/http/modules/ngx_http_realip_module.c { ngx_string("real_ip_header"), ngx_string 65 src/http/modules/ngx_http_realip_module.c { ngx_string("real_ip_recursive"), ngx_string 54 src/http/modules/ngx_http_referer_module.c { ngx_string("valid_referers"), ngx_string 61 src/http/modules/ngx_http_referer_module.c { ngx_string("referer_hash_max_size"), ngx_string 68 src/http/modules/ngx_http_referer_module.c { ngx_string("referer_hash_bucket_size"), ngx_string 46 src/http/modules/ngx_http_rewrite_module.c { ngx_string("rewrite"), ngx_string 54 src/http/modules/ngx_http_rewrite_module.c { ngx_string("return"), ngx_string 62 src/http/modules/ngx_http_rewrite_module.c { ngx_string("break"), ngx_string 70 src/http/modules/ngx_http_rewrite_module.c { ngx_string("if"), ngx_string 77 src/http/modules/ngx_http_rewrite_module.c { ngx_string("set"), ngx_string 85 src/http/modules/ngx_http_rewrite_module.c { ngx_string("rewrite_log"), ngx_string 93 src/http/modules/ngx_http_rewrite_module.c { ngx_string("uninitialized_variable_warn"), ngx_string 77 src/http/modules/ngx_http_scgi_module.c { ngx_string("error"), NGX_HTTP_UPSTREAM_FT_ERROR }, ngx_string 78 src/http/modules/ngx_http_scgi_module.c { ngx_string("timeout"), NGX_HTTP_UPSTREAM_FT_TIMEOUT }, ngx_string 79 src/http/modules/ngx_http_scgi_module.c { ngx_string("invalid_header"), NGX_HTTP_UPSTREAM_FT_INVALID_HEADER }, ngx_string 80 src/http/modules/ngx_http_scgi_module.c { ngx_string("http_500"), NGX_HTTP_UPSTREAM_FT_HTTP_500 }, ngx_string 81 src/http/modules/ngx_http_scgi_module.c { ngx_string("http_503"), NGX_HTTP_UPSTREAM_FT_HTTP_503 }, ngx_string 82 src/http/modules/ngx_http_scgi_module.c { ngx_string("http_403"), NGX_HTTP_UPSTREAM_FT_HTTP_403 }, ngx_string 83 src/http/modules/ngx_http_scgi_module.c { ngx_string("http_404"), NGX_HTTP_UPSTREAM_FT_HTTP_404 }, ngx_string 84 src/http/modules/ngx_http_scgi_module.c { ngx_string("updating"), NGX_HTTP_UPSTREAM_FT_UPDATING }, ngx_string 85 src/http/modules/ngx_http_scgi_module.c { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF }, ngx_string 95 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_pass"), ngx_string 102 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_store"), ngx_string 109 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_store_access"), ngx_string 116 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_buffering"), ngx_string 123 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_request_buffering"), ngx_string 130 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_ignore_client_abort"), ngx_string 137 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_bind"), ngx_string 144 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_connect_timeout"), ngx_string 151 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_send_timeout"), ngx_string 158 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_buffer_size"), ngx_string 165 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_pass_request_headers"), ngx_string 172 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_pass_request_body"), ngx_string 179 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_intercept_errors"), ngx_string 186 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_read_timeout"), ngx_string 193 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_buffers"), ngx_string 200 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_busy_buffers_size"), ngx_string 207 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_force_ranges"), ngx_string 214 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_limit_rate"), ngx_string 223 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache"), ngx_string 230 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache_key"), ngx_string 237 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache_path"), ngx_string 244 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache_bypass"), ngx_string 251 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_no_cache"), ngx_string 258 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache_valid"), ngx_string 265 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache_min_uses"), ngx_string 272 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache_use_stale"), ngx_string 279 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache_methods"), ngx_string 286 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache_lock"), ngx_string 293 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache_lock_timeout"), ngx_string 300 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache_lock_age"), ngx_string 307 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_cache_revalidate"), ngx_string 316 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_temp_path"), ngx_string 323 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_max_temp_file_size"), ngx_string 330 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_temp_file_write_size"), ngx_string 337 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_next_upstream"), ngx_string 344 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_next_upstream_tries"), ngx_string 351 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_next_upstream_timeout"), ngx_string 358 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_param"), ngx_string 365 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_pass_header"), ngx_string 372 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_hide_header"), ngx_string 379 src/http/modules/ngx_http_scgi_module.c { ngx_string("scgi_ignore_headers"), ngx_string 422 src/http/modules/ngx_http_scgi_module.c ngx_string("Status"), ngx_string 423 src/http/modules/ngx_http_scgi_module.c ngx_string("X-Accel-Expires"), ngx_string 424 src/http/modules/ngx_http_scgi_module.c ngx_string("X-Accel-Redirect"), ngx_string 425 src/http/modules/ngx_http_scgi_module.c ngx_string("X-Accel-Limit-Rate"), ngx_string 426 src/http/modules/ngx_http_scgi_module.c ngx_string("X-Accel-Buffering"), ngx_string 427 src/http/modules/ngx_http_scgi_module.c ngx_string("X-Accel-Charset"), ngx_string 435 src/http/modules/ngx_http_scgi_module.c { ngx_string("HTTP_IF_MODIFIED_SINCE"), ngx_string 436 src/http/modules/ngx_http_scgi_module.c ngx_string("$upstream_cache_last_modified") }, ngx_string 437 src/http/modules/ngx_http_scgi_module.c { ngx_string("HTTP_IF_UNMODIFIED_SINCE"), ngx_string("") }, ngx_string 438 src/http/modules/ngx_http_scgi_module.c { ngx_string("HTTP_IF_NONE_MATCH"), ngx_string("$upstream_cache_etag") }, ngx_string 439 src/http/modules/ngx_http_scgi_module.c { ngx_string("HTTP_IF_MATCH"), ngx_string("") }, ngx_string 440 src/http/modules/ngx_http_scgi_module.c { ngx_string("HTTP_RANGE"), ngx_string("") }, ngx_string 441 src/http/modules/ngx_http_scgi_module.c { ngx_string("HTTP_IF_RANGE"), ngx_string("") }, ngx_string 449 src/http/modules/ngx_http_scgi_module.c ngx_string(NGX_HTTP_SCGI_TEMP_PATH), { 1, 2, 0 } ngx_string 39 src/http/modules/ngx_http_secure_link_module.c { ngx_string("secure_link"), ngx_string 46 src/http/modules/ngx_http_secure_link_module.c { ngx_string("secure_link_md5"), ngx_string 53 src/http/modules/ngx_http_secure_link_module.c { ngx_string("secure_link_secret"), ngx_string 95 src/http/modules/ngx_http_secure_link_module.c static ngx_str_t ngx_http_secure_link_name = ngx_string("secure_link"); ngx_string 97 src/http/modules/ngx_http_secure_link_module.c ngx_string("secure_link_expires"); ngx_string 32 src/http/modules/ngx_http_split_clients_module.c { ngx_string("split_clients"), ngx_string 123 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("ssi"), ngx_string 131 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("ssi_silent_errors"), ngx_string 138 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("ssi_ignore_recycled_buffers"), ngx_string 145 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("ssi_min_file_chunk"), ngx_string 152 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("ssi_value_length"), ngx_string 159 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("ssi_types"), ngx_string 166 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("ssi_last_modified"), ngx_string 215 src/http/modules/ngx_http_ssi_filter_module.c static ngx_str_t ngx_http_ssi_none = ngx_string("(none)"); ngx_string 216 src/http/modules/ngx_http_ssi_filter_module.c static ngx_str_t ngx_http_ssi_timefmt = ngx_string("%A, %d-%b-%Y %H:%M:%S %Z"); ngx_string 242 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("virtual"), NGX_HTTP_SSI_INCLUDE_VIRTUAL, 0, 0 }, ngx_string 243 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("file"), NGX_HTTP_SSI_INCLUDE_FILE, 0, 0 }, ngx_string 244 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("wait"), NGX_HTTP_SSI_INCLUDE_WAIT, 0, 0 }, ngx_string 245 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("set"), NGX_HTTP_SSI_INCLUDE_SET, 0, 0 }, ngx_string 246 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("stub"), NGX_HTTP_SSI_INCLUDE_STUB, 0, 0 }, ngx_string 252 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("var"), NGX_HTTP_SSI_ECHO_VAR, 1, 0 }, ngx_string 253 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("default"), NGX_HTTP_SSI_ECHO_DEFAULT, 0, 0 }, ngx_string 254 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("encoding"), NGX_HTTP_SSI_ECHO_ENCODING, 0, 0 }, ngx_string 260 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("errmsg"), NGX_HTTP_SSI_CONFIG_ERRMSG, 0, 0 }, ngx_string 261 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("timefmt"), NGX_HTTP_SSI_CONFIG_TIMEFMT, 0, 0 }, ngx_string 267 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("var"), NGX_HTTP_SSI_SET_VAR, 1, 0 }, ngx_string 268 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("value"), NGX_HTTP_SSI_SET_VALUE, 1, 0 }, ngx_string 274 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("expr"), NGX_HTTP_SSI_IF_EXPR, 1, 0 }, ngx_string 280 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("name"), NGX_HTTP_SSI_BLOCK_NAME, 1, 0 }, ngx_string 291 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("include"), ngx_http_ssi_include, ngx_string 293 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("echo"), ngx_http_ssi_echo, ngx_string 295 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("config"), ngx_http_ssi_config, ngx_string 297 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("set"), ngx_http_ssi_set, ngx_http_ssi_set_params, 0, 0, 0 }, ngx_string 299 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("if"), ngx_http_ssi_if, ngx_http_ssi_if_params, 0, 0, 0 }, ngx_string 300 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("elif"), ngx_http_ssi_if, ngx_http_ssi_if_params, ngx_string 302 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("else"), ngx_http_ssi_else, ngx_http_ssi_no_params, ngx_string 304 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("endif"), ngx_http_ssi_endif, ngx_http_ssi_no_params, ngx_string 307 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("block"), ngx_http_ssi_block, ngx_string 309 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("endblock"), ngx_http_ssi_endblock, ngx_string 318 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("date_local"), NULL, ngx_http_ssi_date_gmt_local_variable, 0, ngx_string 321 src/http/modules/ngx_http_ssi_filter_module.c { ngx_string("date_gmt"), NULL, ngx_http_ssi_date_gmt_local_variable, 1, ngx_string 55 src/http/modules/ngx_http_ssl_module.c { ngx_string("SSLv2"), NGX_SSL_SSLv2 }, ngx_string 56 src/http/modules/ngx_http_ssl_module.c { ngx_string("SSLv3"), NGX_SSL_SSLv3 }, ngx_string 57 src/http/modules/ngx_http_ssl_module.c { ngx_string("TLSv1"), NGX_SSL_TLSv1 }, ngx_string 58 src/http/modules/ngx_http_ssl_module.c { ngx_string("TLSv1.1"), NGX_SSL_TLSv1_1 }, ngx_string 59 src/http/modules/ngx_http_ssl_module.c { ngx_string("TLSv1.2"), NGX_SSL_TLSv1_2 }, ngx_string 65 src/http/modules/ngx_http_ssl_module.c { ngx_string("off"), 0 }, ngx_string 66 src/http/modules/ngx_http_ssl_module.c { ngx_string("on"), 1 }, ngx_string 67 src/http/modules/ngx_http_ssl_module.c { ngx_string("optional"), 2 }, ngx_string 68 src/http/modules/ngx_http_ssl_module.c { ngx_string("optional_no_ca"), 3 }, ngx_string 75 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl"), ngx_string 82 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_certificate"), ngx_string 89 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_certificate_key"), ngx_string 96 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_password_file"), ngx_string 103 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_dhparam"), ngx_string 110 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_ecdh_curve"), ngx_string 117 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_protocols"), ngx_string 124 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_ciphers"), ngx_string 131 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_buffer_size"), ngx_string 138 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_verify_client"), ngx_string 145 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_verify_depth"), ngx_string 152 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_client_certificate"), ngx_string 159 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_trusted_certificate"), ngx_string 166 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_prefer_server_ciphers"), ngx_string 173 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_session_cache"), ngx_string 180 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_session_tickets"), ngx_string 187 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_session_ticket_key"), ngx_string 194 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_session_timeout"), ngx_string 201 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_crl"), ngx_string 208 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_stapling"), ngx_string 215 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_stapling_file"), ngx_string 222 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_stapling_responder"), ngx_string 229 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_stapling_verify"), ngx_string 273 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_protocol"), NULL, ngx_http_ssl_static_variable, ngx_string 276 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_cipher"), NULL, ngx_http_ssl_static_variable, ngx_string 279 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_session_id"), NULL, ngx_http_ssl_variable, ngx_string 282 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_session_reused"), NULL, ngx_http_ssl_variable, ngx_string 285 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_server_name"), NULL, ngx_http_ssl_variable, ngx_string 288 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_client_cert"), NULL, ngx_http_ssl_variable, ngx_string 291 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_client_raw_cert"), NULL, ngx_http_ssl_variable, ngx_string 295 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_client_s_dn"), NULL, ngx_http_ssl_variable, ngx_string 298 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_client_i_dn"), NULL, ngx_http_ssl_variable, ngx_string 301 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_client_serial"), NULL, ngx_http_ssl_variable, ngx_string 304 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_client_fingerprint"), NULL, ngx_http_ssl_variable, ngx_string 307 src/http/modules/ngx_http_ssl_module.c { ngx_string("ssl_client_verify"), NULL, ngx_http_ssl_variable, ngx_string 314 src/http/modules/ngx_http_ssl_module.c static ngx_str_t ngx_http_ssl_sess_id_ctx = ngx_string("HTTP"); ngx_string 23 src/http/modules/ngx_http_stub_status_module.c { ngx_string("stub_status"), ngx_string 67 src/http/modules/ngx_http_stub_status_module.c { ngx_string("connections_active"), NULL, ngx_http_stub_status_variable, ngx_string 70 src/http/modules/ngx_http_stub_status_module.c { ngx_string("connections_reading"), NULL, ngx_http_stub_status_variable, ngx_string 73 src/http/modules/ngx_http_stub_status_module.c { ngx_string("connections_writing"), NULL, ngx_http_stub_status_variable, ngx_string 76 src/http/modules/ngx_http_stub_status_module.c { ngx_string("connections_waiting"), NULL, ngx_http_stub_status_variable, ngx_string 72 src/http/modules/ngx_http_sub_filter_module.c { ngx_string("sub_filter"), ngx_string 79 src/http/modules/ngx_http_sub_filter_module.c { ngx_string("sub_filter_types"), ngx_string 86 src/http/modules/ngx_http_sub_filter_module.c { ngx_string("sub_filter_once"), ngx_string 93 src/http/modules/ngx_http_sub_filter_module.c { ngx_string("sub_filter_last_modified"), ngx_string 68 src/http/modules/ngx_http_upstream_hash_module.c { ngx_string("hash"), ngx_string 38 src/http/modules/ngx_http_upstream_ip_hash_module.c { ngx_string("ip_hash"), ngx_string 81 src/http/modules/ngx_http_upstream_keepalive_module.c { ngx_string("keepalive"), ngx_string 23 src/http/modules/ngx_http_upstream_least_conn_module.c { ngx_string("least_conn"), ngx_string 23 src/http/modules/ngx_http_upstream_zone_module.c { ngx_string("zone"), ngx_string 83 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("off"), NGX_HTTP_USERID_OFF }, ngx_string 84 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("log"), NGX_HTTP_USERID_LOG }, ngx_string 85 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("v1"), NGX_HTTP_USERID_V1 }, ngx_string 86 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("on"), NGX_HTTP_USERID_ON }, ngx_string 99 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("userid"), ngx_string 106 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("userid_service"), ngx_string 113 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("userid_name"), ngx_string 120 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("userid_domain"), ngx_string 127 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("userid_path"), ngx_string 134 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("userid_expires"), ngx_string 141 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("userid_p3p"), ngx_string 148 src/http/modules/ngx_http_userid_filter_module.c { ngx_string("userid_mark"), ngx_string 190 src/http/modules/ngx_http_userid_filter_module.c static ngx_str_t ngx_http_userid_got = ngx_string("uid_got"); ngx_string 191 src/http/modules/ngx_http_userid_filter_module.c static ngx_str_t ngx_http_userid_set = ngx_string("uid_set"); ngx_string 192 src/http/modules/ngx_http_userid_filter_module.c static ngx_str_t ngx_http_userid_reset = ngx_string("uid_reset"); ngx_string 109 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("error"), NGX_HTTP_UPSTREAM_FT_ERROR }, ngx_string 110 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("timeout"), NGX_HTTP_UPSTREAM_FT_TIMEOUT }, ngx_string 111 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("invalid_header"), NGX_HTTP_UPSTREAM_FT_INVALID_HEADER }, ngx_string 112 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("http_500"), NGX_HTTP_UPSTREAM_FT_HTTP_500 }, ngx_string 113 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("http_503"), NGX_HTTP_UPSTREAM_FT_HTTP_503 }, ngx_string 114 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("http_403"), NGX_HTTP_UPSTREAM_FT_HTTP_403 }, ngx_string 115 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("http_404"), NGX_HTTP_UPSTREAM_FT_HTTP_404 }, ngx_string 116 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("updating"), NGX_HTTP_UPSTREAM_FT_UPDATING }, ngx_string 117 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF }, ngx_string 125 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("SSLv2"), NGX_SSL_SSLv2 }, ngx_string 126 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("SSLv3"), NGX_SSL_SSLv3 }, ngx_string 127 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("TLSv1"), NGX_SSL_TLSv1 }, ngx_string 128 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("TLSv1.1"), NGX_SSL_TLSv1_1 }, ngx_string 129 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("TLSv1.2"), NGX_SSL_TLSv1_2 }, ngx_string 141 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_pass"), ngx_string 148 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_modifier1"), ngx_string 155 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_modifier2"), ngx_string 162 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_store"), ngx_string 169 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_store_access"), ngx_string 176 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_buffering"), ngx_string 183 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_request_buffering"), ngx_string 190 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ignore_client_abort"), ngx_string 197 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_bind"), ngx_string 204 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_connect_timeout"), ngx_string 211 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_send_timeout"), ngx_string 218 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_buffer_size"), ngx_string 225 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_pass_request_headers"), ngx_string 232 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_pass_request_body"), ngx_string 239 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_intercept_errors"), ngx_string 246 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_read_timeout"), ngx_string 253 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_buffers"), ngx_string 260 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_busy_buffers_size"), ngx_string 267 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_force_ranges"), ngx_string 274 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_limit_rate"), ngx_string 283 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache"), ngx_string 290 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache_key"), ngx_string 297 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache_path"), ngx_string 304 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache_bypass"), ngx_string 311 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_no_cache"), ngx_string 318 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache_valid"), ngx_string 325 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache_min_uses"), ngx_string 332 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache_use_stale"), ngx_string 339 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache_methods"), ngx_string 346 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache_lock"), ngx_string 353 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache_lock_timeout"), ngx_string 360 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache_lock_age"), ngx_string 367 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_cache_revalidate"), ngx_string 376 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_temp_path"), ngx_string 383 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_max_temp_file_size"), ngx_string 390 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_temp_file_write_size"), ngx_string 397 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_next_upstream"), ngx_string 404 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_next_upstream_tries"), ngx_string 411 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_next_upstream_timeout"), ngx_string 418 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_param"), ngx_string 425 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_string"), ngx_string 432 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_pass_header"), ngx_string 439 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_hide_header"), ngx_string 446 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ignore_headers"), ngx_string 455 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_session_reuse"), ngx_string 462 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_protocols"), ngx_string 469 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_ciphers"), ngx_string 476 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_name"), ngx_string 483 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_server_name"), ngx_string 490 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_verify"), ngx_string 497 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_verify_depth"), ngx_string 504 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_trusted_certificate"), ngx_string 511 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_crl"), ngx_string 518 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_certificate"), ngx_string 525 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_certificate_key"), ngx_string 532 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("uwsgi_ssl_password_file"), ngx_string 577 src/http/modules/ngx_http_uwsgi_module.c ngx_string("X-Accel-Expires"), ngx_string 578 src/http/modules/ngx_http_uwsgi_module.c ngx_string("X-Accel-Redirect"), ngx_string 579 src/http/modules/ngx_http_uwsgi_module.c ngx_string("X-Accel-Limit-Rate"), ngx_string 580 src/http/modules/ngx_http_uwsgi_module.c ngx_string("X-Accel-Buffering"), ngx_string 581 src/http/modules/ngx_http_uwsgi_module.c ngx_string("X-Accel-Charset"), ngx_string 589 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("HTTP_IF_MODIFIED_SINCE"), ngx_string 590 src/http/modules/ngx_http_uwsgi_module.c ngx_string("$upstream_cache_last_modified") }, ngx_string 591 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("HTTP_IF_UNMODIFIED_SINCE"), ngx_string("") }, ngx_string 592 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("HTTP_IF_NONE_MATCH"), ngx_string("$upstream_cache_etag") }, ngx_string 593 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("HTTP_IF_MATCH"), ngx_string("") }, ngx_string 594 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("HTTP_RANGE"), ngx_string("") }, ngx_string 595 src/http/modules/ngx_http_uwsgi_module.c { ngx_string("HTTP_IF_RANGE"), ngx_string("") }, ngx_string 603 src/http/modules/ngx_http_uwsgi_module.c ngx_string(NGX_HTTP_UWSGI_TEMP_PATH), { 1, 2, 0 } ngx_string 113 src/http/modules/ngx_http_xslt_filter_module.c ngx_string("text/xml"), ngx_string 120 src/http/modules/ngx_http_xslt_filter_module.c { ngx_string("xml_entities"), ngx_string 127 src/http/modules/ngx_http_xslt_filter_module.c { ngx_string("xslt_stylesheet"), ngx_string 134 src/http/modules/ngx_http_xslt_filter_module.c { ngx_string("xslt_param"), ngx_string 141 src/http/modules/ngx_http_xslt_filter_module.c { ngx_string("xslt_string_param"), ngx_string 148 src/http/modules/ngx_http_xslt_filter_module.c { ngx_string("xslt_types"), ngx_string 155 src/http/modules/ngx_http_xslt_filter_module.c { ngx_string("xslt_last_modified"), ngx_string 68 src/http/modules/perl/ngx_http_perl_module.c { ngx_string("perl_modules"), ngx_string 75 src/http/modules/perl/ngx_http_perl_module.c { ngx_string("perl_require"), ngx_string 82 src/http/modules/perl/ngx_http_perl_module.c { ngx_string("perl"), ngx_string 89 src/http/modules/perl/ngx_http_perl_module.c { ngx_string("perl_set"), ngx_string 138 src/http/modules/perl/ngx_http_perl_module.c { ngx_string("sub"), NGX_HTTP_PERL_SSI_SUB, 1, 0 }, ngx_string 139 src/http/modules/perl/ngx_http_perl_module.c { ngx_string("arg"), NGX_HTTP_PERL_SSI_ARG, 0, 1 }, ngx_string 144 src/http/modules/perl/ngx_http_perl_module.c ngx_string("perl"), ngx_http_perl_ssi, ngx_http_perl_ssi_params, 0, 0, 1 ngx_string 78 src/http/ngx_http.c ngx_string("text/html"), ngx_string 85 src/http/ngx_http.c { ngx_string("http"), ngx_string 97 src/http/ngx_http.c ngx_string("http"), ngx_string 41 src/http/ngx_http_copy_filter_module.c { ngx_string("output_buffers"), ngx_string 101 src/http/ngx_http_core_module.c { ngx_string("off"), NGX_HTTP_REQUEST_BODY_FILE_OFF }, ngx_string 102 src/http/ngx_http_core_module.c { ngx_string("on"), NGX_HTTP_REQUEST_BODY_FILE_ON }, ngx_string 103 src/http/ngx_http_core_module.c { ngx_string("clean"), NGX_HTTP_REQUEST_BODY_FILE_CLEAN }, ngx_string 109 src/http/ngx_http_core_module.c { ngx_string("all"), NGX_HTTP_SATISFY_ALL }, ngx_string 110 src/http/ngx_http_core_module.c { ngx_string("any"), NGX_HTTP_SATISFY_ANY }, ngx_string 116 src/http/ngx_http_core_module.c { ngx_string("off"), NGX_HTTP_LINGERING_OFF }, ngx_string 117 src/http/ngx_http_core_module.c { ngx_string("on"), NGX_HTTP_LINGERING_ON }, ngx_string 118 src/http/ngx_http_core_module.c { ngx_string("always"), NGX_HTTP_LINGERING_ALWAYS }, ngx_string 124 src/http/ngx_http_core_module.c { ngx_string("off"), NGX_HTTP_IMS_OFF }, ngx_string 125 src/http/ngx_http_core_module.c { ngx_string("exact"), NGX_HTTP_IMS_EXACT }, ngx_string 126 src/http/ngx_http_core_module.c { ngx_string("before"), NGX_HTTP_IMS_BEFORE }, ngx_string 132 src/http/ngx_http_core_module.c { ngx_string("none"), NGX_HTTP_KEEPALIVE_DISABLE_NONE }, ngx_string 133 src/http/ngx_http_core_module.c { ngx_string("msie6"), NGX_HTTP_KEEPALIVE_DISABLE_MSIE6 }, ngx_string 134 src/http/ngx_http_core_module.c { ngx_string("safari"), NGX_HTTP_KEEPALIVE_DISABLE_SAFARI }, ngx_string 140 src/http/ngx_http_core_module.c ngx_string(NGX_HTTP_CLIENT_TEMP_PATH), { 0, 0, 0 } ngx_string 147 src/http/ngx_http_core_module.c { ngx_string("1.0"), NGX_HTTP_VERSION_10 }, ngx_string 148 src/http/ngx_http_core_module.c { ngx_string("1.1"), NGX_HTTP_VERSION_11 }, ngx_string 154 src/http/ngx_http_core_module.c { ngx_string("off"), NGX_HTTP_GZIP_PROXIED_OFF }, ngx_string 155 src/http/ngx_http_core_module.c { ngx_string("expired"), NGX_HTTP_GZIP_PROXIED_EXPIRED }, ngx_string 156 src/http/ngx_http_core_module.c { ngx_string("no-cache"), NGX_HTTP_GZIP_PROXIED_NO_CACHE }, ngx_string 157 src/http/ngx_http_core_module.c { ngx_string("no-store"), NGX_HTTP_GZIP_PROXIED_NO_STORE }, ngx_string 158 src/http/ngx_http_core_module.c { ngx_string("private"), NGX_HTTP_GZIP_PROXIED_PRIVATE }, ngx_string 159 src/http/ngx_http_core_module.c { ngx_string("no_last_modified"), NGX_HTTP_GZIP_PROXIED_NO_LM }, ngx_string 160 src/http/ngx_http_core_module.c { ngx_string("no_etag"), NGX_HTTP_GZIP_PROXIED_NO_ETAG }, ngx_string 161 src/http/ngx_http_core_module.c { ngx_string("auth"), NGX_HTTP_GZIP_PROXIED_AUTH }, ngx_string 162 src/http/ngx_http_core_module.c { ngx_string("any"), NGX_HTTP_GZIP_PROXIED_ANY }, ngx_string 167 src/http/ngx_http_core_module.c static ngx_str_t ngx_http_gzip_no_cache = ngx_string("no-cache"); ngx_string 168 src/http/ngx_http_core_module.c static ngx_str_t ngx_http_gzip_no_store = ngx_string("no-store"); ngx_string 169 src/http/ngx_http_core_module.c static ngx_str_t ngx_http_gzip_private = ngx_string("private"); ngx_string 176 src/http/ngx_http_core_module.c { ngx_string("variables_hash_max_size"), ngx_string 183 src/http/ngx_http_core_module.c { ngx_string("variables_hash_bucket_size"), ngx_string 190 src/http/ngx_http_core_module.c { ngx_string("server_names_hash_max_size"), ngx_string 197 src/http/ngx_http_core_module.c { ngx_string("server_names_hash_bucket_size"), ngx_string 204 src/http/ngx_http_core_module.c { ngx_string("server"), ngx_string 211 src/http/ngx_http_core_module.c { ngx_string("connection_pool_size"), ngx_string 218 src/http/ngx_http_core_module.c { ngx_string("request_pool_size"), ngx_string 225 src/http/ngx_http_core_module.c { ngx_string("client_header_timeout"), ngx_string 232 src/http/ngx_http_core_module.c { ngx_string("client_header_buffer_size"), ngx_string 239 src/http/ngx_http_core_module.c { ngx_string("large_client_header_buffers"), ngx_string 246 src/http/ngx_http_core_module.c { ngx_string("ignore_invalid_headers"), ngx_string 253 src/http/ngx_http_core_module.c { ngx_string("merge_slashes"), ngx_string 260 src/http/ngx_http_core_module.c { ngx_string("underscores_in_headers"), ngx_string 267 src/http/ngx_http_core_module.c { ngx_string("location"), ngx_string 274 src/http/ngx_http_core_module.c { ngx_string("listen"), ngx_string 281 src/http/ngx_http_core_module.c { ngx_string("server_name"), ngx_string 288 src/http/ngx_http_core_module.c { ngx_string("types_hash_max_size"), ngx_string 295 src/http/ngx_http_core_module.c { ngx_string("types_hash_bucket_size"), ngx_string 302 src/http/ngx_http_core_module.c { ngx_string("types"), ngx_string 310 src/http/ngx_http_core_module.c { ngx_string("default_type"), ngx_string 317 src/http/ngx_http_core_module.c { ngx_string("root"), ngx_string 325 src/http/ngx_http_core_module.c { ngx_string("alias"), ngx_string 332 src/http/ngx_http_core_module.c { ngx_string("limit_except"), ngx_string 339 src/http/ngx_http_core_module.c { ngx_string("client_max_body_size"), ngx_string 346 src/http/ngx_http_core_module.c { ngx_string("client_body_buffer_size"), ngx_string 353 src/http/ngx_http_core_module.c { ngx_string("client_body_timeout"), ngx_string 360 src/http/ngx_http_core_module.c { ngx_string("client_body_temp_path"), ngx_string 367 src/http/ngx_http_core_module.c { ngx_string("client_body_in_file_only"), ngx_string 374 src/http/ngx_http_core_module.c { ngx_string("client_body_in_single_buffer"), ngx_string 381 src/http/ngx_http_core_module.c { ngx_string("sendfile"), ngx_string 389 src/http/ngx_http_core_module.c { ngx_string("sendfile_max_chunk"), ngx_string 396 src/http/ngx_http_core_module.c { ngx_string("aio"), ngx_string 403 src/http/ngx_http_core_module.c { ngx_string("read_ahead"), ngx_string 410 src/http/ngx_http_core_module.c { ngx_string("directio"), ngx_string 417 src/http/ngx_http_core_module.c { ngx_string("directio_alignment"), ngx_string 424 src/http/ngx_http_core_module.c { ngx_string("tcp_nopush"), ngx_string 431 src/http/ngx_http_core_module.c { ngx_string("tcp_nodelay"), ngx_string 438 src/http/ngx_http_core_module.c { ngx_string("send_timeout"), ngx_string 445 src/http/ngx_http_core_module.c { ngx_string("send_lowat"), ngx_string 452 src/http/ngx_http_core_module.c { ngx_string("postpone_output"), ngx_string 459 src/http/ngx_http_core_module.c { ngx_string("limit_rate"), ngx_string 467 src/http/ngx_http_core_module.c { ngx_string("limit_rate_after"), ngx_string 475 src/http/ngx_http_core_module.c { ngx_string("keepalive_timeout"), ngx_string 482 src/http/ngx_http_core_module.c { ngx_string("keepalive_requests"), ngx_string 489 src/http/ngx_http_core_module.c { ngx_string("keepalive_disable"), ngx_string 496 src/http/ngx_http_core_module.c { ngx_string("satisfy"), ngx_string 503 src/http/ngx_http_core_module.c { ngx_string("internal"), ngx_string 510 src/http/ngx_http_core_module.c { ngx_string("lingering_close"), ngx_string 517 src/http/ngx_http_core_module.c { ngx_string("lingering_time"), ngx_string 524 src/http/ngx_http_core_module.c { ngx_string("lingering_timeout"), ngx_string 531 src/http/ngx_http_core_module.c { ngx_string("reset_timedout_connection"), ngx_string 538 src/http/ngx_http_core_module.c { ngx_string("server_name_in_redirect"), ngx_string 545 src/http/ngx_http_core_module.c { ngx_string("port_in_redirect"), ngx_string 552 src/http/ngx_http_core_module.c { ngx_string("msie_padding"), ngx_string 559 src/http/ngx_http_core_module.c { ngx_string("msie_refresh"), ngx_string 566 src/http/ngx_http_core_module.c { ngx_string("log_not_found"), ngx_string 573 src/http/ngx_http_core_module.c { ngx_string("log_subrequest"), ngx_string 580 src/http/ngx_http_core_module.c { ngx_string("recursive_error_pages"), ngx_string 587 src/http/ngx_http_core_module.c { ngx_string("server_tokens"), ngx_string 594 src/http/ngx_http_core_module.c { ngx_string("if_modified_since"), ngx_string 601 src/http/ngx_http_core_module.c { ngx_string("max_ranges"), ngx_string 608 src/http/ngx_http_core_module.c { ngx_string("chunked_transfer_encoding"), ngx_string 615 src/http/ngx_http_core_module.c { ngx_string("etag"), ngx_string 622 src/http/ngx_http_core_module.c { ngx_string("error_page"), ngx_string 630 src/http/ngx_http_core_module.c { ngx_string("try_files"), ngx_string 637 src/http/ngx_http_core_module.c { ngx_string("post_action"), ngx_string 645 src/http/ngx_http_core_module.c { ngx_string("error_log"), ngx_string 652 src/http/ngx_http_core_module.c { ngx_string("open_file_cache"), ngx_string 659 src/http/ngx_http_core_module.c { ngx_string("open_file_cache_valid"), ngx_string 666 src/http/ngx_http_core_module.c { ngx_string("open_file_cache_min_uses"), ngx_string 673 src/http/ngx_http_core_module.c { ngx_string("open_file_cache_errors"), ngx_string 680 src/http/ngx_http_core_module.c { ngx_string("open_file_cache_events"), ngx_string 687 src/http/ngx_http_core_module.c { ngx_string("resolver"), ngx_string 694 src/http/ngx_http_core_module.c { ngx_string("resolver_timeout"), ngx_string 703 src/http/ngx_http_core_module.c { ngx_string("gzip_vary"), ngx_string 710 src/http/ngx_http_core_module.c { ngx_string("gzip_http_version"), ngx_string 717 src/http/ngx_http_core_module.c { ngx_string("gzip_proxied"), ngx_string 724 src/http/ngx_http_core_module.c { ngx_string("gzip_disable"), ngx_string 735 src/http/ngx_http_core_module.c { ngx_string("disable_symlinks"), ngx_string 3666 src/http/ngx_http_core_module.c static ngx_str_t ngx_http_core_text_html_type = ngx_string("text/html"); ngx_string 3667 src/http/ngx_http_core_module.c static ngx_str_t ngx_http_core_image_gif_type = ngx_string("image/gif"); ngx_string 3668 src/http/ngx_http_core_module.c static ngx_str_t ngx_http_core_image_jpeg_type = ngx_string("image/jpeg"); ngx_string 3671 src/http/ngx_http_core_module.c { ngx_string("html"), 0, &ngx_http_core_text_html_type }, ngx_string 3672 src/http/ngx_http_core_module.c { ngx_string("gif"), 0, &ngx_http_core_image_gif_type }, ngx_string 3673 src/http/ngx_http_core_module.c { ngx_string("jpg"), 0, &ngx_http_core_image_jpeg_type }, ngx_string 68 src/http/ngx_http_file_cache.c ngx_string("MISS"), ngx_string 69 src/http/ngx_http_file_cache.c ngx_string("BYPASS"), ngx_string 70 src/http/ngx_http_file_cache.c ngx_string("EXPIRED"), ngx_string 71 src/http/ngx_http_file_cache.c ngx_string("STALE"), ngx_string 72 src/http/ngx_http_file_cache.c ngx_string("UPDATING"), ngx_string 73 src/http/ngx_http_file_cache.c ngx_string("REVALIDATED"), ngx_string 74 src/http/ngx_http_file_cache.c ngx_string("HIT") ngx_string 55 src/http/ngx_http_header_filter_module.c ngx_string("200 OK"), ngx_string 56 src/http/ngx_http_header_filter_module.c ngx_string("201 Created"), ngx_string 57 src/http/ngx_http_header_filter_module.c ngx_string("202 Accepted"), ngx_string 59 src/http/ngx_http_header_filter_module.c ngx_string("204 No Content"), ngx_string 61 src/http/ngx_http_header_filter_module.c ngx_string("206 Partial Content"), ngx_string 70 src/http/ngx_http_header_filter_module.c ngx_string("301 Moved Permanently"), ngx_string 71 src/http/ngx_http_header_filter_module.c ngx_string("302 Moved Temporarily"), ngx_string 72 src/http/ngx_http_header_filter_module.c ngx_string("303 See Other"), ngx_string 73 src/http/ngx_http_header_filter_module.c ngx_string("304 Not Modified"), ngx_string 76 src/http/ngx_http_header_filter_module.c ngx_string("307 Temporary Redirect"), ngx_string 81 src/http/ngx_http_header_filter_module.c ngx_string("400 Bad Request"), ngx_string 82 src/http/ngx_http_header_filter_module.c ngx_string("401 Unauthorized"), ngx_string 83 src/http/ngx_http_header_filter_module.c ngx_string("402 Payment Required"), ngx_string 84 src/http/ngx_http_header_filter_module.c ngx_string("403 Forbidden"), ngx_string 85 src/http/ngx_http_header_filter_module.c ngx_string("404 Not Found"), ngx_string 86 src/http/ngx_http_header_filter_module.c ngx_string("405 Not Allowed"), ngx_string 87 src/http/ngx_http_header_filter_module.c ngx_string("406 Not Acceptable"), ngx_string 89 src/http/ngx_http_header_filter_module.c ngx_string("408 Request Time-out"), ngx_string 90 src/http/ngx_http_header_filter_module.c ngx_string("409 Conflict"), ngx_string 91 src/http/ngx_http_header_filter_module.c ngx_string("410 Gone"), ngx_string 92 src/http/ngx_http_header_filter_module.c ngx_string("411 Length Required"), ngx_string 93 src/http/ngx_http_header_filter_module.c ngx_string("412 Precondition Failed"), ngx_string 94 src/http/ngx_http_header_filter_module.c ngx_string("413 Request Entity Too Large"), ngx_string 95 src/http/ngx_http_header_filter_module.c ngx_string("414 Request-URI Too Large"), ngx_string 96 src/http/ngx_http_header_filter_module.c ngx_string("415 Unsupported Media Type"), ngx_string 97 src/http/ngx_http_header_filter_module.c ngx_string("416 Requested Range Not Satisfiable"), ngx_string 111 src/http/ngx_http_header_filter_module.c ngx_string("500 Internal Server Error"), ngx_string 112 src/http/ngx_http_header_filter_module.c ngx_string("501 Not Implemented"), ngx_string 113 src/http/ngx_http_header_filter_module.c ngx_string("502 Bad Gateway"), ngx_string 114 src/http/ngx_http_header_filter_module.c ngx_string("503 Service Temporarily Unavailable"), ngx_string 115 src/http/ngx_http_header_filter_module.c ngx_string("504 Gateway Time-out"), ngx_string 119 src/http/ngx_http_header_filter_module.c ngx_string("507 Insufficient Storage"), ngx_string 130 src/http/ngx_http_header_filter_module.c { ngx_string("Server"), offsetof(ngx_http_headers_out_t, server) }, ngx_string 131 src/http/ngx_http_header_filter_module.c { ngx_string("Date"), offsetof(ngx_http_headers_out_t, date) }, ngx_string 132 src/http/ngx_http_header_filter_module.c { ngx_string("Content-Length"), ngx_string 134 src/http/ngx_http_header_filter_module.c { ngx_string("Content-Encoding"), ngx_string 136 src/http/ngx_http_header_filter_module.c { ngx_string("Location"), offsetof(ngx_http_headers_out_t, location) }, ngx_string 137 src/http/ngx_http_header_filter_module.c { ngx_string("Last-Modified"), ngx_string 139 src/http/ngx_http_header_filter_module.c { ngx_string("Accept-Ranges"), ngx_string 141 src/http/ngx_http_header_filter_module.c { ngx_string("Expires"), offsetof(ngx_http_headers_out_t, expires) }, ngx_string 142 src/http/ngx_http_header_filter_module.c { ngx_string("Cache-Control"), ngx_string 144 src/http/ngx_http_header_filter_module.c { ngx_string("ETag"), offsetof(ngx_http_headers_out_t, etag) }, ngx_string 81 src/http/ngx_http_request.c { ngx_string("Host"), offsetof(ngx_http_headers_in_t, host), ngx_string 84 src/http/ngx_http_request.c { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection), ngx_string 87 src/http/ngx_http_request.c { ngx_string("If-Modified-Since"), ngx_string 91 src/http/ngx_http_request.c { ngx_string("If-Unmodified-Since"), ngx_string 95 src/http/ngx_http_request.c { ngx_string("If-Match"), ngx_string 99 src/http/ngx_http_request.c { ngx_string("If-None-Match"), ngx_string 103 src/http/ngx_http_request.c { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent), ngx_string 106 src/http/ngx_http_request.c { ngx_string("Referer"), offsetof(ngx_http_headers_in_t, referer), ngx_string 109 src/http/ngx_http_request.c { ngx_string("Content-Length"), ngx_string 113 src/http/ngx_http_request.c { ngx_string("Content-Type"), ngx_string 117 src/http/ngx_http_request.c { ngx_string("Range"), offsetof(ngx_http_headers_in_t, range), ngx_string 120 src/http/ngx_http_request.c { ngx_string("If-Range"), ngx_string 124 src/http/ngx_http_request.c { ngx_string("Transfer-Encoding"), ngx_string 128 src/http/ngx_http_request.c { ngx_string("Expect"), ngx_string 132 src/http/ngx_http_request.c { ngx_string("Upgrade"), ngx_string 137 src/http/ngx_http_request.c { ngx_string("Accept-Encoding"), ngx_string 141 src/http/ngx_http_request.c { ngx_string("Via"), offsetof(ngx_http_headers_in_t, via), ngx_string 145 src/http/ngx_http_request.c { ngx_string("Authorization"), ngx_string 149 src/http/ngx_http_request.c { ngx_string("Keep-Alive"), offsetof(ngx_http_headers_in_t, keep_alive), ngx_string 153 src/http/ngx_http_request.c { ngx_string("X-Forwarded-For"), ngx_string 159 src/http/ngx_http_request.c { ngx_string("X-Real-IP"), ngx_string 165 src/http/ngx_http_request.c { ngx_string("Accept"), offsetof(ngx_http_headers_in_t, accept), ngx_string 168 src/http/ngx_http_request.c { ngx_string("Accept-Language"), ngx_string 174 src/http/ngx_http_request.c { ngx_string("Depth"), offsetof(ngx_http_headers_in_t, depth), ngx_string 177 src/http/ngx_http_request.c { ngx_string("Destination"), offsetof(ngx_http_headers_in_t, destination), ngx_string 180 src/http/ngx_http_request.c { ngx_string("Overwrite"), offsetof(ngx_http_headers_in_t, overwrite), ngx_string 183 src/http/ngx_http_request.c { ngx_string("Date"), offsetof(ngx_http_headers_in_t, date), ngx_string 187 src/http/ngx_http_request.c { ngx_string("Cookie"), offsetof(ngx_http_headers_in_t, cookies), ngx_string 773 src/http/ngx_http_request.c static const ngx_str_t spdy = ngx_string(NGX_SPDY_NPN_NEGOTIATED); ngx_string 56 src/http/ngx_http_spdy_module.c { ngx_string("spdy_recv_buffer_size"), ngx_string 63 src/http/ngx_http_spdy_module.c { ngx_string("spdy_pool_size"), ngx_string 70 src/http/ngx_http_spdy_module.c { ngx_string("spdy_max_concurrent_streams"), ngx_string 77 src/http/ngx_http_spdy_module.c { ngx_string("spdy_streams_index_size"), ngx_string 84 src/http/ngx_http_spdy_module.c { ngx_string("spdy_recv_timeout"), ngx_string 91 src/http/ngx_http_spdy_module.c { ngx_string("spdy_keepalive_timeout"), ngx_string 98 src/http/ngx_http_spdy_module.c { ngx_string("spdy_headers_comp"), ngx_string 105 src/http/ngx_http_spdy_module.c { ngx_string("spdy_chunk_size"), ngx_string 149 src/http/ngx_http_spdy_module.c { ngx_string("spdy"), NULL, ngx_string 152 src/http/ngx_http_spdy_module.c { ngx_string("spdy_request_priority"), NULL, ngx_string 309 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_301_page), ngx_string 310 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_302_page), ngx_string 311 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_303_page), ngx_string 315 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_307_page), ngx_string 320 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_400_page), ngx_string 321 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_401_page), ngx_string 322 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_402_page), ngx_string 323 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_403_page), ngx_string 324 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_404_page), ngx_string 325 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_405_page), ngx_string 326 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_406_page), ngx_string 328 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_408_page), ngx_string 329 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_409_page), ngx_string 330 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_410_page), ngx_string 331 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_411_page), ngx_string 332 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_412_page), ngx_string 333 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_413_page), ngx_string 334 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_414_page), ngx_string 335 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_415_page), ngx_string 336 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_416_page), ngx_string 341 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_494_page), /* 494, request header too large */ ngx_string 342 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_495_page), /* 495, https certificate error */ ngx_string 343 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_496_page), /* 496, https no certificate */ ngx_string 344 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_497_page), /* 497, http to https */ ngx_string 345 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_404_page), /* 498, canceled */ ngx_string 348 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_500_page), ngx_string 349 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_501_page), ngx_string 350 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_502_page), ngx_string 351 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_503_page), ngx_string 352 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_504_page), ngx_string 355 src/http/ngx_http_special_response.c ngx_string(ngx_http_error_507_page) ngx_string 178 src/http/ngx_http_upstream.c { ngx_string("Status"), ngx_string 183 src/http/ngx_http_upstream.c { ngx_string("Content-Type"), ngx_string 188 src/http/ngx_http_upstream.c { ngx_string("Content-Length"), ngx_string 192 src/http/ngx_http_upstream.c { ngx_string("Date"), ngx_string 198 src/http/ngx_http_upstream.c { ngx_string("Last-Modified"), ngx_string 202 src/http/ngx_http_upstream.c { ngx_string("ETag"), ngx_string 208 src/http/ngx_http_upstream.c { ngx_string("Server"), ngx_string 214 src/http/ngx_http_upstream.c { ngx_string("WWW-Authenticate"), ngx_string 219 src/http/ngx_http_upstream.c { ngx_string("Location"), ngx_string 224 src/http/ngx_http_upstream.c { ngx_string("Refresh"), ngx_string 228 src/http/ngx_http_upstream.c { ngx_string("Set-Cookie"), ngx_string 233 src/http/ngx_http_upstream.c { ngx_string("Content-Disposition"), ngx_string 237 src/http/ngx_http_upstream.c { ngx_string("Cache-Control"), ngx_string 242 src/http/ngx_http_upstream.c { ngx_string("Expires"), ngx_string 247 src/http/ngx_http_upstream.c { ngx_string("Accept-Ranges"), ngx_string 253 src/http/ngx_http_upstream.c { ngx_string("Connection"), ngx_string 257 src/http/ngx_http_upstream.c { ngx_string("Keep-Alive"), ngx_string 261 src/http/ngx_http_upstream.c { ngx_string("Vary"), ngx_string 265 src/http/ngx_http_upstream.c { ngx_string("X-Powered-By"), ngx_string 269 src/http/ngx_http_upstream.c { ngx_string("X-Accel-Expires"), ngx_string 273 src/http/ngx_http_upstream.c { ngx_string("X-Accel-Redirect"), ngx_string 278 src/http/ngx_http_upstream.c { ngx_string("X-Accel-Limit-Rate"), ngx_string 282 src/http/ngx_http_upstream.c { ngx_string("X-Accel-Buffering"), ngx_string 286 src/http/ngx_http_upstream.c { ngx_string("X-Accel-Charset"), ngx_string 290 src/http/ngx_http_upstream.c { ngx_string("Transfer-Encoding"), ngx_string 295 src/http/ngx_http_upstream.c { ngx_string("Content-Encoding"), ngx_string 307 src/http/ngx_http_upstream.c { ngx_string("upstream"), ngx_string 314 src/http/ngx_http_upstream.c { ngx_string("server"), ngx_string 358 src/http/ngx_http_upstream.c { ngx_string("upstream_addr"), NULL, ngx_string 362 src/http/ngx_http_upstream.c { ngx_string("upstream_status"), NULL, ngx_string 366 src/http/ngx_http_upstream.c { ngx_string("upstream_connect_time"), NULL, ngx_string 370 src/http/ngx_http_upstream.c { ngx_string("upstream_header_time"), NULL, ngx_string 374 src/http/ngx_http_upstream.c { ngx_string("upstream_response_time"), NULL, ngx_string 378 src/http/ngx_http_upstream.c { ngx_string("upstream_response_length"), NULL, ngx_string 384 src/http/ngx_http_upstream.c { ngx_string("upstream_cache_status"), NULL, ngx_string 388 src/http/ngx_http_upstream.c { ngx_string("upstream_cache_last_modified"), NULL, ngx_string 392 src/http/ngx_http_upstream.c { ngx_string("upstream_cache_etag"), NULL, ngx_string 414 src/http/ngx_http_upstream.c { ngx_string("GET"), NGX_HTTP_GET}, ngx_string 415 src/http/ngx_http_upstream.c { ngx_string("HEAD"), NGX_HTTP_HEAD }, ngx_string 416 src/http/ngx_http_upstream.c { ngx_string("POST"), NGX_HTTP_POST }, ngx_string 422 src/http/ngx_http_upstream.c { ngx_string("X-Accel-Redirect"), NGX_HTTP_UPSTREAM_IGN_XA_REDIRECT }, ngx_string 423 src/http/ngx_http_upstream.c { ngx_string("X-Accel-Expires"), NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES }, ngx_string 424 src/http/ngx_http_upstream.c { ngx_string("X-Accel-Limit-Rate"), NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE }, ngx_string 425 src/http/ngx_http_upstream.c { ngx_string("X-Accel-Buffering"), NGX_HTTP_UPSTREAM_IGN_XA_BUFFERING }, ngx_string 426 src/http/ngx_http_upstream.c { ngx_string("X-Accel-Charset"), NGX_HTTP_UPSTREAM_IGN_XA_CHARSET }, ngx_string 427 src/http/ngx_http_upstream.c { ngx_string("Expires"), NGX_HTTP_UPSTREAM_IGN_EXPIRES }, ngx_string 428 src/http/ngx_http_upstream.c { ngx_string("Cache-Control"), NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL }, ngx_string 429 src/http/ngx_http_upstream.c { ngx_string("Set-Cookie"), NGX_HTTP_UPSTREAM_IGN_SET_COOKIE }, ngx_string 430 src/http/ngx_http_upstream.c { ngx_string("Vary"), NGX_HTTP_UPSTREAM_IGN_VARY }, ngx_string 155 src/http/ngx_http_variables.c { ngx_string("http_host"), NULL, ngx_http_variable_header, ngx_string 158 src/http/ngx_http_variables.c { ngx_string("http_user_agent"), NULL, ngx_http_variable_header, ngx_string 161 src/http/ngx_http_variables.c { ngx_string("http_referer"), NULL, ngx_http_variable_header, ngx_string 165 src/http/ngx_http_variables.c { ngx_string("http_via"), NULL, ngx_http_variable_header, ngx_string 170 src/http/ngx_http_variables.c { ngx_string("http_x_forwarded_for"), NULL, ngx_http_variable_headers, ngx_string 174 src/http/ngx_http_variables.c { ngx_string("http_cookie"), NULL, ngx_http_variable_cookies, ngx_string 177 src/http/ngx_http_variables.c { ngx_string("content_length"), NULL, ngx_http_variable_content_length, ngx_string 180 src/http/ngx_http_variables.c { ngx_string("content_type"), NULL, ngx_http_variable_header, ngx_string 183 src/http/ngx_http_variables.c { ngx_string("host"), NULL, ngx_http_variable_host, 0, 0, 0 }, ngx_string 185 src/http/ngx_http_variables.c { ngx_string("binary_remote_addr"), NULL, ngx_string 188 src/http/ngx_http_variables.c { ngx_string("remote_addr"), NULL, ngx_http_variable_remote_addr, 0, 0, 0 }, ngx_string 190 src/http/ngx_http_variables.c { ngx_string("remote_port"), NULL, ngx_http_variable_remote_port, 0, 0, 0 }, ngx_string 192 src/http/ngx_http_variables.c { ngx_string("proxy_protocol_addr"), NULL, ngx_string 195 src/http/ngx_http_variables.c { ngx_string("server_addr"), NULL, ngx_http_variable_server_addr, 0, 0, 0 }, ngx_string 197 src/http/ngx_http_variables.c { ngx_string("server_port"), NULL, ngx_http_variable_server_port, 0, 0, 0 }, ngx_string 199 src/http/ngx_http_variables.c { ngx_string("server_protocol"), NULL, ngx_http_variable_request, ngx_string 202 src/http/ngx_http_variables.c { ngx_string("scheme"), NULL, ngx_http_variable_scheme, 0, 0, 0 }, ngx_string 204 src/http/ngx_http_variables.c { ngx_string("https"), NULL, ngx_http_variable_https, 0, 0, 0 }, ngx_string 206 src/http/ngx_http_variables.c { ngx_string("request_uri"), NULL, ngx_http_variable_request, ngx_string 209 src/http/ngx_http_variables.c { ngx_string("uri"), NULL, ngx_http_variable_request, ngx_string 213 src/http/ngx_http_variables.c { ngx_string("document_uri"), NULL, ngx_http_variable_request, ngx_string 217 src/http/ngx_http_variables.c { ngx_string("request"), NULL, ngx_http_variable_request_line, 0, 0, 0 }, ngx_string 219 src/http/ngx_http_variables.c { ngx_string("document_root"), NULL, ngx_string 222 src/http/ngx_http_variables.c { ngx_string("realpath_root"), NULL, ngx_string 225 src/http/ngx_http_variables.c { ngx_string("query_string"), NULL, ngx_http_variable_request, ngx_string 229 src/http/ngx_http_variables.c { ngx_string("args"), ngx_string 235 src/http/ngx_http_variables.c { ngx_string("is_args"), NULL, ngx_http_variable_is_args, ngx_string 238 src/http/ngx_http_variables.c { ngx_string("request_filename"), NULL, ngx_string 242 src/http/ngx_http_variables.c { ngx_string("server_name"), NULL, ngx_http_variable_server_name, 0, 0, 0 }, ngx_string 244 src/http/ngx_http_variables.c { ngx_string("request_method"), NULL, ngx_string 248 src/http/ngx_http_variables.c { ngx_string("remote_user"), NULL, ngx_http_variable_remote_user, 0, 0, 0 }, ngx_string 250 src/http/ngx_http_variables.c { ngx_string("bytes_sent"), NULL, ngx_http_variable_bytes_sent, ngx_string 253 src/http/ngx_http_variables.c { ngx_string("body_bytes_sent"), NULL, ngx_http_variable_body_bytes_sent, ngx_string 256 src/http/ngx_http_variables.c { ngx_string("pipe"), NULL, ngx_http_variable_pipe, ngx_string 259 src/http/ngx_http_variables.c { ngx_string("request_completion"), NULL, ngx_string 263 src/http/ngx_http_variables.c { ngx_string("request_body"), NULL, ngx_string 267 src/http/ngx_http_variables.c { ngx_string("request_body_file"), NULL, ngx_string 271 src/http/ngx_http_variables.c { ngx_string("request_length"), NULL, ngx_http_variable_request_length, ngx_string 274 src/http/ngx_http_variables.c { ngx_string("request_time"), NULL, ngx_http_variable_request_time, ngx_string 277 src/http/ngx_http_variables.c { ngx_string("status"), NULL, ngx_string 281 src/http/ngx_http_variables.c { ngx_string("sent_http_content_type"), NULL, ngx_string 284 src/http/ngx_http_variables.c { ngx_string("sent_http_content_length"), NULL, ngx_string 287 src/http/ngx_http_variables.c { ngx_string("sent_http_location"), NULL, ngx_string 290 src/http/ngx_http_variables.c { ngx_string("sent_http_last_modified"), NULL, ngx_string 293 src/http/ngx_http_variables.c { ngx_string("sent_http_connection"), NULL, ngx_string 296 src/http/ngx_http_variables.c { ngx_string("sent_http_keep_alive"), NULL, ngx_string 299 src/http/ngx_http_variables.c { ngx_string("sent_http_transfer_encoding"), NULL, ngx_string 302 src/http/ngx_http_variables.c { ngx_string("sent_http_cache_control"), NULL, ngx_http_variable_headers, ngx_string 305 src/http/ngx_http_variables.c { ngx_string("limit_rate"), ngx_http_variable_request_set_size, ngx_string 310 src/http/ngx_http_variables.c { ngx_string("connection"), NULL, ngx_string 313 src/http/ngx_http_variables.c { ngx_string("connection_requests"), NULL, ngx_string 316 src/http/ngx_http_variables.c { ngx_string("nginx_version"), NULL, ngx_http_variable_nginx_version, ngx_string 319 src/http/ngx_http_variables.c { ngx_string("hostname"), NULL, ngx_http_variable_hostname, ngx_string 322 src/http/ngx_http_variables.c { ngx_string("pid"), NULL, ngx_http_variable_pid, ngx_string 325 src/http/ngx_http_variables.c { ngx_string("msec"), NULL, ngx_http_variable_msec, ngx_string 328 src/http/ngx_http_variables.c { ngx_string("time_iso8601"), NULL, ngx_http_variable_time_iso8601, ngx_string 331 src/http/ngx_http_variables.c { ngx_string("time_local"), NULL, ngx_http_variable_time_local, ngx_string 335 src/http/ngx_http_variables.c { ngx_string("tcpinfo_rtt"), NULL, ngx_http_variable_tcpinfo, ngx_string 338 src/http/ngx_http_variables.c { ngx_string("tcpinfo_rttvar"), NULL, ngx_http_variable_tcpinfo, ngx_string 341 src/http/ngx_http_variables.c { ngx_string("tcpinfo_snd_cwnd"), NULL, ngx_http_variable_tcpinfo, ngx_string 344 src/http/ngx_http_variables.c { ngx_string("tcpinfo_rcv_space"), NULL, ngx_http_variable_tcpinfo, ngx_string 32 src/mail/ngx_mail.c { ngx_string("mail"), ngx_string 44 src/mail/ngx_mail.c ngx_string("mail"), ngx_string 89 src/mail/ngx_mail_auth_http_module.c { ngx_string("auth_http"), ngx_string 96 src/mail/ngx_mail_auth_http_module.c { ngx_string("auth_http_timeout"), ngx_string 103 src/mail/ngx_mail_auth_http_module.c { ngx_string("auth_http_header"), ngx_string 110 src/mail/ngx_mail_auth_http_module.c { ngx_string("auth_http_pass_client_cert"), ngx_string 149 src/mail/ngx_mail_auth_http_module.c ngx_string("plain"), ngx_string 150 src/mail/ngx_mail_auth_http_module.c ngx_string("plain"), ngx_string 151 src/mail/ngx_mail_auth_http_module.c ngx_string("plain"), ngx_string 152 src/mail/ngx_mail_auth_http_module.c ngx_string("apop"), ngx_string 153 src/mail/ngx_mail_auth_http_module.c ngx_string("cram-md5"), ngx_string 154 src/mail/ngx_mail_auth_http_module.c ngx_string("none") ngx_string 157 src/mail/ngx_mail_auth_http_module.c static ngx_str_t ngx_mail_smtp_errcode = ngx_string("535 5.7.0"); ngx_string 32 src/mail/ngx_mail_core_module.c { ngx_string("server"), ngx_string 39 src/mail/ngx_mail_core_module.c { ngx_string("listen"), ngx_string 46 src/mail/ngx_mail_core_module.c { ngx_string("protocol"), ngx_string 53 src/mail/ngx_mail_core_module.c { ngx_string("timeout"), ngx_string 60 src/mail/ngx_mail_core_module.c { ngx_string("server_name"), ngx_string 67 src/mail/ngx_mail_core_module.c { ngx_string("error_log"), ngx_string 74 src/mail/ngx_mail_core_module.c { ngx_string("resolver"), ngx_string 81 src/mail/ngx_mail_core_module.c { ngx_string("resolver_timeout"), ngx_string 21 src/mail/ngx_mail_imap_module.c ngx_string("IMAP4"), ngx_string 22 src/mail/ngx_mail_imap_module.c ngx_string("IMAP4rev1"), ngx_string 23 src/mail/ngx_mail_imap_module.c ngx_string("UIDPLUS"), ngx_string 29 src/mail/ngx_mail_imap_module.c { ngx_string("plain"), NGX_MAIL_AUTH_PLAIN_ENABLED }, ngx_string 30 src/mail/ngx_mail_imap_module.c { ngx_string("login"), NGX_MAIL_AUTH_LOGIN_ENABLED }, ngx_string 31 src/mail/ngx_mail_imap_module.c { ngx_string("cram-md5"), NGX_MAIL_AUTH_CRAM_MD5_ENABLED }, ngx_string 37 src/mail/ngx_mail_imap_module.c ngx_string("AUTH=PLAIN"), ngx_string 38 src/mail/ngx_mail_imap_module.c ngx_string("AUTH=LOGIN"), ngx_string 40 src/mail/ngx_mail_imap_module.c ngx_string("AUTH=CRAM-MD5"), ngx_string 46 src/mail/ngx_mail_imap_module.c ngx_string("imap"), ngx_string 55 src/mail/ngx_mail_imap_module.c ngx_string("* BAD internal server error" CRLF), ngx_string 56 src/mail/ngx_mail_imap_module.c ngx_string("* BYE SSL certificate error" CRLF), ngx_string 57 src/mail/ngx_mail_imap_module.c ngx_string("* BYE No required SSL certificate" CRLF) ngx_string 63 src/mail/ngx_mail_imap_module.c { ngx_string("imap_client_buffer"), ngx_string 70 src/mail/ngx_mail_imap_module.c { ngx_string("imap_capabilities"), ngx_string 77 src/mail/ngx_mail_imap_module.c { ngx_string("imap_auth"), ngx_string 21 src/mail/ngx_mail_pop3_module.c ngx_string("TOP"), ngx_string 22 src/mail/ngx_mail_pop3_module.c ngx_string("USER"), ngx_string 23 src/mail/ngx_mail_pop3_module.c ngx_string("UIDL"), ngx_string 29 src/mail/ngx_mail_pop3_module.c { ngx_string("plain"), NGX_MAIL_AUTH_PLAIN_ENABLED }, ngx_string 30 src/mail/ngx_mail_pop3_module.c { ngx_string("apop"), NGX_MAIL_AUTH_APOP_ENABLED }, ngx_string 31 src/mail/ngx_mail_pop3_module.c { ngx_string("cram-md5"), NGX_MAIL_AUTH_CRAM_MD5_ENABLED }, ngx_string 37 src/mail/ngx_mail_pop3_module.c ngx_string("+OK methods supported:" CRLF ngx_string 44 src/mail/ngx_mail_pop3_module.c ngx_string("+OK methods supported:" CRLF ngx_string 52 src/mail/ngx_mail_pop3_module.c ngx_string("pop3"), ngx_string 61 src/mail/ngx_mail_pop3_module.c ngx_string("-ERR internal server error" CRLF), ngx_string 62 src/mail/ngx_mail_pop3_module.c ngx_string("-ERR SSL certificate error" CRLF), ngx_string 63 src/mail/ngx_mail_pop3_module.c ngx_string("-ERR No required SSL certificate" CRLF) ngx_string 69 src/mail/ngx_mail_pop3_module.c { ngx_string("pop3_capabilities"), ngx_string 76 src/mail/ngx_mail_pop3_module.c { ngx_string("pop3_auth"), ngx_string 42 src/mail/ngx_mail_proxy_module.c { ngx_string("proxy"), ngx_string 49 src/mail/ngx_mail_proxy_module.c { ngx_string("proxy_buffer"), ngx_string 56 src/mail/ngx_mail_proxy_module.c { ngx_string("proxy_timeout"), ngx_string 63 src/mail/ngx_mail_proxy_module.c { ngx_string("proxy_pass_error_message"), ngx_string 70 src/mail/ngx_mail_proxy_module.c { ngx_string("xclient"), ngx_string 51 src/mail/ngx_mail_smtp_handler.c static ngx_str_t smtp_unavailable = ngx_string("[UNAVAILABLE]"); ngx_string 52 src/mail/ngx_mail_smtp_handler.c static ngx_str_t smtp_tempunavail = ngx_string("[TEMPUNAVAIL]"); ngx_string 21 src/mail/ngx_mail_smtp_module.c { ngx_string("plain"), NGX_MAIL_AUTH_PLAIN_ENABLED }, ngx_string 22 src/mail/ngx_mail_smtp_module.c { ngx_string("login"), NGX_MAIL_AUTH_LOGIN_ENABLED }, ngx_string 23 src/mail/ngx_mail_smtp_module.c { ngx_string("cram-md5"), NGX_MAIL_AUTH_CRAM_MD5_ENABLED }, ngx_string 24 src/mail/ngx_mail_smtp_module.c { ngx_string("none"), NGX_MAIL_AUTH_NONE_ENABLED }, ngx_string 30 src/mail/ngx_mail_smtp_module.c ngx_string("PLAIN"), ngx_string 31 src/mail/ngx_mail_smtp_module.c ngx_string("LOGIN"), ngx_string 33 src/mail/ngx_mail_smtp_module.c ngx_string("CRAM-MD5"), ngx_string 39 src/mail/ngx_mail_smtp_module.c ngx_string("smtp"), ngx_string 48 src/mail/ngx_mail_smtp_module.c ngx_string("451 4.3.2 Internal server error" CRLF), ngx_string 49 src/mail/ngx_mail_smtp_module.c ngx_string("421 4.7.1 SSL certificate error" CRLF), ngx_string 50 src/mail/ngx_mail_smtp_module.c ngx_string("421 4.7.1 No required SSL certificate" CRLF) ngx_string 56 src/mail/ngx_mail_smtp_module.c { ngx_string("smtp_client_buffer"), ngx_string 63 src/mail/ngx_mail_smtp_module.c { ngx_string("smtp_greeting_delay"), ngx_string 70 src/mail/ngx_mail_smtp_module.c { ngx_string("smtp_capabilities"), ngx_string 77 src/mail/ngx_mail_smtp_module.c { ngx_string("smtp_auth"), ngx_string 31 src/mail/ngx_mail_ssl_module.c { ngx_string("off"), NGX_MAIL_STARTTLS_OFF }, ngx_string 32 src/mail/ngx_mail_ssl_module.c { ngx_string("on"), NGX_MAIL_STARTTLS_ON }, ngx_string 33 src/mail/ngx_mail_ssl_module.c { ngx_string("only"), NGX_MAIL_STARTTLS_ONLY }, ngx_string 40 src/mail/ngx_mail_ssl_module.c { ngx_string("SSLv2"), NGX_SSL_SSLv2 }, ngx_string 41 src/mail/ngx_mail_ssl_module.c { ngx_string("SSLv3"), NGX_SSL_SSLv3 }, ngx_string 42 src/mail/ngx_mail_ssl_module.c { ngx_string("TLSv1"), NGX_SSL_TLSv1 }, ngx_string 43 src/mail/ngx_mail_ssl_module.c { ngx_string("TLSv1.1"), NGX_SSL_TLSv1_1 }, ngx_string 44 src/mail/ngx_mail_ssl_module.c { ngx_string("TLSv1.2"), NGX_SSL_TLSv1_2 }, ngx_string 50 src/mail/ngx_mail_ssl_module.c { ngx_string("off"), 0 }, ngx_string 51 src/mail/ngx_mail_ssl_module.c { ngx_string("on"), 1 }, ngx_string 52 src/mail/ngx_mail_ssl_module.c { ngx_string("optional"), 2 }, ngx_string 53 src/mail/ngx_mail_ssl_module.c { ngx_string("optional_no_ca"), 3 }, ngx_string 60 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl"), ngx_string 67 src/mail/ngx_mail_ssl_module.c { ngx_string("starttls"), ngx_string 74 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_certificate"), ngx_string 81 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_certificate_key"), ngx_string 88 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_password_file"), ngx_string 95 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_dhparam"), ngx_string 102 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_ecdh_curve"), ngx_string 109 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_protocols"), ngx_string 116 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_ciphers"), ngx_string 123 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_prefer_server_ciphers"), ngx_string 130 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_session_cache"), ngx_string 137 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_session_tickets"), ngx_string 144 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_session_ticket_key"), ngx_string 151 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_session_timeout"), ngx_string 158 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_verify_client"), ngx_string 165 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_verify_depth"), ngx_string 172 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_client_certificate"), ngx_string 179 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_trusted_certificate"), ngx_string 186 src/mail/ngx_mail_ssl_module.c { ngx_string("ssl_crl"), ngx_string 224 src/mail/ngx_mail_ssl_module.c static ngx_str_t ngx_mail_ssl_sess_id_ctx = ngx_string("MAIL"); ngx_string 32 src/misc/ngx_google_perftools_module.c { ngx_string("google_perftools_profiles"), ngx_string 44 src/misc/ngx_google_perftools_module.c ngx_string("google_perftools"), ngx_string 29 src/os/unix/ngx_errno.c static ngx_str_t ngx_unknown_error = ngx_string("Unknown error"); ngx_string 32 src/stream/ngx_stream.c { ngx_string("stream"), ngx_string 44 src/stream/ngx_stream.c ngx_string("stream"), ngx_string 27 src/stream/ngx_stream_core_module.c { ngx_string("server"), ngx_string 34 src/stream/ngx_stream_core_module.c { ngx_string("listen"), ngx_string 41 src/stream/ngx_stream_core_module.c { ngx_string("error_log"), ngx_string 80 src/stream/ngx_stream_proxy_module.c { ngx_string("SSLv2"), NGX_SSL_SSLv2 }, ngx_string 81 src/stream/ngx_stream_proxy_module.c { ngx_string("SSLv3"), NGX_SSL_SSLv3 }, ngx_string 82 src/stream/ngx_stream_proxy_module.c { ngx_string("TLSv1"), NGX_SSL_TLSv1 }, ngx_string 83 src/stream/ngx_stream_proxy_module.c { ngx_string("TLSv1.1"), NGX_SSL_TLSv1_1 }, ngx_string 84 src/stream/ngx_stream_proxy_module.c { ngx_string("TLSv1.2"), NGX_SSL_TLSv1_2 }, ngx_string 93 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_pass"), ngx_string 100 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_connect_timeout"), ngx_string 107 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_timeout"), ngx_string 114 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_downstream_buffer"), ngx_string 121 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_upstream_buffer"), ngx_string 128 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_next_upstream"), ngx_string 135 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_next_upstream_tries"), ngx_string 142 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_next_upstream_timeout"), ngx_string 151 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl"), ngx_string 158 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_session_reuse"), ngx_string 165 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_protocols"), ngx_string 172 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_ciphers"), ngx_string 179 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_name"), ngx_string 186 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_server_name"), ngx_string 193 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_verify"), ngx_string 200 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_verify_depth"), ngx_string 207 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_trusted_certificate"), ngx_string 214 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_crl"), ngx_string 221 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_certificate"), ngx_string 228 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_certificate_key"), ngx_string 235 src/stream/ngx_stream_proxy_module.c { ngx_string("proxy_ssl_password_file"), ngx_string 28 src/stream/ngx_stream_ssl_module.c { ngx_string("SSLv2"), NGX_SSL_SSLv2 }, ngx_string 29 src/stream/ngx_stream_ssl_module.c { ngx_string("SSLv3"), NGX_SSL_SSLv3 }, ngx_string 30 src/stream/ngx_stream_ssl_module.c { ngx_string("TLSv1"), NGX_SSL_TLSv1 }, ngx_string 31 src/stream/ngx_stream_ssl_module.c { ngx_string("TLSv1.1"), NGX_SSL_TLSv1_1 }, ngx_string 32 src/stream/ngx_stream_ssl_module.c { ngx_string("TLSv1.2"), NGX_SSL_TLSv1_2 }, ngx_string 39 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_handshake_timeout"), ngx_string 46 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_certificate"), ngx_string 53 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_certificate_key"), ngx_string 60 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_password_file"), ngx_string 67 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_dhparam"), ngx_string 74 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_ecdh_curve"), ngx_string 81 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_protocols"), ngx_string 88 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_ciphers"), ngx_string 95 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_prefer_server_ciphers"), ngx_string 102 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_session_cache"), ngx_string 109 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_session_tickets"), ngx_string 116 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_session_ticket_key"), ngx_string 123 src/stream/ngx_stream_ssl_module.c { ngx_string("ssl_session_timeout"), ngx_string 159 src/stream/ngx_stream_ssl_module.c static ngx_str_t ngx_stream_ssl_sess_id_ctx = ngx_string("STREAM"); ngx_string 23 src/stream/ngx_stream_upstream.c { ngx_string("upstream"), ngx_string 30 src/stream/ngx_stream_upstream.c { ngx_string("server"), ngx_string 67 src/stream/ngx_stream_upstream_hash_module.c { ngx_string("hash"), ngx_string 23 src/stream/ngx_stream_upstream_least_conn_module.c { ngx_string("least_conn"), ngx_string 23 src/stream/ngx_stream_upstream_zone_module.c { ngx_string("zone"),