Custom Query (203 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (101 - 200 of 203)

1 2 3
Ticket Summary Owner Type Priority Milestone Component
#2120 Add Support for IP2Location and IP2Proxy BIN Database enhancement minor nginx-module
#2132 ssl_ocsp / ssl_stapling for ngx_mail_ssl_module enhancement minor nginx-module
#2167 variable support in proxy_protocol stream module enhancement minor nginx-module
#2182 Nginx doesn't delete temp cache files after a crash enhancement minor nginx-module
#2213 The get_handler of ngx_http_variable_t is overwritten by ngx_http_regex_compile if existing defect major nginx-module
#2222 add_after_body concatenates (upstream proxied) gziped content with uncompressed local data enhancement minor nginx-module
#2275 Support Encrypted Client Hello enhancement minor nginx-module
#2284 Support RFC5424 log records enhancement major nginx-module
#2391 bad parsing of Content-Type (sub_filter_types) enhancement minor nginx-module
#2395 `proxy_pass https://example` if `upstream example { server example.com; }` is defined, uses port `80`, not `443` per `https` enhancement minor nginx-module
#2408 413 error_page directive in server or location context returns default 413 error page when using HTTP/2 defect minor nginx-module
#2419 new variable is needed(the port of nginx server which sending the request to back-end) enhancement minor nginx-module
#2454 image_filter resize is not working correctly with some PNG files.(nginx is changing background color) defect minor nginx-1.23 nginx-module
#129 include_shell directive somebody enhancement minor nginx-core
#146 Age header for proxy_http_version 1.1 somebody enhancement minor nginx-core
#224 Args Delimiter somebody enhancement major nginx-core
#267 Introduce static variables enhancement minor nginx-core
#287 Add option to enable IP_TRANSPARENT enhancement minor nginx-core
#314 Dynamic document roots, defaults and prescedence enhancement minor nginx-core
#360 Feature wish proxy_ignore_client_abort = force enhancement minor nginx-core
#405 Support for resumeable uploads enhancement major nginx-core
#417 ngx_cache_purge enhancement minor nginx-core
#508 nginx rewrite URL decoding first encoded character in URI defect major nginx-core
#523 Information leak with automatic trailing slash redirect enhancement minor nginx-core
#586 variable support for client_max_body_size enhancement minor nginx-core
#606 lower log level of ngx_http_access_module forbidden access enhancement minor nginx-core
#617 Add secondary groups configuration option in nginx user conf directive enhancement minor nginx-core
#632 option to send the access log to stdout enhancement minor nginx-core
#633 limit_except causes 404 defect minor nginx-core
#640 enable usage of $ in variable enhancement major nginx-core
#658 Implement new type of "resolver" -- "system" [for Docker usage] enhancement minor nginx-core
#697 Couldn't produce multiple error log items from FastCGI enhancement minor nginx-core
#704 Nginx configure script can't detect groups reliably defect minor nginx-core
#711 Support X-Forwarded-Proto or similar when operating as a backend behind a SSL terminator enhancement minor nginx-core
#770 Enable PolarSSL or Botan as a compile-time alternative to OpenSSL enhancement minor nginx-core
#775 Support for more complex satisfy configurations enhancement minor nginx-core
#778 Immediatley expire cached responses enhancement minor nginx-core
#790 Support for send log with GELF (Graylog Extended Log Format) enhancement minor nginx-core
#798 Implement http_brotli_static module enhancement major nginx-core
#812 Fetch OCSP responses on startup, and store across restarts enhancement minor nginx-core
#816 Allow h2c and HTTP/1.1 support on the same listening socket enhancement minor nginx-core
#838 enable compare operators within if directive enhancement trivial nginx-core
#868 new variable: $remote_addr_anon enhancement critical nginx-core
#869 open_file_cache with NGX_HAVE_PREAD 0 defect minor nginx-core
#936 For security purposes it is necessary to remove or change the "server" header enhancement minor nginx-core
#944 Enchance $server_addr to return original IP even after local DNAT enhancement major nginx-core
#960 TCP connection re-use without upstream conf enhancement major nginx-core
#1010 Invalid request sent when serving error pages from upstream defect minor nginx-core
#1059 syntax check error when an upstream is used in proxy_pass using both http and https and is defined after defect minor nginx-core
#1104 . (dot) is not allow for syslog tag enhancement minor nginx-core
#1134 CVE-2016-1247 enhancement major nginx-core
#1151 Use sched_getaffinity() and CPU_COUNT() for ngx_ncpu on Linux enhancement minor nginx-core
#1162 Adding HTTP Forward Proxy support in core like apache enhancement major nginx-core
#1179 Allow upstreams to be resolved using internal ngx resolver instead of getaddrinfo() enhancement minor nginx-core
#1288 upstream server port defaults to port 80 even for https: proxy_pass enhancement minor nginx-core
#1369 Add proxy_detect_mime setting enhancement minor nginx-core
#1402 Not invalidate cahe if fastcgi_cache_background_update is on defect minor nginx-core
#1406 duplicated "content-encoding" while proxy server return a empty content-encoding header defect minor nginx-core
#1422 Support IPv6 zone identifiers in URLs, e.g. for proxy_pass enhancement minor nginx-core
#1437 Optimize locality for listening sockets with the help of SO_INCOMING_CPU enhancement minor nginx-core
#1458 ngx_http_ssl_module http block config bug defect minor nginx-core
#1506 bind() in configuration test is too cautious enhancement minor nginx-core
#1631 feature request: support ALTSVC frame enhancement minor nginx-core
#1639 Add support for writing PROXY protocol v2 to upstream enhancement minor nginx-core
#1651 client_body_in_file_only/client_body_temp_path file permissions enhancement minor nginx-core
#1775 Allow $hostname as part of name in server_name enhancement minor nginx-core
#1841 Dynamic access log and rewrites defect major nginx-core
#1893 Support Linux abstract namespace socket? enhancement minor nginx-core
#2010 Proxy protocol headers from stream module reported as broken by http module defect minor nginx-core
#2131 NGNIX needs root cert in the chain for Client validation. enhancement minor nginx-core
#2161 Allow accessing arbitrary cookies. enhancement minor nginx-core
#2162 Detected socket leaks after restarting worker processes defect minor nginx-core
#2219 Space escaping in unquoted strings defect minor nginx-core
#2254 cache loader ignores reopen signal enhancement minor nginx-core
#2258 add_header directive: A colon added after the header name passes Nginx syntax validation and breaks the website once applied enhancement minor nginx-core
#2282 Add audio/x-flac to MIME types enhancement minor nginx-core
#2322 client_max_body_size doesn't work in named location defect minor nginx-core
#2332 Include $request_id in error.log messages enhancement minor nginx-core
#2351 Support reading file ETag from additional sources enhancement minor nginx-core
#2416 Memory overrun due to alignment issues when cross-compiling mingw on linux defect minor nginx-1.23 nginx-core
#2432 deprecate HTTP/2 Server Push and port to 103 Early Hints enhancement minor nginx-core
#2448 Restrict Request Response Cycle Length enhancement minor nginx-core
#2449 Allow using OpenSSL 3.0 "provider" API instead of deprecated "engine" API enhancement minor nginx-core
#2457 Nginx changes HTTP 413 Payload Too Large response status to HTTP 502 Bad Gateway response status defect major nginx-core
#2466 I can't start nginx when 'quic_bpf on' with systemd-service defect minor nginx-core
#2472 Invalid request caused by '.' in the first URI component defect minor nginx-core
#738 Describe how to extend mime.types in types docs defect minor documentation
#781 Documentation not clear on auth_basic_user_file task minor documentation
#971 Clarify $host and $hostname in embedded variables documentation enhancement minor documentation
#985 request_id variable, needs more documentation enhancement minor documentation
#1004 try_files outside of location{} triggered when no location{} matches enhancement minor 1.11 documentation
#1216 Confusing use of 'URI' when referring to a path in the proxy_pass documentation defect minor documentation
#1222 Update doc to mention about HTSP enhancement major documentation
#1285 map regexp positional captures interfere with location regexp positional captures defect minor documentation
#1421 worker_rlimit_nofile description is not clear enhancement minor documentation
#1768 Request for documentation: `--with-http_degradation_module` enhancement minor documentation
#2090 proxy_pass cannot have URI part if in some situations. enhancement minor documentation
#2199 Online documentation: converting rewrite rules typo enhancement minor documentation
#2300 Link variable index from map module docs enhancement minor documentation
#2301 Add examples for core variables enhancement minor documentation
1 2 3
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.