Timeline



03/07/22:

23:29 Ticket #2331 (proxy_cookie_path / proxy_cookie_domain and custom cookie fileds) closed by Maxim Dounin
invalid: It looks like you are trying to rewrite data in the cookie itself, not …
23:10 Ticket #2330 (nginx does not choose the right certificate (with "IP" server block)) closed by Maxim Dounin
invalid: > I am bashed by a strange problem that nginx seems always choose the …
10:28 Ticket #2331 (proxy_cookie_path / proxy_cookie_domain and custom cookie fileds) created by Tux12Fun@…
Hi, currently I have to hide a web-page behind nginx but this website …
10:21 Ticket #2330 (nginx does not choose the right certificate (with "IP" server block)) updated by kailifeforge@…
Description changed
10:17 result.example.com-9443 attached to Ticket #2330 by kailifeforge@…
result log for example.com:9443
10:17 result.192.168.1.77-9443 attached to Ticket #2330 by kailifeforge@…
result log for 192.168.1.77:9443
10:16 result.127.0.0.1-9443 attached to Ticket #2330 by kailifeforge@…
result log for 127.0.0.1:9443
10:16 9443ssl.conf attached to Ticket #2330 by kailifeforge@…
configuration file to reproduce this problem
10:15 Ticket #2330 (nginx does not choose the right certificate (with "IP" server block)) created by kailifeforge@…
I am bashed by a strange problem that nginx seems always choose the …
00:14 Ticket #2329 (Unexpected request routing when Host header value contains colon) closed by Maxim Dounin
wontfix: Anything after the : is considered to be the optional TCP port (see …

03/04/22:

14:49 Ticket #2328 (ngx_http_uwsgi_module removes chunked-encoding, but doesn't modify ...) updated by dener.kup@…
Here is the link to the issue in werkzeug: …

03/03/22:

11:47 Ticket #2329 (Unexpected request routing when Host header value contains colon) created by Pēteris Caune
Here's my nginx.conf: […] I'm expecting the server to return …
10:29 Ticket #2328 (ngx_http_uwsgi_module removes chunked-encoding, but doesn't modify ...) updated by dener.kup@…
Maxim, thanks for the reply! To be honest, I wasn't completely sure …
00:41 Ticket #2328 (ngx_http_uwsgi_module removes chunked-encoding, but doesn't modify ...) closed by Maxim Dounin
invalid: > It looks like that ngx_http_uwsgi_module removes chunked encoding …

03/02/22:

20:02 compose_project.tar attached to Ticket #2328 by dener.kup@…
20:02 tcpdump_of_uwsgi.png attached to Ticket #2328 by dener.kup@…
20:02 Ticket #2328 (ngx_http_uwsgi_module removes chunked-encoding, but doesn't modify ...) created by dener.kup@…
It looks like that ngx_http_uwsgi_module removes chunked encoding from …
13:07 Ticket #808 (Defining http2 without ssl leads to HTTP/1.1 client failure) updated by Maxim Dounin
See also #2327.
13:06 Ticket #2327 (Adding cross-domain configuration in HTTP2 is invalid) closed by Maxim Dounin
duplicate: Using listen ... http2; without ssl configures listening socket to …
12:04 Ticket #2327 (Adding cross-domain configuration in HTTP2 is invalid) updated by yl-yue
Http2 not configured with SSL causes the add_header configuration to …

03/01/22:

13:38 Ticket #2327 (Adding cross-domain configuration in HTTP2 is invalid) updated by Maxim Dounin
> But actually, the response headers doesn't have any. Could you …
08:46 Ticket #2327 (Adding cross-domain configuration in HTTP2 is invalid) updated by yl-yue
Replying to Maxim Dounin: > Could you please clarify what …

02/25/22:

23:10 Ticket #2327 (Adding cross-domain configuration in HTTP2 is invalid) updated by Maxim Dounin
Could you please clarify what do you mean by "the add_header command …
07:10 Ticket #2327 (Adding cross-domain configuration in HTTP2 is invalid) created by yl-yue
Invalid configuration as follows: […] After debugging, the …

02/24/22:

13:58 Ticket #2326 (One server directive, and logging stops to function after EKS upgrade ...) closed by Maxim Dounin
invalid: It looks like the IP addresses of the backend service you are using …

02/23/22:

15:23 Ticket #2326 (One server directive, and logging stops to function after EKS upgrade ...) created by zecevid@…
Hi! We have a specific use case. We use nginx as reverse proxy …

02/22/22:

08:33 Ticket #2325 (Server chooses hq-interop instead of h3) closed by Sergey Kandaurov
invalid: The http3_hq directive switches HTTP/3 to a special application …
02:50 Ticket #2325 (Server chooses hq-interop instead of h3) updated by David Hu
Description changed
02:47 Ticket #2325 (Server chooses hq-interop instead of h3) updated by David Hu
oops, I selected the wrong component, can someone correct it?
02:45 Ticket #2325 (Server chooses hq-interop instead of h3) created by David Hu
When compiled with -DNGX_HTTP_V3_HQ=1 And specified the directives …

02/21/22:

13:36 Ticket #2324 (error_page disables add_header) closed by Maxim Dounin
invalid: The add_header directive adds headers …
08:57 Ticket #2324 (error_page disables add_header) updated by RekGRpth@…
also compare […] and […] if request one location, it adds header …
08:08 Ticket #2324 (error_page disables add_header) created by RekGRpth@…
error_page disables add_header compare […] and […] if request …

02/20/22:

21:17 Ticket #1383 (Error if using proxy_pass with variable and limit_except) updated by Maxim Dounin
See also #2323.
21:16 Ticket #2323 (URI rewrite does not work when limit_except is defined in same context) closed by Maxim Dounin
duplicate: Duplicate of #1383.

02/18/22:

19:24 Changeset in nginx_org [2837:92e5dca02091] by Dj Gilcrease <d.gilcrease@…>
Corrected syntax of ssl_conf_command and friends.
15:34 BadContent edited by Maxim Dounin
(diff)
15:03 Ticket #2322 (client_max_body_size doesn't work in named location) updated by gadskypapa@…
I reworked my config and it looks much better. And I sorted out my …
15:01 Ticket #2323 (URI rewrite does not work when limit_except is defined in same context) created by Napsty@…
Hello, I am not certain whether this is a bug or if this is something …
11:39 loki.conf attached to Ticket #2322 by gadskypapa@…
11:37 Ticket #2322 (client_max_body_size doesn't work in named location) created by gadskypapa@…
I have the next configuration and client_max_body_size doesn't matter …

02/17/22:

19:38 Changeset in nginx [9016:55b38514729b]quic by Roman Arutyunyan <arut@…>
QUIC: fixed insertion at the end of buffer. Previously, last buffer …

02/16/22:

12:45 Changeset in nginx [9015:a2fbae359828]quic by Sergey Kandaurov <pluknet@…>
QUIC: fixed indentation.

02/15/22:

18:09 Ticket #2321 (ngx_http_geoip_module problem) closed by Maxim Dounin
invalid: Thanks for checking, closing this.
13:12 Ticket #2321 (ngx_http_geoip_module problem) updated by a.savickiy.cdnvideo.com@…
Sorry for wasting your time.. The problem doesn`t occur on clear nginx …
11:12 Changeset in nginx [9009:e5f16d886c97]quic by Sergey Kandaurov <pluknet@…>
QUIC: optimized datagram expansion with half-RTT tickets. As shown in …

02/14/22:

12:27 Changeset in nginx [9011:f9c788f3f5cc]quic by Roman Arutyunyan <arut@…>
QUIC: ngx_quic_buffer_t object. The object is used instead of …
11:54 Changeset in nginx [9014:8d11e2171697]quic by Roman Arutyunyan <arut@…>
QUIC: optimize insertion at the end of QUIC buffer.
11:53 Changeset in nginx [9013:b5656025ddb5]quic by Roman Arutyunyan <arut@…>
QUIC: eliminated ngx_quic_copy_buf(). Its only call is substituted …
11:51 Changeset in nginx [9012:489c2dcb3180]quic by Roman Arutyunyan <arut@…>
QUIC: trim input chain in ngx_quic_buffer_write(). This allows to …
11:29 Ticket #2312 (master does not compile) updated by RekGRpth@…
Replying to vl: > The issue is caused by modules including …
07:14 Changeset in nginx [9008:ce6d9cf0f567]quic by Sergey Kandaurov <pluknet@…>
Merged with the default branch.

02/13/22:

17:17 Changeset in nginx_org [2835:b64410025027] by Yaroslav Zhuravlev <yar@…>
Updated docs for the upcoming NGINX Plus release.
12:20 BadContent edited by Maxim Dounin
(diff)

02/12/22:

13:19 Ticket #2321 (ngx_http_geoip_module problem) updated by Maxim Dounin
There were no functional changes in GeoIP module since 2014 (nginx …
13:09 Ticket #2313 (Nginx deleted temporary file handles grows with time, when response ...) closed by Maxim Dounin
invalid: Feedback timeout. No information is provided to support the claim that …
09:45 Ticket #2321 (ngx_http_geoip_module problem) created by a.savickiy.cdnvideo.com@…
Dear colleagues, good day! We`re investigating problems with …

02/10/22:

17:06 Ticket #2318 (SSL handshaking SSL_shutdown after 24h) closed by Maxim Dounin
invalid: There are no limits like 24h in nginx. The `recv() failed (104: …
16:23 Ticket #348 (Excessive urlencode in if-set) updated by Maxim Dounin
See also #2320.
16:23 Ticket #2320 (Inconsistent URL decoding with X-Accel-Redirect depending on whether ...) closed by Maxim Dounin
duplicate: This looks like a duplicate of #348: excessive URI encoding is done by …
14:00 Ticket #2320 (Inconsistent URL decoding with X-Accel-Redirect depending on whether ...) created by ThiefMaster
I'm using nginx and x-accel-redirect in what's probably a slightly …
13:39 Ticket #2316 (nginx-1.20.2 worker process memory usage keeps increasing) updated by Maxim Dounin
Using HSM implies that private key operations are likely limited by …
11:22 Ticket #2316 (nginx-1.20.2 worker process memory usage keeps increasing) updated by rezoruno@…
I figured out the cause of memory leak. Actually, only difference …
08:44 Ticket #2318 (SSL handshaking SSL_shutdown after 24h) updated by guillermo.lopez.pando2@…
Hello, we have the next configuration in the POD, we do not undestand …

02/09/22:

20:13 Ticket #2312 (master does not compile) closed by vl
invalid: The issue is caused by modules including system headers prior to nginx …
19:33 Ticket #2312 (master does not compile) updated by maxim
Hi, Both above modules are not a part of nginx distribution. Please …
19:22 Ticket #2312 (master does not compile) updated by phillipseamore@…
I have the same issue with two modules that are not on RekGRpth config …
13:59 Ticket #2318 (SSL handshaking SSL_shutdown after 24h) updated by Sergey Kandaurov <pluknet@…>
In [changeset:"a736a7a613ea6e182ff86fbadcb98bb0f8891c0b/nginx"
12:53 Changeset in nginx [9006:5f78174d1ac1]quic by Vladimir Homutov <vl@…>
QUIC: fixed output context restoring. The cd8018bc81a5 fixed …
12:51 Changeset in nginx [9007:2dc4203d812c]quic by Vladimir Homutov <vl@…>
QUIC: fixed in-flight bytes accounting. Initially, frames are …
11:49 Changeset in nginx [9005:e56a05d6dbd1]quic by Roman Arutyunyan <arut@…>
QUIC: fixed resetting stream wev->ready flag. Previously, the flag …

02/08/22:

20:00 Changeset in nginx [9004:dde5cb0205ef]quic by Vladimir Homutov <vl@…>
QUIC: fixed the "quic_stream_buffer_size" directive. The default …
14:59 Ticket #2318 (SSL handshaking SSL_shutdown after 24h) updated by Sergey Kandaurov
Description changed
The SSL_shutdown() errors reported are likely to be expected on …
14:50 Ticket #2319 ("ssl_verify_client: optional" no longer forwards "FAILED" result on ...) updated by lbodtke@…
Thanks for the feedback and the reference to error page solution :)
14:35 Changeset in nginx [8009:a736a7a613ea] by Sergey Kandaurov <pluknet@…>
SSL: logging level of "application data after close notify". Such …
14:04 Ticket #338 (ssl_verify_client optional_no_ca generates an error with expired ...) updated by Maxim Dounin
See also #2319.
14:03 Ticket #2319 ("ssl_verify_client: optional" no longer forwards "FAILED" result on ...) closed by Maxim Dounin
duplicate: The ssl_verify_client optional; never allowed expired certificates, …
12:10 Ticket #2318 (SSL handshaking SSL_shutdown after 24h) updated by guillermo.lopez.pando2@…
Description changed
11:06 Ticket #2319 ("ssl_verify_client: optional" no longer forwards "FAILED" result on ...) created by lbodtke@…
When using following parameter in the module ngx_http_ssl_module …
09:23 Ticket #2318 (SSL handshaking SSL_shutdown after 24h) created by guillermo.lopez.pando2@…
We are going to deploy ngnix into a pod in Azure AKS after 24h the …
01:24 Ticket #2316 (nginx-1.20.2 worker process memory usage keeps increasing) updated by Maxim Dounin
I've additionally review changes in nginx 1.20.2 and I think I see …

02/06/22:

23:50 Ticket #2317 (Whether after an upstream failure request may be repeated to the same ...) closed by Maxim Dounin
worksforme: The directive description says "to the next server", and it believed …

02/05/22:

23:50 Ticket #2317 (Whether after an upstream failure request may be repeated to the same ...) created by porton.victor@…
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_next_ups
19:56 Ticket #2316 (nginx-1.20.2 worker process memory usage keeps increasing) updated by Maxim Dounin
There are very few changes in 1.20.2 compared to 1.20.1, no idea what …
09:54 Changeset in nginx [9010:a5aebd51e4c7]quic by Roman Arutyunyan <arut@…>
QUIC: stream lingering. Now ngx_quic_stream_t is decoupled from …
Note: See TracTimeline for information about the timeline view.