Timeline



03/27/18:

21:38 Ticket #1513 (proxy_set_header in Context: http, server) closed by Maxim Dounin
invalid: В …
18:39 Ticket #1513 (proxy_set_header in Context: http, server) created by ser891@…
Если использовать proxy_set_header во вне контекста location, …

03/22/18:

15:20 Ticket #1512 (A confusion about code in function ngx_process_options) closed by Ruslan Ermilov <ru@…>
fixed: In [changeset:"fdd6a070d51863ba7e1c7acde8796c3a8fe76c10/nginx"
13:19 Ticket #1511 (multiple resolver would retry others when someone fails) updated by Ruslan Ermilov
Could you please provide us with the exact use case that you faced …
12:25 Ticket #1511 (multiple resolver would retry others when someone fails) updated by crasyangel.lhy@…
Replying to ru: > Try the attached patch. Good Job
10:05 Ticket #1512 (A confusion about code in function ngx_process_options) created by woniu17@…
in file src/core/nginx.c line 987-991 […] Although cycle and …
10:03 Ticket #1511 (multiple resolver would retry others when someone fails) updated by Ruslan Ermilov
Status, Owner changed
Try the attached patch.
10:02 patch attached to Ticket #1511 by Ruslan Ermilov
07:57 Ticket #1511 (multiple resolver would retry others when someone fails) updated by crasyangel.lhy@…
I set resolver_timeout to 10s, but when ngx_resolver_send_query fails, …
07:41 Ticket #1511 (multiple resolver would retry others when someone fails) created by crasyangel.lhy@…
As mdounin mentioned, the resolver_timeout directive controls hard …

03/21/18:

12:32 Ticket #1510 (gRPC stream RST_STREAM PROTOCOL_ERROR) updated by Maxim Dounin
Try looking into the error log, it might have enough information to …
08:25 Ticket #1510 (gRPC stream RST_STREAM PROTOCOL_ERROR) created by elvizlai@…
I have a gRPC server behind nginx 1.13.10. The client report: stream …

03/20/18:

16:07 Milestone 1.13.10 completed
Status: scheduled Trunk: mainline * ALPN ssl_preread …
14:49 Ticket #1509 (NGINX with Stream utilizing memory exponentially on each connection) closed by Maxim Dounin
invalid: For each established connection in the stream module nginx uses up to …
14:36 Ticket #1507 (gzip in if + proxy_pass doesn't work) updated by avkarenow@…
Thanks, I moved "if with gzip on" to the end of location and it solved …
13:29 nginx-1.conf attached to Ticket #1509 by nikhilvs@…
Conf file
13:28 Ticket #1509 (NGINX with Stream utilizing memory exponentially on each connection) created by nikhilvs@…
Is it normal that NGINX uses extra memory on each connection ? We are …
13:14 Ticket #86 (the "if" directive have problems in location context) updated by Maxim Dounin
See also #1507.
13:14 Ticket #1507 (gzip in if + proxy_pass doesn't work) closed by Maxim Dounin
duplicate: That is because the request is processed in the context of the second …
06:50 Ticket #1508 (When browser access nginx http/2 server with large cookies, nginx ...) created by kazuki_yasufuku.dwango.co.jp@…
If Browser eat large cookies, nginx enabled http/2 will not return any …

03/19/18:

22:57 Ticket #1505 (Milliseconds and dynamic time support for *_cache_valid) updated by avkarenow@…
We have one big virtual host (about ~3-5k domains on each server). Now …
22:40 Ticket #1507 (gzip in if + proxy_pass doesn't work) created by avkarenow@…
It's looking for me like a bug - when I'm using gzip in if in location …
18:08 Ticket #1506 (bind() in configuration test is too cautious) created by tailhook@…
Currently, nginx does too much when testing configuration (`nginx …
17:11 Ticket #923 (Allow proxy_http_version 2.0) closed by Maxim Dounin
fixed: The gRPC proxy module has been committed and will be available in …
15:03 Ticket #1505 (Milliseconds and dynamic time support for *_cache_valid) updated by Maxim Dounin
Type changed
Replying to avkarenow@…: > At this moment cache doesn't …
14:01 Ticket #1505 (Milliseconds and dynamic time support for *_cache_valid) created by avkarenow@…
Hello, At this moment cache doesn't work with milliseconds like: …

03/14/18:

08:42 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) updated by insekticid@…
Ok, understand. Thanks for your time

03/13/18:

15:06 Ticket #1401 (No config warning/error emitted when ssl_dhparam is set but file not found) closed by Maxim Dounin
worksforme: Correctly reports an error here, with ssl_dhparam /path/to/nowhere;
14:58 Ticket #1501 (multiple resolver would not down if keep failing) closed by Maxim Dounin
wontfix: The resolver_timeout directive controls hard limit on the total DNS …
12:56 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) updated by Maxim Dounin
Replying to insekticid@…: > and what about this forgotten? …
08:17 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) updated by insekticid@…
and what about this forgotten? patch 5years ago? …
02:58 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) closed by Maxim Dounin
invalid: Ah, I was actually wrong: the second operand of != can contain …

03/12/18:

17:13 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) reopened by insekticid@…
17:12 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) updated by insekticid@…
this example will solve for example duplicates versions of urls …
16:19 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) closed by Maxim Dounin
invalid: It is not clear what are you trying to do, but the …
13:42 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) updated by insekticid@…
the same problem with this config […]
13:35 nginx-redirect-unicode-bug.png attached to Ticket #1504 by insekticid@…
13:35 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) created by insekticid@…
Nginx version: nginx:latest from docker (v1.13, tested in 1.12 too) …

03/11/18:

22:51 Ticket #1503 (10x Massive performance hit on fastcgi_pass) closed by Maxim Dounin
worksforme: Serving requests with passing them to PHP via FastCGI is more costly …
22:34 Ticket #1502 (ngx_http_parse remove /../ from the uri) closed by Maxim Dounin
invalid: Normalization of URI is expected and documented behaviour, see …

03/10/18:

14:37 Ticket #1503 (10x Massive performance hit on fastcgi_pass) created by jobs-git@…
I configured nginx such that it could handle 500k requests/s no sweat. …

03/09/18:

18:45 Ticket #1502 (ngx_http_parse remove /../ from the uri) created by lazylad91@…
nginx normalizes URI by converting <some_path>/../<some_path>". into …
16:33 Ticket #923 (Allow proxy_http_version 2.0) updated by mcgrawia@…
Hi, does anyone know if the gRPC proxy will support context based …
11:45 Ticket #485 (Multiple WWW-Authenticate headers) updated by kipras@…
We've hit this issue as well. Just wondering if this is this planned …
05:26 Ticket #1501 (multiple resolver would not down if keep failing) updated by crasyangel.lhy@…
Replying to crasyangel.lhy@…: > 1, resolver would not …
05:23 Ticket #1501 (multiple resolver would not down if keep failing) created by crasyangel.lhy@…
1, resolver would not down when it fails, and would use it when next …

03/07/18:

18:14 Ticket #1500 (ngx_hash_t can have only lower case key) updated by lazylad91@…
I think you should mention in the documentation that ngx_hash_t doesnt …
14:57 Ticket #1500 (ngx_hash_t can have only lower case key) updated by vl
Status, Type changed
yes, you are right, currently only lowercase keys are possible. there …
12:33 Ticket #564 (map regex matching affects rewrite directive) updated by Maxim Dounin
See also #1498.
12:33 Ticket #1498 (Named and capture variables cannot be used together) closed by Maxim Dounin
duplicate: Thanks for confirming. Closing this as duplicate of #564.
10:07 Ticket #1498 (Named and capture variables cannot be used together) updated by tiandrey@…
That must be the problem. Thanks.
00:47 Ticket #1500 (ngx_hash_t can have only lower case key) created by lazylad91@…
ngx_hash_init convert all the keys in lower case, so when use …

03/06/18:

12:26 Ticket #1499 (Frequent cancelling the HTTP/2 requests will cause server stop sending ...) closed by Ruslan Ermilov
invalid: Your client never sends WINDOW_UPDATE except right after the …
00:28 Ticket #1499 (Frequent cancelling the HTTP/2 requests will cause server stop sending ...) updated by jifang@…
To add on, more information for the client. OS Android 6.0 …
00:11 wireshark.jpg attached to Ticket #1499 by jifang@…
Screen capture for wireshark
00:10 Ticket #1499 (Frequent cancelling the HTTP/2 requests will cause server stop sending ...) created by jifang@…
Description: When downloading a lot of medium-sized files from Nginx …

03/02/18:

18:42 Ticket #1498 (Named and capture variables cannot be used together) updated by Maxim Dounin
In the particular configuration with themap listed there should be …
17:10 Ticket #1498 (Named and capture variables cannot be used together) created by tiandrey@…
Say I want to rewrite URI differently depending on something like …
08:50 Ticket #1450 (Allow for unescaped access logs) closed by vl
fixed
08:50 Ticket #1450 (Allow for unescaped access logs) updated by Vladimir Homutov <vl@…>
In [changeset:"265c29b0b8b8c54b1c623268481ed85324ce3c79/nginx"

03/01/18:

17:37 Ticket #189 (timeouts break when time changes) closed by Maxim Dounin
fixed: I've committed a simple patch to use clock_gettime(CLOCK_MONOTONIC)
17:30 Ticket #189 (timeouts break when time changes) updated by Maxim Dounin <mdounin@…>
In [changeset:"81fae70d6cb81c67607931ec3ecc585a609c97e0/nginx"

02/28/18:

16:07 Ticket #1490 (NGINX hold request too long, and causes timeout error.) updated by Maxim Dounin
That's because you've set "Sensitive" flag on the ticket in question. …
16:05 Ticket #1497 (test) closed by Maxim Dounin
invalid
15:17 Ticket #1497 (test) created by mdounin@…
test

02/27/18:

13:14 Ticket #1496 (Issue while logging after client sent duplicate header) closed by Maxim Dounin
invalid: The observed behaviour is not a bug in nginx, but rather a result of …

02/26/18:

20:17 Ticket #1496 (Issue while logging after client sent duplicate header) created by fffilimonov@…
Found in a wild. Some proxy from china. Possible UC-browser. […] …
18:04 Ticket #1494 (Null character in error.log) closed by Maxim Dounin
fixed
17:55 Ticket #1494 (Null character in error.log) updated by Vadim Filimonov <fffilimonov@…>
In [changeset:"e48ac0136ee39daeb4e935194a2d78a82de594d3/nginx"
15:31 Ticket #1495 (cutom "log_format" can't be used in server block that is included from ...) closed by Maxim Dounin
worksforme: There is something wrong with your configuration. The one identical to …
15:14 Ticket #1495 (cutom "log_format" can't be used in server block that is included from ...) created by Renkas@…
I'm trying to use custom log format that is required in Amplify to get …
14:39 Ticket #1494 (Null character in error.log) created by fffilimonov@…
With config like this: auth_basic "Restricted"; …
14:21 Ticket #1493 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) closed by Maxim Dounin
duplicate: Duplicate of #1492.
13:48 Ticket #1493 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) created by f4nff@…
[…] […]
13:22 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) closed by Maxim Dounin
invalid: Your problem is that the upstream server returns 403. As it's up to …
13:00 Ticket #1491 (Package built by nginx does not have IPV6) closed by Maxim Dounin
invalid: There is no --with-ipv6 starting with nginx 1.11.5. Quoting …
10:17 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) updated by f4nff@…
Replying to f4nff@…: > > {{{ > upstream …
10:13 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) updated by f4nff@…
Replying to f4nff@…: […] > > {{{ > 403 Forbidden > …
10:09 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) updated by f4nff@…
[…] This is fine, but not enough for my load balancing needs. …
10:04 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) updated by f4nff@…
[…] This is not work either~!
10:02 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) created by f4nff@…
[…] […] I searched all methods of the Internet and can not …
Note: See TracTimeline for information about the timeline view.