Timeline
11/14/17:
- 18:41 Changeset in nginx_org [2071:838c503fd2f7] by
 - Documented JSON object support for njs.
 - 18:37 Changeset in nginx-tests [1239:4a825ec85c8d] by
 - Tests: added tests for js_access, js_preread, and js_filter.
 - 17:15 Ticket #1206 (Proxy protocol server information is not surfaced) updated by
 - See also #1428.
 - 17:15 Ticket #1428 (Expose the proxy protocol port in a variable) closed by
 - duplicate: Duplicate of #1206.
 - 16:38 Ticket #1409 (ERR_SPDY_PROTOCOL_ERROR) updated by
 - Replying to linuxhpceng@…: > I read your comment exactly …
 - 13:35 Ticket #1428 (Expose the proxy protocol port in a variable) updated by
 - Replying to ru: > http://nginx.org/r/$proxy_protocol_port …
 - 13:35 Ticket #1428 (Expose the proxy protocol port in a variable) reopened by
 - 13:34 Ticket #1428 (Expose the proxy protocol port in a variable) closed by
 - worksforme: http://nginx.org/r/$proxy_protocol_port
 - 12:34 Changeset in nginx-tests [1238:e35cc79ed4a1] by
 - Tests: show try_run() errors in verbose mode.
 - 09:39 Ticket #1423 (response vary headers not used in the cache key) updated by
 - Yes, agreed. It'd be much more interesting to respect all Vary …
 - 08:32 Ticket #1420 (URL with long query string) updated by
 - I confirm the issue was using the wrong parameter. Using …
 - 07:58 Ticket #1419 (The "worker process is shutting down" is running all the time, How ...) updated by
 - The patch is effective. Will be merge into the mainline version?
 - 02:53 Ticket #1419 (The "worker process is shutting down" is running all the time, How ...) updated by
 - I will try it. Thank you!
 
11/13/17:
- 21:15 Ticket #1428 (Expose the proxy protocol port in a variable) created by
 - The proxy protocol port provides the port used by the user to contact …
 - 15:23 Ticket #1426 (nginx master-worker communication channel problem?) closed by
 - invalid: No, certainly it is not a bug - nothing wrong happens due to this …
 - 14:59 Ticket #1423 (response vary headers not used in the cache key) updated by
 - 
          Priority, Status changed
Strictly speaking, this not something allowed by RFC. Quoting … - 13:58 Ticket #1419 (The "worker process is shutting down" is running all the time, How ...) reopened by
 - 
          It looks like the problem is that the 
worker_shutdown_timeout… - 12:55 Ticket #1427 (how can I remove_header ?) closed by
 - invalid: Try using appropriate default_type …
 - 12:34 Ticket #1425 (Log path is inherited from custom error page location) closed by
 - invalid: Access logs are written in the context of the location which was used …
 - 12:24 Ticket #1424 (Not consistent type cast in ngx_unix_send()) closed by
 - 
          wontfix: There is no real difference. In all cases both 
nandsizeare … - 12:07 Ticket #1419 (The "worker process is shutting down" is running all the time, How ...) updated by
 - 
          No, the 
