Timeline



08/04/20:

17:42 Ticket #1182 (Responses with "no-cache" or "max-age=0" should be cached) updated by Maxim Dounin
> X-Accel-Expires: @0 My bad, should be X-Accel-Expires: @1 (which …
15:40 Ticket #1182 (Responses with "no-cache" or "max-age=0" should be cached) updated by micah.hainline@…
Trying the following didn't work. Cache-Control: max-age=0, public, …
15:05 Ticket #2023 (401 when not authenticated yet) updated by jeanmarc77@…
Maybe i'am not clear enough, i try again: nginx issue a 401 even when …
12:04 Ticket #2023 (401 when not authenticated yet) updated by Maxim Dounin
It is not clear what you are trying to do with your "trick", but you …
02:21 Ticket #2023 (401 when not authenticated yet) updated by jeanmarc77@…
i found a trick : […] thanks
01:25 Ticket #2023 (401 when not authenticated yet) updated by jeanmarc77@…
I'am not lead to error.html yet at prompt and i still have a 401 …

08/03/20:

18:51 Ticket #1182 (Responses with "no-cache" or "max-age=0" should be cached) updated by Maxim Dounin
Historically, nginx does not cache responses with "max-age=0", as well …
17:44 Ticket #1182 (Responses with "no-cache" or "max-age=0" should be cached) updated by micah.hainline@…
Any update on this? This feels like a very legitimate problem. I have …
11:12 Ticket #2023 (401 when not authenticated yet) closed by Maxim Dounin
invalid: This is how [https://en.wikipedia.org/wiki/Basic_access_authentication
09:45 Ticket #2023 (401 when not authenticated yet) updated by jeanmarc77@…
Description changed
09:40 Ticket #2023 (401 when not authenticated yet) created by jeanmarc77@…
Hi, Firstly, thank you very much for nginx. I find a strange behavior …

08/02/20:

19:19 Ticket #2022 (nginx proxy_next_upstream works weird) closed by Maxim Dounin
invalid: Using keepalive connections implies that nginx is required to re-try …

07/31/20:

07:15 Ticket #2022 (nginx proxy_next_upstream works weird) created by jangys9510@…
nginx's proxy_next_upstream works weird. I want to pass to the next …

07/30/20:

23:02 Ticket #2021 (try_files not always sending full $uri to proxy_pass and upstream) updated by bengalih@…
Maxim, Thanks for your comments. I will definitely watch the …

07/28/20:

12:57 Ticket #2020 (Problem with statically linking Nginx) closed by Maxim Dounin
invalid: Correct options depend on your operating system, compiler used, and …
11:49 Ticket #2021 (try_files not always sending full $uri to proxy_pass and upstream) closed by Maxim Dounin
invalid: An obvious problem with your second configuration is that …

07/27/20:

23:35 Changeset in nginx_org [2575:2839ad72d8ef] by Yaroslav Zhuravlev <yar@…>
Updated with Netcraft July 2020 Web Server Survey stats.
23:32 Ticket #2021 (try_files not always sending full $uri to proxy_pass and upstream) created by bengalih@…
So I'm dealing with an app that states it needs a configuration block …
20:37 Ticket #2020 (Problem with statically linking Nginx) created by andrewfv86@…
Hello, When building nginx into one static file, I get an error: …
18:26 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) closed by Maxim Dounin
fixed: Fix committed, thanks for reporting this.
18:19 Changeset in nginx-tests [1586:e145509cc6eb] by Maxim Dounin <mdounin@…>
Tests: tests for "zero size buf" alerts in fastcgi (ticket #2018).
18:19 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) updated by Maxim Dounin <mdounin@…>
In [changeset:"da8d758aabebbba833405463aa5a785b4c324495/nginx"
00:48 Ticket #2019 (location = / is very tricky) closed by Maxim Dounin
invalid: > My understanding from the documentation is, that calling …

07/26/20:

18:14 Changeset in nginx_org [2574:a88ecedbeaaf] by Maxim Konovalov <maxim@…>
Regenerated.
18:14 Changeset in nginx_org [2573:8d28877aca16] by Maxim Konovalov <maxim@…>
Web Application Security ebook promo.
12:23 Ticket #2019 (location = / is very tricky) created by Дилян Палаузов
After reading …

07/24/20:

12:43 Changeset in nginx_org [2598:361a28cca097] by Yaroslav Zhuravlev <yar@…>
Rephrased "off" parameter of proxy_cookie_domain/path/redirect.

07/23/20:

09:17 Changeset in nginx-tests [1585:bff287fbf347] by Sergey Kandaurov <pluknet@…>
Tests: added proxy_cookie_domain/path tests with "off" parameter.
09:16 Changeset in nginx-tests [1584:b4014b3e8495] by Sergey Kandaurov <pluknet@…>
Tests: added xslt filter tests with ranges.
08:51 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) updated by sjon.hortensius.net@…
okay, I've switched the unix-socket to a tcp port to ease debugging …

07/22/20:

13:07 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) updated by Maxim Dounin
The FastCGI stdout record length is known to be 2.5k from the debug …
07:48 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) updated by sjon.hortensius.net@…
Thanks - I've tried debugging this on the application side but I'm …
01:10 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) updated by Maxim Dounin
Thanks, I was able to reproduce it. The 304 status code implies no …

