Timeline



03/13/19:

14:50 Ticket #1480 (Automatic Let's Encrypt certificate provisioning and renewal) updated by Maxim Dounin
See also #1745.
14:49 Ticket #1745 (REQ: Built-in ACME/LetsEncrypt) closed by Maxim Dounin
duplicate: Duplicate of #1480.
14:14 Ticket #1745 (REQ: Built-in ACME/LetsEncrypt) updated by westurner@…
https://github.com/torhve/lua-resty-letsencrypt > On the fly SSL …
13:48 Ticket #1745 (REQ: Built-in ACME/LetsEncrypt) created by westurner@…
Built-in support for ACME/LetsEncrypt would be very useful. There are …
12:06 Ticket #1744 (Cannot use custom variable in ssl_certificate directive.) closed by Maxim Dounin
invalid: Variables set with the set directive of the rewrite module are only …
07:02 Ticket #1744 (Cannot use custom variable in ssl_certificate directive.) updated by Antiarchitect@…
Cannot edit ticket - don't know why. The path to the cert in logs is …
06:59 Ticket #1744 (Cannot use custom variable in ssl_certificate directive.) created by Antiarchitect@…
Nginx: nginx:1.15.9-alpine Part of the config: server { ... set …

03/12/19:

00:40 Ticket #1743 (Can't flush HTTP response header under TLS+HTTP2) updated by mrpre@…
Update What I want is that DATA frame is delayed one minute. […]

03/11/19:

18:59 Changeset in nginx_org [2347:bb38eaf636de] by Maxim Konovalov <maxim@…>
Regenerated.
18:59 Changeset in nginx_org [2346:8a8176ac9a72] by Maxim Konovalov <maxim@…>
The deal banner.
14:11 Ticket #1743 (Can't flush HTTP response header under TLS+HTTP2) created by mrpre@…
I want to send HTTP response header first before data is sent …

03/09/19:

00:03 Changeset in nginx [7477:c74904a17021] by Maxim Dounin <mdounin@…>
SSL: support for parsing PEM certificates from memory. This makes it …

03/08/19:

23:55 Changeset in nginx [7476:b6dc8a12c07a] by Maxim Dounin <mdounin@…>
SSL: removed redundant "pkey" variable. It was accidentally …
23:43 Ticket #1742 (nginx.exe filesize) closed by Maxim Dounin
invalid: Yes. The OpenSSL library used for Windows builds was updated from …
18:26 Ticket #1742 (nginx.exe filesize) created by bugzilla77@…
Is it normal that the file size nginx.exe 3,136,000 in version 1.15.8 …
11:00 Ticket #1741 (Use IP_FREEBIND?) closed by Maxim Dounin
worksforme: > Maxim made suggestions via the lists to bind to [::] AND the IPv6 …

03/07/19:

21:51 Ticket #1741 (Use IP_FREEBIND?) created by teward.thomas-ward.net@…
Hello. Over the past several years, there have been multiple requests …
17:05 Ticket #1740 (ngins -s reopen / SIGUSR1 and permissions problem) closed by Maxim Dounin
invalid: For nginx worker processes to be able to open log files in …
09:01 Ticket #1740 (ngins -s reopen / SIGUSR1 and permissions problem) created by seem8@…
Since this is my first bug report, hello everyone. I have a minor …

03/06/19:

17:46 Changeset in nginx [7480:d9c3917c7f90] by Roman Arutyunyan <arut@…>
Listen port ranges. A range is specified with a dash. For each port …
13:27 Ticket #1739 (invaild r->port_end) closed by Maxim Dounin
invalid: Correct, r->port_start is never set. Both r->port_start and …
07:36 Ticket #1735 (Nginx js freezing) updated by xeioex
I am using the following nginx/njs configuration. Cannot reproduce …
03:44 Ticket #1739 (invaild r->port_end) created by akf00000@…
Then function ngx_http_parse_request_line never set r->port_start. …
03:24 Ticket #1735 (Nginx js freezing) updated by Roman Mingazeev
Replying to mdounin: > Just to make sure it is not …
03:22 Ticket #1735 (Nginx js freezing) updated by Roman Mingazeev
Replying to xeioex: > > When I use stream with js_filter …

03/05/19:

14:47 Changeset in nginx-tests [1450:5f53a1d6b83c] by Sergey Kandaurov <pluknet@…>
Tests: fixed session reuse in ssl_sni.t with OpenSSL 1.1.0+. See …
13:34 Changeset in nginx [7475:49f9d2f7d887] by Maxim Dounin <mdounin@…>
SSL: moved c->ssl->handshaked check in server name callback. Server …
13:28 Ticket #1735 (Nginx js freezing) updated by Maxim Dounin
Just to make sure it is not overlooked: the code in question can be …
12:22 Ticket #1735 (Nginx js freezing) updated by xeioex
> When I use stream with js_filter for proxying to the http server, I …
10:21 Changeset in nginx-tests [1449:eeababfd8726] by Sergey Kandaurov <pluknet@…>
Tests: moved $ssl_server_name tests in http to ssl_sni.t. The tests …

03/04/19:

19:17 Ticket #1738 (NGINX Not Honoring proxy_cache_background_update with Cache-Control: ...) updated by Ian Stephens
Replying to arut: > It is true to a certain degree that …
19:15 Ticket #1738 (NGINX Not Honoring proxy_cache_background_update with Cache-Control: ...) reopened by Ian Stephens
Replying to mdounin: > Duplicate of #1723. Thank you for …
16:21 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by cezmunsta@…
Replying to mdounin: > That's because configuration …
14:25 Changeset in nginx-tests [1448:c1b969fc7a23] by Sergey Kandaurov <pluknet@…>
Tests: preserving original SNI in a resumption handshake. BoringSSL …
13:31 Ticket #1720 (gzip module documentation does not warn about BREACH) updated by Yaroslav Zhuravlev
Owner, Status changed
12:44 Ticket #1723 (proxy_cache_background_update does not really do updates in the background) updated by Maxim Dounin
See also #1738.
12:44 Ticket #1738 (NGINX Not Honoring proxy_cache_background_update with Cache-Control: ...) closed by Maxim Dounin
duplicate: Duplicate of #1723.
12:30 Ticket #1738 (NGINX Not Honoring proxy_cache_background_update with Cache-Control: ...) updated by Roman Arutyunyan
It is true to a certain degree that nginx updates the stale cache …
10:02 Changeset in nginx-tests [1447:e1c64ee44212] by Sergey Kandaurov <pluknet@…>
Tests: added $ssl_server_name tests with SSL session reuse.

03/03/19:

13:49 Changeset in nginx [7474:3f1db95d758a] by Maxim Dounin <mdounin@…>
SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option. The …
13:48 Changeset in nginx [7473:8981dbb12254] by Maxim Dounin <mdounin@…>
SSL: fixed potential leak on memory allocation errors. If …
13:48 Changeset in nginx [7472:d430babbe643] by Maxim Dounin <mdounin@…>
SSL: server name callback changed to return fatal errors. Notably …
13:47 Changeset in nginx [7471:7e8bcba6d039] by Maxim Dounin <mdounin@…>
SSL: server name callback changed to return SSL_TLSEXT_ERR_OK. …
13:47 Changeset in nginx [7470:48af42db14ab] by Maxim Dounin <mdounin@…>
Version bump.

03/02/19:

13:27 server.2.conf attached to Ticket #1735 by Roman Mingazeev
proxy
12:36 Ticket #1738 (NGINX Not Honoring proxy_cache_background_update with Cache-Control: ...) created by Ian Stephens
We are running NGINX in front of our backend server. We are …
12:01 server.conf attached to Ticket #1735 by Roman Mingazeev
http conf
11:58 transfer-fix.js attached to Ticket #1735 by Roman Mingazeev
js for fix transfer
11:58 log.tar.gz attached to Ticket #1735 by Roman Mingazeev
all logs

03/01/19:

17:21 Changeset in nginx_org [2345:7ef11708457e] by Valentin Bartenev <vbart@…>
Added Unit 1.8.0 release news.
16:46 Milestone unit-1.8 completed
Planned features * java servlet container beta * requests routing …
16:04 Changeset in nginx_org [2344:ea8ccaac18b4] by Yaroslav Zhuravlev <yar@…>
Added default values for r.subrequest options in njs.
15:58 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by Maxim Dounin
Replying to cezmunsta@…: > Agreed, in some cases it is …
15:46 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by cezmunsta@…
Sure. In some cases this is simply impossible. Yet the code in …
15:26 Ticket #1736 (Cannot build dynamic modules: "Can't open auto/module") closed by Maxim Dounin
invalid
15:23 Ticket #1737 (HTTP/2 HPACK full encoding support) created by Avamander
It would be really appreciated if Nginx implemented HTTP/2 HPACK full …
15:09 Ticket #1736 (Cannot build dynamic modules: "Can't open auto/module") updated by istanev93@…
Please close this ticket, I have solved the issue. Possibly some …
15:00 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by Maxim Dounin
Replying to cezmunsta@…: > > It was done to make sure …
14:46 Ticket #1736 (Cannot build dynamic modules: "Can't open auto/module") reopened by istanev93@…
Hi mdounin, This was a copy-paste error as I was trying to change …
14:30 Ticket #1736 (Cannot build dynamic modules: "Can't open auto/module") closed by Maxim Dounin
invalid: In the provided config sample you use . auto/config instead of …
14:03 Ticket #1736 (Cannot build dynamic modules: "Can't open auto/module") created by istanev93@…
I have a simple dynamic module config script like so: […] I run …
13:36 Ticket #1735 (Nginx js freezing) updated by xeioex
Please share the code inside function fix and the debug log.
09:27 Ticket #1735 (Nginx js freezing) created by Roman Mingazeev
When I use stream with js_filter for proxying to the http server, I …

02/28/19:

16:05 Changeset in nginx_org [2343:d67d57eb3a56] by Yaroslav Zhuravlev <yar@…>
Updated with Netcraft February 2019 Web Server Survey stats.
14:02 Changeset in nginx-tests [1446:44973a23b031] by Sergey Kandaurov <pluknet@…>
Tests: loading "engine:..." keys with certificate variable.
13:04 Changeset in nginx_org [2342:4795c2ae5066] by Yaroslav Zhuravlev <yar@…>
Added the "poll" method for Windows.
12:30 Changeset in nginx_org [2341:1ddf76f5c565] by Yaroslav Zhuravlev <yar@…>
Updated OpenSSL version used for win32 builds.

02/27/19:

17:25 Changeset in nginx_org [2340:537130c40c1f] by Yaroslav Zhuravlev <yar@…>
Updated r.subrequest desctiption in njs.
14:30 Changeset in nginx-tests [1445:889283abadf8] by Sergey Kandaurov <pluknet@…>
Tests: added basic ssl tests with dynamic certificate not found.
12:30 Changeset in nginx_org [2339:a72bd8324c0b] by Yaroslav Zhuravlev <yar@…>
Added njs labeled statements to Compatibility.
12:29 Changeset in nginx_org [2338:39ac205f90b7] by Yaroslav Zhuravlev <yar@…>
Documented that r.variables{} and s.variables{} are writable.
12:29 Changeset in nginx_org [2337:867fe207f13e] by Yaroslav Zhuravlev <yar@…>
Updated links to changes.xml in njs Reference.
11:03 Ticket #1529 (Could not configure TLS1.3 ciphers in OpenSSL 1.1.1 pre4) updated by Sergey Kandaurov
See also #1734.
11:03 Ticket #1734 (nginx failed to work with openssl-1.1.1b) closed by Sergey Kandaurov
wontfix: Citing from Arch Linux PR: […] I have nothing to say more than …
07:54 Ticket #1734 (nginx failed to work with openssl-1.1.1b) created by Vladimir
Hello, I'm using Archlinux x86_64. Today I updated nginx …

02/26/19:

22:44 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by cezmunsta@…
> It was done to make sure configuration parsing errors are logged …
17:45 Changeset in nginx-tests [1444:533d31d5057e] by Dmitry Volyntsev <xeioex@…>
Tests: adapted js_internal_redirect.t to njs changes. …
16:45 Changeset in nginx-tests [1443:7c217d343d1e] by Sergey Kandaurov <pluknet@…>
Tests: ssl tests with dynamic certificates.
16:39 Ticket #1711 (TLS 1.3 on Windows build) closed by Maxim Dounin
fixed: Windows binary of nginx 1.15.9 was built with OpenSSL 1.1.1b …
15:56 Milestone nginx-1.15.9 completed
Status: scheduled Trunk: mainline * win32 WSApoll() support …
15:56 Milestone njs-0.2.8 completed
Planned features: * Deprecated api removed * labels support
15:47 Changeset in nginx_org [2336:702e7aaf188f] by Maxim Dounin <mdounin@…>
nginx-1.15.9
15:45 Changeset in nginx_org [2335:ff35d7b84a9b] by Maxim Dounin <mdounin@…>
Fixed date.
15:33 Changeset in nginx_org [2334:dbe55598d3f6] by Yaroslav Zhuravlev <yar@…>
Added variables support in ssl_certificate and ssl_certificate_key.
15:29 Changeset in nginx [7469:bd1bba6c0184] by Maxim Dounin <mdounin@…>
release-1.15.9 tag
15:29 Changeset in nginx [7468:d2fd76709909]release-1.15.9 by Maxim Dounin <mdounin@…>
nginx-1.15.9-RELEASE
15:23 Changeset in nginx_org [2333:fb5e1d2d4c75] by Yaroslav Zhuravlev <yar@…>
Removed "Not supported" section, updated defineProperty in njs …
15:22 Changeset in nginx_org [2332:9d502d4305ac] by Yaroslav Zhuravlev <yar@…>
Removed obsolete properties and examples from njs.
15:11 Changeset in nginx_org [2331:5eba0f7b24a9] by Yaroslav Zhuravlev <yar@…>
njs-0.2.8
15:01 Changeset in nginx [7467:8bdf57dfa42d] by Maxim Dounin <mdounin@…>
Updated OpenSSL used for win32 builds.
12:49 Ticket #1733 ("image_filter resize/crop" action replaces transparent background on ...) updated by Maxim Dounin
The image_filter_watermark_... directives suggest that you are using …
11:13 Ticket #1733 ("image_filter resize/crop" action replaces transparent background on ...) created by followmelistenme
Problem is: image_filter module replace transparent background to …

02/25/19:

20:30 Ticket #1732 (Warn for large request bodies) created by Leif Pedersen
Currently, this warning floods our log files: `2019/02/25 11:17:46 …
18:16 Changeset in nginx [7466:48c87377aabd] by Maxim Dounin <mdounin@…>
SSL: fixed possible segfault with dynamic certificates. A virtual …
13:42 Changeset in nginx [7465:6708bec13757] by Maxim Dounin <mdounin@…>
SSL: adjusted session id context with dynamic certificates. Dynamic …
13:42 Changeset in nginx [7464:e970de27966a] by Maxim Dounin <mdounin@…>
SSL: dynamic certificate loading in the stream module.
13:42 Changeset in nginx [7463:180df83473a4] by Maxim Dounin <mdounin@…>
SSL: passwords support for dynamic certificate loading. Passwords …
13:42 Changeset in nginx [7462:be2af41d3620] by Maxim Dounin <mdounin@…>
SSL: variables support in ssl_certificate and ssl_certificate_key. To …
13:41 Changeset in nginx [7461:a68799465b19] by Maxim Dounin <mdounin@…>
SSL: loading of connection-specific certificates.
13:41 Changeset in nginx [7460:77436d9951a1] by Maxim Dounin <mdounin@…>
SSL: reworked ngx_ssl_certificate(). This makes it possible to reuse …
13:41 Changeset in nginx [7459:982008fbc4ba] by Maxim Dounin <mdounin@…>
SSL: removed logging of empty "(SSL:)" in ngx_ssl_error(). The …
13:41 Changeset in nginx [7458:0f0c75caa038] by Maxim Dounin <mdounin@…>
Style.
07:03 Ticket #1730 (An open Nginx Plus dashboard prevents reload) closed by maxim
invalid: Hello, This is nginx open-source bug tracking system. Please report …
03:23 Ticket #1731 (Reverse proxy websocket If the number of concurrency is large, many ...) updated by Maxim Dounin
It looks like you are using not nginx, but rather a heavily modified …

02/23/19:

19:34 Ticket #1731 (Reverse proxy websocket If the number of concurrency is large, many ...) created by f4nff@…
[…] If the websocket has a lot of concurrency, there will be a …

02/22/19:

09:32 Ticket #1730 (An open Nginx Plus dashboard prevents reload) created by thilinabalasooriya1@…
nginx version: nginx/1.13.4 (nginx-plus-r13) I have tried to …

02/21/19:

17:42 Changeset in nginx-tests [1442:4281225b0c52] by Dmitry Volyntsev <xeioex@…>
Tests: njs tests for setting nginx variables.
13:13 Ticket #1410 (default_server with no IP specified for multiple IP servers) closed by Maxim Dounin
wontfix: There are no reasons to list all IP addresses in the configuration, it …

02/20/19:

23:10 Ticket #1410 (default_server with no IP specified for multiple IP servers) updated by grandpajam@…
A directive would be very nice to have. Currently, the only way I see …

02/19/19:

22:04 Ticket #1729 (If-Modified-Since won't trigger 304 unless server send Last-Modified) closed by Maxim Dounin
invalid: That's intended. Using add_header Last-Modified ""; clears last …
18:20 Ticket #1729 (If-Modified-Since won't trigger 304 unless server send Last-Modified) created by ayghor@…
I just realized that if I make a request with a …
14:42 Ticket #196 (Inconsistent behavior on uri's with unencoded spaces followed by H) updated by Valentin V. Bartenev
See also #1728.
14:39 Ticket #1728 (Parsing HTTP request is wrong) closed by Valentin V. Bartenev
duplicate: Actually both requests are invalid. You must encode the request URI. …
14:22 Ticket #1728 (Parsing HTTP request is wrong) created by akayunov@…
I do following request to nginx server: […] and as you can see get …
12:00 Ticket #1727 (Don't create file in put method) closed by Maxim Dounin
invalid: It is not clear to me what you are trying to do, but it is quite …
08:15 transfer-fix.js attached to Ticket #1727 by Roman Mingazeev
js for fix transfer
08:15 Ticket #1727 (Don't create file in put method) created by Roman Mingazeev
Hi, we have the following problem: The service makes put …

02/18/19:

17:21 Changeset in nginx-tests [1441:2e81f7788cf7] by Dmitry Volyntsev <xeioex@…>
Tests: adapted stream_js.t to njs changes.

02/15/19:

10:10 Ticket #1726 (Как собирать модуль из ядра динамическим?) closed by Maxim Dounin
invalid: Для вопросов - используйте, пожалуйста, …

02/14/19:

21:07 Ticket #1726 (Как собирать модуль из ядра динамическим?) created by wladimirmu@…
Здравствуйте, хочу собрать модуль --with-file-aio=dynamic На серверах …
17:17 Ticket #1723 (proxy_cache_background_update does not really do updates in the background) updated by Nathalie Sautou
The documentation would benefit from clarifying what a background
10:25 Ticket #1725 (nginx ends up in a state where current and oldbin exist for days) closed by Sergey Kandaurov
invalid: per reporter request
10:18 Ticket #1725 (nginx ends up in a state where current and oldbin exist for days) updated by arekm.maven.pl@…
Can be marked as invalid. QUIT was not send because it only waited 1s …
08:31 Ticket #1725 (nginx ends up in a state where current and oldbin exist for days) created by arekm.maven.pl@…
nginx 1.15.8 it was running, then 20190212 11:41 it was reloaded …

02/12/19:

19:46 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) closed by Maxim Dounin
fixed: Committed, thanks.
19:45 Ticket #1721 (One line redundant code in ngx_slab_free_locked) closed by Maxim Dounin
fixed: Committed, thanks.
19:45 Ticket #1721 (One line redundant code in ngx_slab_free_locked) updated by Maxim Dounin <mdounin@…>
In [changeset:"d97d09ef3afe1adadecc46db230dbabbc8311f8f/nginx"
19:45 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) updated by Chanhun Jeong <chanhun.jeong@…>
In [changeset:"608810849b6dbbe855ca8a80c4769f7ee45bc490/nginx"
18:51 Changeset in nginx [7457:d97d09ef3afe] by Maxim Dounin <mdounin@…>
Slab: removed redundant page calculation (ticket #1721).
17:36 Ticket #1724 (Nginx doesn't sanitize and is inconsistent with multiple, repeated ...) updated by Maxim Dounin
For the record, multiple Host headers are allowed since …
16:22 Ticket #1724 (Nginx doesn't sanitize and is inconsistent with multiple, repeated ...) updated by Maxim Dounin
Type changed
> The myserver.com will be accepted and parsed as the $server_name, …
15:17 Ticket #1638 (Nginx Systemd is failing to start on reboot) closed by Maxim Dounin
worksforme: Feedback timeout.
14:16 Ticket #1724 (Nginx doesn't sanitize and is inconsistent with multiple, repeated ...) created by capile@…
Ola, I understand this is not supported by HTTP specification, but …
03:58 Ticket #1721 (One line redundant code in ngx_slab_free_locked) updated by chronolaw@…
I think this is a better patch, thanks.
02:51 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) updated by keyolk@…
I sent above to mailing list. : )

02/11/19:

18:26 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) updated by Maxim Dounin
Status changed
Thanks, this probably the simplest solution.
15:49 Ticket #1723 (proxy_cache_background_update does not really do updates in the background) closed by Maxim Dounin
wontfix: This is expected behaviour. Quoting …
13:07 Ticket #1723 (proxy_cache_background_update does not really do updates in the background) created by Nathalie Sautou
When successively requesting multiple stale urls using the same …
05:03 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) created by keyolk@…
With long request uri I got below error log 2019/01/30 18:41:05 …
04:36 Changeset in nginx [7456:608810849b6d] by Chanhun Jeong <chanhun.jeong@…>
Upstream: fixed logging of required buffer size (ticket #1722).
03:20 Ticket #1721 (One line redundant code in ngx_slab_free_locked) updated by Maxim Dounin
The n variable is used in the following &pool->pages[n] reference, …
02:10 ngx_slab.c.patch attached to Ticket #1721 by chronolaw@…
02:10 Ticket #1721 (One line redundant code in ngx_slab_free_locked) created by chronolaw@…
Hi, When I read the source code of Nginx, I notice there is one line …
Note: See TracTimeline for information about the timeline view.