timedoutflag is not set intentionally, because it is not a … - 09:49 Ticket #1427 (how can I remove_header ?) created by
 - I try add .js.gz location /gz/ { add_header Content-Type …
 - 06:37 Ticket #1419 (The "worker process is shutting down" is running all the time, How ...) updated by
 - I think it might be a bug. I add a patch, The …
 - 04:30 Ticket #1426 (nginx master-worker communication channel problem?) created by
 - nginx version: nginx1.10.3 In ngx_process.c, function …
 - 01:37 Ticket #1425 (Log path is inherited from custom error page location) created by
 - Hello. It may be not truly a bug but it seems like an annoying …
 
11/12/17:
- 09:59 Ticket #1424 (Not consistent type cast in ngx_unix_send()) created by
 - Maybe their is a reason for this, but below are 2 functions. The check …
 
11/11/17:
- 02:21 Ticket #1423 (response vary headers not used in the cache key) updated by
 - Note: it appears that the problem may be related to the presence of …
 - 02:03 Ticket #1423 (response vary headers not used in the cache key) created by
 - Scenario: use nginx to cache server responses based on - scheme of the …
 
11/10/17:
- 11:34 Ticket #1410 (default_server with no IP specified for multiple IP servers) updated by
 - Replying to vbart: > Moreover, while this change will …
 
11/09/17:
- 12:35 Changeset in nginx [7152:3b635e8fd499] by
 - FastCGI: adjust buffer position when parsing incomplete records. …
 - 10:23 Ticket #1420 (URL with long query string) closed by
 - invalid: Most likely the problem is that you are using HTTP/2 and the request …
 - 10:03 Ticket #1421 (worker_rlimit_nofile description is not clear) updated by
 - Both directives clearly reference to corresponding OS limits, …
 
11/07/17:
- 20:34 Ticket #1422 (Support IPv6 zone identifiers in URLs, e.g. for proxy_pass) created by
 - Now that RFC 6874 has matured and is a proposed standard, I'd like to …
 - 11:54 Ticket #1421 (worker_rlimit_nofile description is not clear) created by
 - Currently documentation for "worker_rlimit_nofile" configuration …
 - 09:59 Ticket #1420 (URL with long query string) created by
 - When I try to open the link which is served by nginx in this gist …
 
11/06/17:
- 13:47 Ticket #1414 (ACLs have no effect for root location with `return 301 ...` or ...) closed by
 - invalid: The rewrite module directives are used to conditionally select …
 - 13:13 Ticket #1419 (The "worker process is shutting down" is running all the time, How ...) closed by
 - invalid: For questions, please see [[http://nginx.org/en/support.html|support …
 - 13:07 Ticket #1418 (Allow/Deny don't correctly work with realip_module) closed by
 - 
          invalid: This is how it is expected to work. The 
set_real_ip_fromdirective … - 07:55 Ticket #1419 (The "worker process is shutting down" is running all the time, How ...) created by
 - The nginx is http proxy. when i use upgrade websocket and send …
 
11/05/17:
- 19:19 Ticket #1418 (Allow/Deny don't correctly work with realip_module) updated by
 - Request was sent from IP 1.1.1.1
 - 17:48 Ticket #1418 (Allow/Deny don't correctly work with realip_module) created by
 - http { ... deny 1.1.1.1; ... server { server_name example.com; ... …
 - 17:34 Ticket #1410 (default_server with no IP specified for multiple IP servers) updated by
 - Moreover, while this change will simplify your specific use-case, it …
 - 17:22 Ticket #1410 (default_server with no IP specified for multiple IP servers) updated by
 - It's not only about the default server. Currently, the clients …
 
11/04/17:
- 14:40 Ticket #1417 (Nginx won't start if hostname isn't valid) created by
 - This is the exact same issue as described in #1040 We use nginx in a …
 - 11:25 Ticket #1413 (OCSP no response sent) closed by
 - invalid: This is expected behaviour. OCSP stapling is an optimization, and …
 - 10:49 Ticket #1408 (Big file download via php-fpm on fast networks eats up memory) updated by
 - Replying to mmattel@…: > a.) The check in the changeset …
 - 10:46 Ticket #1410 (default_server with no IP specified for multiple IP servers) updated by
 - Sure thing, here it is: […] Current version of nginx will use the …
 
11/03/17:
- 20:43 Ticket #1416 (xslt_stylesheet directive paramater only works for first request) updated by
 - 
          Status changed
 - 19:22 Changeset in nginx [9321:c5455670befb] by
 - Upstream: pre-resolve servers on reload. After configuration is …
 - 19:22 Changeset in nginx [9320:8064a94198c8] by
 - Core: inheritance of non-reusable shared memory zones. When …
 - 13:51 Ticket #1416 (xslt_stylesheet directive paramater only works for first request) created by
 - Consider this configuration. The parameter domain is to be passed into …
 
11/02/17:
- 15:39 Ticket #1410 (default_server with no IP specified for multiple IP servers) updated by
 - Sorry, but I don't understand the idea how it should work... what did …
 - 10:23 Ticket #1408 (Big file download via php-fpm on fast networks eats up memory) updated by
 - 
          Yes buffers were set to 
fastcgi_buffers 64 4K;Testing with … - 07:58 Ticket #1415 (HTTP/2 log status as 000, when client send invalid data, like ...) created by
 - HTTP/2 log status as 000, when client send invalid data, like …
 - 07:52 Ticket #1410 (default_server with no IP specified for multiple IP servers) updated by
 - None, in this case responding server should be taken from the servers …
 
11/01/17:
- 11:58 Ticket #1408 (Big file download via php-fpm on fast networks eats up memory) updated by
 - 
          Are you using 
fastcgi_buffers 64 4K;as in the configuration … - 11:54 Ticket #1414 (ACLs have no effect for root location with `return 301 ...` or ...) created by
 - I had to configure new server entry for simply redirecting clients …
 - 10:51 Ticket #1411 (realip module using first of multiple X-Real-IP or custom headers) closed by
 - wontfix: The X-Real-IP header is not expected to be used more than once (and it …
 - 05:21 Ticket #1413 (OCSP no response sent) created by
 - EN: The start boot system, or reload/restart nginx not on first time …
 - 02:47 Ticket #1412 (Ubuntu can't compile nginx 1.9.9 with RTMP module) updated by
 - This is an issue with the module you are trying to build: …
 - 02:11 Ticket #1412 (Ubuntu can't compile nginx 1.9.9 with RTMP module) updated by
 - Now on versions 1.12.2 , 1.13.0 , 1.13.6 get a new error when compile …
 - 01:50 Ticket #1412 (Ubuntu can't compile nginx 1.9.9 with RTMP module) closed by
 - invalid: Your version of nginx is an outdated and unsupported. This problem was …
 - 01:36 Ticket #1412 (Ubuntu can't compile nginx 1.9.9 with RTMP module) created by
 - Ngimx + RTMP get error when i use "make" command Commands used: …
 
10/31/17:
- 20:07 Ticket #1409 (ERR_SPDY_PROTOCOL_ERROR) updated by
 - I read your comment exactly backwards. I made the changes and things …
 - 20:04 Ticket #1409 (ERR_SPDY_PROTOCOL_ERROR) updated by
 - Why would you close the ticket? This is clearly a problem that needs …
 - 20:03 Ticket #1409 (ERR_SPDY_PROTOCOL_ERROR) updated by
 - Thank you for the reply. I must have removed that : when I was …
 - 19:11 Ticket #1410 (default_server with no IP specified for multiple IP servers) updated by
 - 
          Could you explain which of servers should be a default for 
*:80in … - 18:39 Ticket #1411 (realip module using first of multiple X-Real-IP or custom headers) created by
 - This is continuation of https://trac.nginx.org/nginx/ticket/106 …
 - 18:02 Ticket #1410 (default_server with no IP specified for multiple IP servers) created by
 - I've encountered a problem whilst configuring a system with multiple …
 - 17:47 Ticket #1409 (ERR_SPDY_PROTOCOL_ERROR) closed by
 - 
          invalid: In your configuration, instead of 
Cache-Controlyou try to add … - 16:48 Ticket #1409 (ERR_SPDY_PROTOCOL_ERROR) updated by
 - It might be worth noting that it works in FireFox but not chrome or …
 - 16:45 Ticket #1409 (ERR_SPDY_PROTOCOL_ERROR) created by
 - This site can’t be reached The webpage at https://somewebsite.com/ …
 - 14:58 Ticket #1408 (Big file download via php-fpm on fast networks eats up memory) created by
 - The issue and the (temporary) solution is described at: …
 
10/29/17:
- 22:29 Ticket #1407 (Should application/javascript be text/javascript in mime.types) updated by
 - > Why do you think so? See …
 
10/27/17:
- 15:10 Ticket #1407 (Should application/javascript be text/javascript in mime.types) closed by
 - invalid: Why do you think so? According to …
 - 10:53 Ticket #1407 (Should application/javascript be text/javascript in mime.types) created by
 - I think the 'content-type' header for js files should have media type …
 - 10:28 Ticket #1406 (duplicated "content-encoding" while proxy server return a empty ...) created by
 - use nginx as a reverse proxy. when the source site returns HTTP/1.1 …
 
10/26/17:
- 16:30 Changeset in nginx [7153:32f83fe5747b] by
 - SSI: fixed type.
 - 15:16 Ticket #1286 (Probably outdated docs) closed by
 - fixed
 - 15:10 Ticket #1286 (Probably outdated docs) updated by
 - In [changeset:"fc3ba2e769748c281def9db6fe7869622c92fe64/nginx_org" …
 - 15:09 Changeset in nginx_org [2070:f6b65868fae3] by
 - Updated with Netcraft October 2017 Web Server Survey stats.
 - 12:55 Ticket #1405 (pkg-oss build is broken on Debian) closed by
 - fixed: Thanks for reporting this. Fixed in …
 - 12:50 Changeset in nginx_org [2069:fc3ba2e76974] by
 - Documented size of keys_zone for commercial version (trac #1286).
 - 11:50 Ticket #1405 (pkg-oss build is broken on Debian) updated by
 - 
          Status, Owner, Version, Component changed
 - 11:46 Ticket #1398 (pkg-oss: add redhat-lsb-core as EL7 dependency for lsb_release) closed by
 - fixed: Thanks for reporting this. Fixed in …
 - 11:18 Ticket #1398 (pkg-oss: add redhat-lsb-core as EL7 dependency for lsb_release) updated by
 - 
          Status, Owner changed
 - 09:31 Ticket #1405 (pkg-oss build is broken on Debian) created by
 - When trying to build nginx-push-stream-module on Debian (tested on …
 - 08:09 Ticket #1404 (try_files not working after if condition) closed by
 - duplicate: Duplicate of #86.
 - 03:53 Ticket #1404 (try_files not working after if condition) created by
 - location ~ /u(/.*) { set $router $1; set $xargs …
 
10/25/17:
- 12:30 Ticket #1403 (nginx module cannot use libpcre) created by
 - Using the rrdgraph module …
 
10/24/17:
- 15:22 Ticket #1402 (Not invalidate cahe if fastcgi_cache_background_update is on) created by
 - Config of virtual host is: […] Case: 1) Make {{{curl …
 - 15:14 Changeset in nginx_org [2067:014323d0cc38] by
 - Highlighted the "number" value in the queue directive.
 
10/23/17:
- 17:34 Changeset in nginx_org [2066:55453b4f8eb0] by
 - Added a link to unit.nginx.org into the main menu.
 - 11:48 Changeset in nginx_org [2068:3d9e7993c201] by
 - Added links to directives in the example of ssl modules.
 
10/20/17:
- 12:13 Ticket #1398 (pkg-oss: add redhat-lsb-core as EL7 dependency for lsb_release) updated by
 - 
          Component changed
 - 12:10 Ticket #1400 (test the configuration file failed in v1.12.2, but not in v1.12.1) closed by
 - invalid
 - 09:32 Ticket #1401 (No config warning/error emitted when ssl_dhparam is set but file not found) created by
 - This may very well be an incorrect expectation. When SSL is …
 - 06:15 Ticket #1400 (test the configuration file failed in v1.12.2, but not in v1.12.1) updated by
 - Sorry, we found the real reason of this problem. It was nothing wrong …
 - 04:24 Ticket #1400 (test the configuration file failed in v1.12.2, but not in v1.12.1) created by
 - I upgraded to the latest v1.12.2, and when we test the configuration …
 
10/19/17:
- 21:33 Changeset in nginx_org [2064:adb75f17bc78] by
 - unit-0.2
 - 17:43 Changeset in nginx_org [2063:6855bdb15368] by
 - Removed mentions of wiki.nginx.org. The wiki was moved to nginx.com …
 - 16:36 Ticket #1399 (Nginx is not using environment variables https_proxy or http_proxy) updated by
 - We are using Nginx as reverse proxy. Not as forward proxy. Note that …
 - 14:36 Ticket #1399 (Nginx is not using environment variables https_proxy or http_proxy) updated by
 - 
          Does that mean, that even if environment variables 
http_proxyand … - 14:12 Ticket #1399 (Nginx is not using environment variables https_proxy or http_proxy) closed by
 - invalid: And it is not expected to. There is no support for http forward …
 - 14:05 Ticket #1399 (Nginx is not using environment variables https_proxy or http_proxy) created by
 - Nginx is not entertaining Environment Variables https_proxy or …
 - 12:15 Ticket #1397 (HTTP/2 broken in popular Android libraries with nginx v. 1.13.6) updated by
 - Well, updating to the latest version of the libraries resolves this …
 
10/18/17:
- 23:23 Ticket #1398 (pkg-oss: add redhat-lsb-core as EL7 dependency for lsb_release) created by
 - The changes introduced at http://hg.nginx.org/pkg-oss/rev/703066617d89 …
 - 18:32 Ticket #1397 (HTTP/2 broken in popular Android libraries with nginx v. 1.13.6) updated by
 - It is a version from Gentoo repository. Let me check if they apply patches.
 - 18:28 Ticket #1397 (HTTP/2 broken in popular Android libraries with nginx v. 1.13.6) updated by
 - I asked mostly about nginx. There are known patches for nginx that can …
 - 18:22 Ticket #1397 (HTTP/2 broken in popular Android libraries with nginx v. 1.13.6) updated by
 - It is vanilla library, though it might be not the latest version. I …
 - 16:35 Ticket #1397 (HTTP/2 broken in popular Android libraries with nginx v. 1.13.6) updated by
 - Can you confirm, that you don't use any 3rd-party patches as well?
 - 16:02 Ticket #1397 (HTTP/2 broken in popular Android libraries with nginx v. 1.13.6) updated by
 - Ok, so it looks like the lib is not able to handle …
 - 14:26 Ticket #1397 (HTTP/2 broken in popular Android libraries with nginx v. 1.13.6) updated by
 - The lib (OkHttp) is working again if revert that change.
 - 12:36 Ticket #708 (Documentation improvement: SSL chain verification with SNI support) closed by
 - fixed
 - 12:35 Ticket #708 (Documentation improvement: SSL chain verification with SNI support) updated by
 - In [changeset:"aac9e462320b25b3af288b2b2becfd82386ae18c/nginx_org" …
 - 12:30 Changeset in nginx_org [2062:7275c134ec67] by
 - Documented "no live upstreams" case for $upstream_status.
 - 12:22 Changeset in nginx_org [2061:aac9e462320b] by
 - Added note about s_client and SNI (trac #708).
 - 10:45 Ticket #1397 (HTTP/2 broken in popular Android libraries with nginx v. 1.13.6) updated by
 - Could you try to revert …
 - 10:17 Ticket #1397 (HTTP/2 broken in popular Android libraries with nginx v. 1.13.6) created by
 - Both Retrofit and OkHttp affected. On the client, error is: …
 
10/17/17:
- 20:19 Ticket #1396 (Compiling for win32 fails with VS2017) closed by
 - fixed: Improvements to the …
 - 19:55 Ticket #1396 (Compiling for win32 fails with VS2017) updated by
 - In [changeset:"237b67ef69a65bb92e0986aa7ce5558fe6186199/nginx_org" …
 - 16:52 Changeset in nginx [7151:9ef704d8563a] by
 - Core: free shared memory zones only after reconfiguration. This is …
 - 14:57 Changeset in nginx_org [2060:237b67ef69a6] by
 - Improved win32 build instructions. Added "--with-openssl-opt=no-asm" …
 - 13:58 Changeset in nginx_org [2065:a4c470ea462d] by
 - Linux packages: updated the list of supported distributions.
 - 13:36 Milestone 1.12.2 completed
 - Status: completed Trunk: stable * Bugfixes merge from -mainline
 - 13:25 Changeset in nginx_org [2059:18d876538eee] by
 - nginx-1.12.2
 - 13:16 Changeset in nginx [7150:d00a24dd3dee]stable-1.12 by
 - release-1.12.2 tag
 - 13:16 Changeset in nginx [7149:c0c5f8b806fe]stable-1.12release-1.12.2 by
 - nginx-1.12.2-RELEASE
 - 12:55 Ticket #1384 (request body may be corrupted when content-length is not set in ...) updated by
 - In [changeset:"e532d397ca5edb8a1d4053df78b4d233b457b175/nginx" …
 - 12:55 Ticket #1317 (load_balance failed in ngx_stream_proxy_module because of "pending buffers") updated by
 - In [changeset:"b9d919b535934d94b5aabfde8da15050add5046a/nginx" …
 - 12:55 Ticket #1300 (nginx configuration test is breaking connections from the running instance) updated by
 - In [changeset:"05bd1baabf87c3c69a5bf0d50c4bd28110a77f79/nginx" …
 - 12:55 Ticket #1278 (proxy_protocol broken with SSL) updated by
 - In [changeset:"0e05b35beebfef367af5072ddea7592e5f5ae51c/nginx" …
 - 12:55 Ticket #1259 (nginx build fails when using gcc7 compiler) updated by
 - In [changeset:"d409ab1e8e4d1e6006e49e335b042401841c1a18/nginx" …
 - 12:25 Ticket #1396 (Compiling for win32 fails with VS2017) updated by
 - 
          Component changed
> This workaround does not work with OpenSSL 1.0.2l. We useno-asm… - 12:10 Ticket #1396 (Compiling for win32 fails with VS2017) updated by
 - Apparently your build script is not working for openSSL. …
 - 10:11 Ticket #1396 (Compiling for win32 fails with VS2017) created by
 - 
          Build fails with
 […]
Workaround is to add 
no-asmoption to … 
10/16/17:
- 10:13 Changeset in nginx [7134:d87f29d764ce] by
 - Postpone filter: handled ngx_http_postpone_filter_add() failures. In …
 
  Note:
 See   TracTimeline
 for information about the timeline view.
    