07/21/20:

21:06 Ticket #816 (Allow h2c and HTTP/1.1 support on the same listening socket) updated by daiglej@…
Please implement!
18:40 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) updated by sjon.hortensius.net@…
update; the error apparently occurs when a 304 response is parsed: …
16:02 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) updated by sjon.hortensius.net@…
Thanks for the pointers. I did not realize this message was caused by …
09:09 Changeset in nginx_org [2572:c6c259d3601a] by Sergey Kandaurov <pluknet@…>
Development guide: updated ngx_utf8_length() example.

07/20/20:

13:44 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) updated by Maxim Dounin
Given the changes in nginx 1.19.1, most likely reason is a bug in …
10:51 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) updated by Sergey Kandaurov
Component changed

07/18/20:

11:24 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) updated by sjon.hortensius.net@…
the "component" for this ticket is obviously incorrect
11:23 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) created by sjon.hortensius.net@…
I have a machine which is behind cloudflare, which limits any …

07/17/20:

10:29 Changeset in nginx_org [2571:3e47eecce384] by Yaroslav Zhuravlev <yar@…>
Added id to r.sendHeader in njs.

07/16/20:

12:52 Ticket #1909 (http2_push not pushing the file) closed by Ruslan Ermilov
worksforme: Feedback timeout. If the problem persists, please provide the …
07:22 Changeset in nginx_org [2570:44792f1ee284] by Yaroslav Zhuravlev <yar@…>
Added IDs to methods in njs Reference.

07/14/20:

15:44 Changeset in nginx_org [2569:2edc64c05b0e] by Yaroslav Zhuravlev <yar@…>
Removed ECMAScript methods from njs Reference.
12:04 Changeset in nginx_org [2568:aa015272ea32] by Konstantin Pavlov <thresh@…>
Linux packages: actualized the list of supported distributions. - …
09:46 Ticket #2017 (worker_connections are not enough) updated by Ruslan Ermilov
Has the number of these alerts increased significantly after upgrading …

07/13/20:

14:00 Ticket #2016 (nginx does not percent-encode Location header properly) updated by Maxim Dounin
Status changed
Yes, known issue, thanks for the report.
13:11 Ticket #376 (log file reopen should pass opened fd from master process) updated by Maxim Dounin
This is going to be implemented at some point. This is relatively low …
08:38 Changeset in nginx_org [2567:4f3494d80949] by Yaroslav Zhuravlev <yar@…>
Documented support for HTTP/2 in lingering_close.

07/12/20:

15:08 Ticket #2017 (worker_connections are not enough) updated by Sergey Kandaurov
Component changed

07/11/20:

14:56 Ticket #2017 (worker_connections are not enough) updated by win-t@…
Downgraing to v1.19.0 solve the issue Btw, this issue commponent is …
14:12 Ticket #2017 (worker_connections are not enough) updated by win-t@…
I'm pretty sure that is not because of ulimit problem
14:08 Ticket #2017 (worker_connections are not enough) created by win-t@…
after update to v1.19.1 (nginx from official docker image), I got many …
09:36 Ticket #376 (log file reopen should pass opened fd from master process) updated by Beuc@…
Hi, I'm part of the Debian LTS Team. What is the nginx maintainers' …

07/10/20:

22:04 Changeset in nginx-tests [1583:8aede7babd9a] by Sergey Kandaurov <pluknet@…>
Tests: added grpc tests with wrong response size.
19:36 Ticket #2016 (nginx does not percent-encode Location header properly) created by yurivkhan@…
When nginx is serving static files and the client requests a path that …
15:08 Ticket #2015 (Directive 'ssl_protocols' doesn't work on server blocks) closed by Maxim Dounin
duplicate: Duplicate of #676.
15:07 Ticket #676 (Different ssl_protocols per server won`t work) updated by Maxim Dounin
See also #2015.
15:01 Ticket #2015 (Directive 'ssl_protocols' doesn't work on server blocks) updated by mhernawan
sorry wrong version, this is 1.18.0
14:53 Ticket #2015 (Directive 'ssl_protocols' doesn't work on server blocks) created by mhernawan
I have multiple server blocks on nginx configuration. First, server …
09:19 Changeset in nginx-tests [1582:ab13e2744d05] by Sergey Kandaurov <pluknet@…>
Tests: added slice filter test for original Accept-Ranges.

07/09/20:

14:13 Ticket #2012 (Wrong header Connection, when keepalive is disabled) updated by Maxim Dounin
Status changed
14:13 Ticket #2012 (Wrong header Connection, when keepalive is disabled) updated by Maxim Dounin
Thanks, it's a known issue that keepalive settings are applied …
13:40 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by Maxim Dounin
> So it would be nice if try_files passes through the auth_basic off; …
13:25 Ticket #2014 (nginx dynamic configuration reload is jittery) closed by Maxim Dounin
invalid: Updating configuration implies that nginx will start new worker …

07/08/20:

08:45 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by royduineveld@…
That makes sense, ended up with: […] What I wanted and meant was …

07/07/20:

22:32 Ticket #2014 (nginx dynamic configuration reload is jittery) created by udaysha01@…
I am trying to use nginx as a reverse proxy, listening on a port and …
17:21 Changeset in nginx_org [2564:5aa57c656cbf] by Yaroslav Zhuravlev <yar@…>
Documented TypedArray.prototype.sort() in njs.
16:33 Changeset in nginx_org [2566:ca1ccafab5ef] by Yaroslav Zhuravlev <yar@…>
njs-0.4.2.
16:12 Milestone njs-0.4.2 completed
Planned features and enhancements: * Line level backtrace * The …
16:12 Milestone nginx-1.19.1 completed
Status: scheduled Trunk: mainline * proxy_cache_path's …
16:01 Changeset in nginx_org [2562:55da8df41bfd] by Maxim Dounin <mdounin@…>
nginx-1.19.1
15:47 Ticket #2013 (auth_basic cannot be overwritten from other context) closed by Maxim Dounin
invalid: You've claimed you've tested the curl -IL https://website.com/api, …
15:25 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by royduineveld@…
Found it! I think it's not a bug but maybe this can be explained …
15:02 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by Maxim Dounin
Ok, so please test the configuration you've provided in the ticket …
14:45 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by royduineveld@…
I'm testing the same way as you did: […] […] It doesn't even …
14:26 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by Maxim Dounin
Replying to royduineveld@…: > But I'm still having the …
14:05 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by royduineveld@…
Just updated to 1.18.0: […] But I'm still having the same problem. …
13:26 Changeset in nginx_org [2565:45cb60b3b7b2] by Yaroslav Zhuravlev <yar@…>
Updated Compatibility for njs-0.4.2.
13:26 Changeset in nginx_org [2563:428a8cf1911b] by Yaroslav Zhuravlev <yar@…>
Documented mkdirSync, readdirSync, rmdirSync, fs.Dirent in njs.
12:51 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by Maxim Dounin
Works fine here: […] While the version you are using is old and …
12:48 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by royduineveld@…
Description changed
12:33 Ticket #2013 (auth_basic cannot be overwritten from other context) created by royduineveld@…
The documentation says: "The special value off allows cancelling the …

07/06/20:

23:30 Ticket #1689 (Writing connections leak with http/2) updated by Maxim Dounin
Replying to PenelopeFudd@…: > I had this problem, and …
18:05 Ticket #1695 (Data is corrupted in static large objects (SLO swift API) when using ...) closed by Maxim Dounin
fixed: Should be fixed for all protocols now.
18:01 Ticket #1695 (Data is corrupted in static large objects (SLO swift API) when using ...) updated by Maxim Dounin <mdounin@…>
In [changeset:"39501ce97e296b4cd36fc81388a2dc66f2601edd/nginx"
18:01 Ticket #1695 (Data is corrupted in static large objects (SLO swift API) when using ...) updated by Maxim Dounin <mdounin@…>
In [changeset:"05e42236e95b8171ab8fe116f5b498f17a1e1547/nginx"
18:01 Ticket #1695 (Data is corrupted in static large objects (SLO swift API) when using ...) updated by Maxim Dounin <mdounin@…>
In [changeset:"bffcc5af1d7281c8e5fc93a28bb6f9d77a99f7fe/nginx"
18:01 Ticket #1695 (Data is corrupted in static large objects (SLO swift API) when using ...) updated by Maxim Dounin <mdounin@…>
In [changeset:"9afa45068b8f76ff5e102dc14f594caa69899b17/nginx"
15:37 Changeset in nginx-tests [1581:463d6863d360] by Maxim Dounin <mdounin@…>
Tests: tests for extra data and short responses.
15:01 Changeset in nginx-tests [1580:9e142c0e34b2] by Sergey Kandaurov <pluknet@…>
Tests: allowed syslog messages arrival out-of-order. Reported by …
12:38 Changeset in nginx-tests [1579:14eeaa39599d] by Sergey Kandaurov <pluknet@…>
Tests: HTTP/2 tests for lingering close.

07/05/20:

16:01 Ticket #2012 (Wrong header Connection, when keepalive is disabled) updated by seregaizsbera@…
When I rearrange this configuration […] into this […] nginx …
Note: See TracTimeline for information about the timeline view.