Timeline



02/14/17:

17:26 Milestone 1.11.10 completed
Status: released Trunk: mainline * Stale-while-revalidate …
15:46 Changeset in nginx_org [1908:d6692a78a444] by Maxim Dounin <mdounin@…>
nginx-1.11.10
15:36 Changeset in nginx [6912:d99a7f0062ad] by Maxim Dounin <mdounin@…>
release-1.11.10 tag
15:36 Changeset in nginx [6911:1ad0999a7ded]release-1.11.10 by Maxim Dounin <mdounin@…>
nginx-1.11.10-RELEASE
14:09 Changeset in nginx-tests [1130:cb46ac65d50e] by Sergey Kandaurov <pluknet@…>
Tests: fixed expected value for multiple Cache-Control headers. …
10:04 Changeset in nginx-tests [1129:1173800a4a19] by Sergey Kandaurov <pluknet@…>
Tests: added slice filter tests in named location. Prodded by …

02/13/17:

19:57 Ticket #1046 (ngx_http_gzip_filter_module is leaking) closed by Maxim Dounin
fixed: Fix committed.
19:00 Ticket #1046 (ngx_http_gzip_filter_module is leaking) updated by Maxim Dounin <mdounin@…>
In [changeset:"da46bfc484eff1805b5d1079f535b255ed7c6c11/nginx"
18:45 Changeset in nginx [6910:da46bfc484ef] by Maxim Dounin <mdounin@…>
Gzip: free chain links on the hot path (ticket #1046).
16:36 Changeset in nginx_org [1907:42ed974b83a5] by Vladimir Homutov <vl@…>
Fixed the duplicated reference in development guide. The …
16:06 Ticket #1204 ("gzip_vary" will add a duplicate Vary header if a PHP page also adds a ...) closed by Maxim Dounin
duplicate: Duplicate of #875.
15:47 Ticket #1204 ("gzip_vary" will add a duplicate Vary header if a PHP page also adds a ...) updated by RichardBradley@…
Actually, as Jason Martin has just explained to me on "serverfault", …
15:32 Ticket #1204 ("gzip_vary" will add a duplicate Vary header if a PHP page also adds a ...) created by RichardBradley@…
I have a PHP app served by nginx, and I'd like to enable gzip output …
14:13 Ticket #1198 (debian postrm script deletes log folder) closed by thresh
fixed: Thanks. Fixed for upcoming 1.11.x releases: …
12:53 Changeset in nginx_org [1906:e7a721d63544] by Yaroslav Zhuravlev <yar@…>
Added variable sign in auth_request_set.
12:53 Changeset in nginx_org [1905:d1c4bfa72cbb] by Yaroslav Zhuravlev <yar@…>
Updated OpenSSL version used for win32 builds.
12:43 Changeset in nginx_org [1904:d59199b0c022] by Yaroslav Zhuravlev <yar@…>
Documented the "build" parameter of the "server_tokens" directive.
12:42 Changeset in nginx_org [1903:da00a2526415] by Yaroslav Zhuravlev <yar@…>
Replaced "error messages" with "error pages" in server_tokens.
12:05 Changeset in nginx_org [1902:862e96a39fe3] by Maxim Konovalov <maxim@…>
Typo fixed.
00:22 Ticket #1046 (ngx_http_gzip_filter_module is leaking) updated by Maxim Dounin
Just to clarify: there is no leak here. All the memory allocates is …

02/12/17:

15:14 Ticket #1132 (preread post request body not returned for h2) closed by Maxim Dounin
worksforme: Feedback timeout.

02/10/17:

19:32 Ticket #1103 (return code can not use customization setting) closed by Maxim Dounin
invalid: The problem with the first snippet is that return 406 is executed …
19:16 Ticket #1146 (large stderr freeze request) closed by Maxim Dounin
worksforme: There is no such 4k limitation anywhere in nginx, and any amount of …
17:58 Ticket #1173 ("client sent invalid request" when proxy protocol destination is 0.0.0.0) closed by Maxim Dounin
worksforme: Feedback timeout. Works fine here.
17:56 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by Maxim Dounin
Component changed
17:50 Ticket #1041 (does not start nginx1.10.1) updated by Maxim Dounin
Component changed
17:45 Ticket #1097 (Nginx worker process exited on signal 11) closed by Maxim Dounin
fixed: Since no requested details are provided it is not possible to tell …
17:24 Changeset in nginx [6909:5850fed24639] by Maxim Dounin <mdounin@…>
Upstream: read handler cleared on upstream finalization. With …
17:22 Ticket #1154 (Passing URG flag via nginx) updated by Maxim Dounin
Type changed
17:17 Ticket #1101 (nginx does not respond to SIGHUP/SIGUSR2) closed by Maxim Dounin
worksforme: Feedback timeout.
17:07 Ticket #1176 (nginx changes ownership of /var/log/nginx/error.log even if error_log ...) closed by Yaroslav Zhuravlev
fixed
17:06 Ticket #1090 (try_files with map variable works differently in 1.10.x and 1.11.x) closed by Maxim Dounin
fixed: Closing this. The "volatile" parameter was introduced to facilitate …
17:00 Ticket #1095 (nginx crashed) closed by Maxim Dounin
worksforme
17:00 Ticket #1095 (nginx crashed) reopened by Maxim Dounin
17:00 Ticket #1095 (nginx crashed) closed by Maxim Dounin
fixed: Feedback timeout.
16:55 Ticket #1144 (BUG - cannot include files with * mask on windows server 2012r2) closed by Maxim Dounin
wontfix: Closing this, using proper configuration is believed to be good enough …
16:05 Ticket #826 (Add config option for NGX_HTTP_CACHE_VARY_LEN) closed by Maxim Dounin
fixed
15:15 Ticket #826 (Add config option for NGX_HTTP_CACHE_VARY_LEN) updated by Maxim Dounin <mdounin@…>
In [changeset:"609daeb3b48b9808d3ed727f33c853e4ffd075e9/nginx"
14:49 Changeset in nginx [6908:609daeb3b48b] by Maxim Dounin <mdounin@…>
Cache: increased cache header Vary and ETag lengths to 128. This …
13:54 Changeset in nginx_org [1899:b86cfece30c3] by Vladimir Homutov <vl@…>
Added development guide.
13:33 Changeset in nginx [6907:d16ba0ea3434] by Roman Arutyunyan <arut@…>
Slice filter: fetch slices in cloned subrequests. Previously, slice …
12:13 Changeset in nginx [6906:1aeaae6e9446] by Roman Arutyunyan <arut@…>
Upstream: proxy_cache_background_update and friends. The directives …
10:55 Changeset in nginx-tests [1128:bef8be8a6224] by Sergey Kandaurov <pluknet@…>
Tests: avoid reopening a receiving UDP socket in syslog tests.
10:03 Changeset in nginx_org [1900:939116ee92b4] by Vladimir Homutov <vl@…>
Increased nested section head size. Current setting produces too …
10:02 Changeset in nginx_org [1901:02dedcb347e5] by Vladimir Homutov <vl@…>
Regenerated.
09:55 Changeset in nginx_org [1898:d83f7372feb5] by Vladimir Homutov <vl@…>
Regenerated.
09:53 Changeset in nginx_org [1897:364a04c4f761] by Vladimir Homutov <vl@…>
Style: removed trailing spaces.
09:41 Changeset in nginx-tests [1127:6620cd57a96a] by Sergey Kandaurov <pluknet@…>
Tests: replaced all occurrences of vec/select API with IO::Select.

02/09/17:

10:05 Changeset in nginx-tests [1126:65fc7a0ca418] by Sergey Kandaurov <pluknet@…>
Tests: adjusted mail resolver timeout below client read timeout.

02/08/17:

18:38 Ticket #1194 (SSL_write fails with 'bad write retry' error) closed by Maxim Dounin
fixed: Fix committed.
18:35 Ticket #1194 (SSL_write fails with 'bad write retry' error) updated by Maxim Dounin <mdounin@…>
In [changeset:"92e771de7d89564074c1b91cb373fad2be30c513/nginx"
12:45 Ticket #1203 (ngx_http_limit_req_module: limit_req_log_level documentation is incorrect) updated by Maxim Dounin
It is not clear why you think the documentation is incorrect. It just …
10:30 Ticket #1203 (ngx_http_limit_req_module: limit_req_log_level documentation is incorrect) created by zzelle@…
The documentation for the directive limit_req_log_level[1] is: > …

02/07/17:

12:52 Ticket #1202 (nginx OSS sub-domain issue) closed by Maxim Dounin
invalid: Please use mailing lists to ask …
11:43 Ticket #1202 (nginx OSS sub-domain issue) created by manohar.hostjinni@…
Hello, We have installed nginx OSS in our dedicated server and it was …
10:09 Ticket #1194 (SSL_write fails with 'bad write retry' error) updated by Sergey Kandaurov
Reproduced with the above description and forcing client to send RST. …

02/06/17:

16:13 Changeset in nginx-tests [1125:97a6cb846926] by Sergey Kandaurov <pluknet@…>
Tests: basic ssl_crl tests.
16:13 Changeset in nginx-tests [1124:5b22e2014f76] by Sergey Kandaurov <pluknet@…>
Tests: removed unused x509_extensions in ssl_verify_depth.t.
14:14 Ticket #1200 ($upstream_cache_status HIT when using slice module) closed by Roman Arutyunyan
invalid
13:04 Ticket #1200 ($upstream_cache_status HIT when using slice module) updated by Roman Arutyunyan
There's no such variable. But you can use the fact, that the main …
11:28 Ticket #1201 (Realip module fails if X-Forwarded-For includes port number) closed by Ruslan Ermilov
wontfix: According to docs http://nginx.org/r/real_ip_header, specifying a port …
09:12 Ticket #1201 (Realip module fails if X-Forwarded-For includes port number) created by Jontsa@…
We encountered this issue while trying to get realip module to work in …

02/04/17:

19:28 Ticket #1200 ($upstream_cache_status HIT when using slice module) updated by ilumos@…
Yes, that gives the desired result, though is there a variable that …
16:57 Ticket #1200 ($upstream_cache_status HIT when using slice module) updated by ilumos@…
Great, thank you for the pointer - I'll give that a go and see if that …
16:39 Ticket #1200 ($upstream_cache_status HIT when using slice module) updated by Roman Arutyunyan
When using the slice module, the first slice is fetched in the main …
16:21 Ticket #1200 ($upstream_cache_status HIT when using slice module) created by ilumos@…
When using the HTTP slice module with Nginx cofigured as a caching …

02/03/17:

14:14 Ticket #1192 (ssl configuration inherited from the wrong server block) closed by Maxim Dounin
fixed
14:00 Ticket #1192 (ssl configuration inherited from the wrong server block) updated by Maxim Dounin <mdounin@…>
In [changeset:"72bb626484a40b39cc0061b6749dee0f47878afa/nginx"
12:29 Ticket #1195 (proxy_redirect fails to fix "location /something" redirects) closed by Maxim Dounin
invalid
11:45 Ticket #1199 (nginx sends traffic to all or some of the upstrems) closed by Valentin V. Bartenev
invalid: Please check the documentation of the …
11:04 Ticket #1199 (nginx sends traffic to all or some of the upstrems) updated by shubhamitc@…
Putting the log more time for more clarification, request is sent to …
09:35 Ticket #1198 (debian postrm script deletes log folder) updated by thresh
Status, Owner changed
08:50 Ticket #1199 (nginx sends traffic to all or some of the upstrems) updated by Ilyas Bakirov
And that's true, because you did not specify any balancing method in …
08:33 Ticket #1199 (nginx sends traffic to all or some of the upstrems) created by shubhamitc@…
Nginx is sending traffic to more than 1 upstream, that is causing us …
01:02 Ticket #1194 (SSL_write fails with 'bad write retry' error) updated by Alexey Ivanov
Thank you for the quick fix! It'll take us a while to test that …

02/02/17:

21:30 Ticket #1198 (debian postrm script deletes log folder) created by vlajos@…
Hi, I played a bit with the "official" debian package and realised …
19:37 Ticket #1195 (proxy_redirect fails to fix "location /something" redirects) updated by higuita
Sorry, you can ignore this, i was doing a "gitlab" mistake and testing …
17:32 Ticket #812 (Fetch OCSP responses on startup, and store across restarts) updated by TerraX-net@…
As Let's Encrypt supports OCSP must-staple, we are reading everywhere …
13:49 Ticket #1194 (SSL_write fails with 'bad write retry' error) updated by Maxim Dounin
Please try the following patch, it should help (untested though): […]
13:46 Ticket #1197 (update stock nginx.conf) closed by Maxim Dounin
wontfix: Thanks for your suggestions. The goal of the example nginx.conf file …
13:34 Ticket #1197 (update stock nginx.conf) created by theking2@…
Two things will assist the sys admin installing ngin 1) the php …
12:32 Ticket #1196 (Documentation: only once or multiple times) closed by Maxim Dounin
invalid: If a directive can be specified multiple times, the directive …
11:54 Ticket #1196 (Documentation: only once or multiple times) created by higuita
In documentation it is unknown for most settings if one can use then …
11:53 Ticket #1195 (proxy_redirect fails to fix "location /something" redirects) created by higuita
If a site is being publish in a subdirectory like this: server_name …

02/01/17:

20:58 Ticket #564 (map regex matching affects rewrite directive) updated by higuita
the nginx docs should be clear that named captures should always be …
19:36 error_debug (1).txt attached to Ticket #1194 by 13@…
debug log
19:35 Ticket #1194 (SSL_write fails with 'bad write retry' error) created by 13@…
there is noticeable periodic rate of 'SSL_write() failed (SSL: …
17:07 Changeset in nginx-tests [1123:d737d6606504] by Sergey Kandaurov <pluknet@…>
Tests: fixed server_tokens TODO version in previous change.
17:03 Changeset in nginx-tests [1122:8c0b0cfe51ef] by Sergey Kandaurov <pluknet@…>
Tests: adjusted server_tokens TODOs.

01/31/17:

23:32 Ticket #1192 (ssl configuration inherited from the wrong server block) updated by Alexey Ivanov
Patch worked great, thanks.
17:25 Ticket #1192 (ssl configuration inherited from the wrong server block) updated by Maxim Dounin
Please try the following patch: […]
16:43 Changeset in nginx_org [1921:ef3590465d67] by Konstantin Pavlov <thresh@…>
Linux packages: updated the list of supported distributions.
15:09 Ticket #368 (RFE: add a proxy_cookie_secure to override cookes to be 'Secure') updated by jan.reges.siteone.cz@…
Hi, cookies have 5 characteristics: - domain (implemented …
15:08 Changeset in nginx_org [1895:46cda296d844] by Maxim Dounin <mdounin@…>
nginx-1.10.3
15:01 Changeset in nginx [6898:43ba2bb504fb]stable-1.10 by Maxim Dounin <mdounin@…>
release-1.10.3 tag
15:01 Changeset in nginx [6897:369b74459cf2]stable-1.10release-1.10.3 by Maxim Dounin <mdounin@…>
nginx-1.10.3-RELEASE
14:55 Milestone 1.10.3 completed
Status: released Trunk: stable * Bug fixes merge from the …
13:45 Ticket #1143 (http2 and auth_request corrupts first 32 bytes of POST request bodies ...) updated by Valentin Bartenev <vbart@…>
In [changeset:"16487f9e666506baf53e6381fc20f0aaed50eee5/nginx"
13:45 Ticket #1106 (Stale workers not exiting after reload (with HTTP/2 long poll requests)) updated by Valentin Bartenev <vbart@…>
In [changeset:"09cf90250844bc4fab9fedcacc7bf277fabff100/nginx"
13:10 Changeset in nginx_org [1896:b93b0689f13b] by Sergey Kandaurov <pluknet@…>
Fixed stream nginScript module example.
13:01 Ticket #1193 (api.getbux.com error 400) closed by Maxim Dounin
invalid: This doesn't looks like a bug in nginx. If you need help with a …
12:30 Ticket #1193 (api.getbux.com error 400) created by gavi.rodriguez@…
Could you help me about the following error message: _header: …
05:15 Ticket #1192 (ssl configuration inherited from the wrong server block) created by Alexey Ivanov
I have the following configuration: […] ... its aim is to drop all …

01/30/17:

22:41 Ticket #1191 (Rewrite regexp different behavior) closed by Maxim Dounin
invalid: The regular expression of the rewrite directive is matched against a …
21:32 site.conf attached to Ticket #1191 by avinogradov@…
Sample site configuration
21:32 Ticket #1191 (Rewrite regexp different behavior) created by avinogradov@…
It looks like it's mandatory to specify page name for regexp in the …
17:06 Changeset in nginx-tests [1121:c883d3d3a3ab] by Sergey Kandaurov <pluknet@…>
Tests: server_tokens build tests.
17:06 Changeset in nginx-tests [1120:a6ffc722dfcb] by Sergey Kandaurov <pluknet@…>
Tests: refactored server_tokens tests, no functional changes.
17:06 Changeset in nginx-tests [1119:cfe1bc3162f9] by Sergey Kandaurov <pluknet@…>
Tests: fixed capturing Server header in server_tokens.t.
10:32 Changeset in nginx-tests [1118:6c27d5cab1d7] by Sergey Kandaurov <pluknet@…>
Tests: keep stream_ssl_preread.t TODO for older mainline releases.
00:27 Ticket #1190 (fastcgi_cache_path in site-available AND site-enabled cause error) closed by Maxim Dounin
invalid: The only file nginx actually reads is the nginx.conf file. In your …
00:03 Ticket #1189 (Problems with SELinux on CentOS 7/Virtualmin/Webmin) closed by Maxim Dounin
invalid

01/29/17:

18:38 Ticket #1190 (fastcgi_cache_path in site-available AND site-enabled cause error) created by TheHades@…
Hello, i've setup a fastcgi_cache_path for a wordpress site, but …

01/27/17:

23:30 Ticket #1189 (Problems with SELinux on CentOS 7/Virtualmin/Webmin) reopened by bobbydeleon096@…
16:06 Changeset in nginx [6896:6a510ba580a6]stable-1.10 by Maxim Dounin <mdounin@…>
Updated OpenSSL used for win32 builds.
12:58 Ticket #1189 (Problems with SELinux on CentOS 7/Virtualmin/Webmin) closed by Maxim Dounin
invalid: This doesn't look like a problem in nginx.

01/26/17:

21:07 Ticket #1189 (Problems with SELinux on CentOS 7/Virtualmin/Webmin) created by vstoykovbg@…
Some of the problems are related to using non-standard directory …
19:19 Ticket #1188 (Send "immutable" keyword in Cache-Control when "expires max") created by fazalmajid@…
Per the documentation for ngx_http_headers_module: The max …
15:37 Ticket #1176 (nginx changes ownership of /var/log/nginx/error.log even if error_log ...) updated by Yaroslav Zhuravlev
documented: http://hg.nginx.org/nginx.org/rev/f1c18acbe785
15:29 Changeset in nginx_org [1894:d011ffde3760] by Yaroslav Zhuravlev <yar@…>
Updated zlib and PCRE versions.

01/24/17:

14:45 Changeset in nginx_org [1893:f1c18acbe785] by Yaroslav Zhuravlev <yar@…>
Added info about default log file to error_log.
14:22 Milestone 1.11.9 completed
Status: released Trunk: mainline * Bug fixes
14:12 Changeset in nginx_org [1892:0a769f5f874c] by Maxim Dounin <mdounin@…>
nginx-1.11.9
13:41 Changeset in nginx [6895:b409c77870d6]stable-1.10 by Maxim Dounin <mdounin@…>
Updated zlib and PCRE used for win32 builds.
13:07 Ticket #485 (Multiple WWW-Authenticate headers) updated by gerrieg@…
Are there any plans to support multiple WWW-Authenticate headers soon? …
13:03 Ticket #1186 (multiple add_header in multiple server blocks) closed by Maxim Dounin
invalid: Ok, closing this.
08:16 Ticket #798 (Implement http_brotli_static module) updated by cmoeke@…
The Google Brotli module should be added now to nginx. Most modern …
05:05 Ticket #1186 (multiple add_header in multiple server blocks) updated by Miroslav Shubernetskiy
When trying to reproduce an issue with a simpler config was not able …
00:17 Ticket #1187 (Can't Restart NginX Due to Socket Permissions) updated by vaultwiki@…
Thank you for the information. It pointed me in the appropriate …

01/23/17:

19:42 Ticket #1187 (Can't Restart NginX Due to Socket Permissions) closed by Maxim Dounin
duplicate: Looks like duplicate of #753. As a workaround, try the following: - …
19:28 Ticket #1187 (Can't Restart NginX Due to Socket Permissions) created by vaultwiki@…
I use unix sockets to proxy_pass requests to another server block for …
14:46 Ticket #1186 (multiple add_header in multiple server blocks) updated by Maxim Dounin
Please provide full configuration which demonstrates the problem.
14:29 Changeset in nginx-tests [1117:3e2af4dedd9c] by Sergey Kandaurov <pluknet@…>
Tests: ssl_verify_depth.t cleanup. Run only basic tests that don't …
14:17 Ticket #1186 (multiple add_header in multiple server blocks) created by Miroslav Shubernetskiy
Hi. It seems that when nginx configuration has multiple server …
13:20 Ticket #1185 (http response header ends with \0x00\0x0d\0x0a cause 502) updated by Valentin V. Bartenev
Replying to beikezcs@…: > i think, NUL bytes attacks are …
03:13 Ticket #1185 (http response header ends with \0x00\0x0d\0x0a cause 502) updated by beikezcs@…
Replying to mdounin: > This is intentional. NUL bytes are …
03:13 Ticket #1185 (http response header ends with \0x00\0x0d\0x0a cause 502) updated by beikezcs@…
i think, NUL bytes attacks are used in http request, when handle http …
02:42 Ticket #1185 (http response header ends with \0x00\0x0d\0x0a cause 502) closed by Maxim Dounin
wontfix: This is intentional. NUL bytes are not allowed by nginx in headers, as …
02:30 nginx.png attached to Ticket #1185 by beikezcs@…
tcp dump result
02:29 Ticket #1185 (http response header ends with \0x00\0x0d\0x0a cause 502) created by beikezcs@…
we use nginx as reverse proxy,recently,we has a website, when navigate …

01/20/17:

18:14 Changeset in nginx [6894:2204d71e88e5]stable-1.10 by Maxim Dounin <mdounin@…>
Upstream: fixed cache corruption and socket leaks with aio_write. The …
18:12 Changeset in nginx [6893:a3e6d660b179]stable-1.10 by Maxim Dounin <mdounin@…>
Fixed trailer construction with limit on FreeBSD and macOS. The …
17:39 Ticket #1184 (WebSocket forwarding doesn't work) closed by Maxim Dounin
duplicate: The "gcc 4.9.2 (Raspbian 4.9.2-10)" compiler is know to miscompile …
15:55 Changeset in nginx-tests [1116:8ef51dbb5d69] by Sergey Kandaurov <pluknet@…>
Tests: reduced OpenSSL default key length to 1024. This allows to …
15:44 Ticket #1184 (WebSocket forwarding doesn't work) created by oakkitten@…
Nginx 1.11.4 and 1.11.8, the two versions I tried, seem to be abruptly …
11:13 Changeset in nginx-tests [1115:54e07593713a] by Sergey Kandaurov <pluknet@…>
Tests: ssl_verify_depth tests.

01/19/17:

13:59 Changeset in nginx-tests [1114:c5df4742ad40] by Sergey Kandaurov <pluknet@…>
Tests: more http/stream ssl_verify_client tests borrowed from mail. …
13:08 Ticket #1181 ("Vary: X-Forwarded-Proto" should be removed) updated by Maxim Dounin
Multiple variables in the resulting value in map can be used …
10:01 Ticket #1181 ("Vary: X-Forwarded-Proto" should be removed) updated by shaula@…
Thanks for your great support and pointing out the …

01/18/17:

16:34 Changeset in nginx-tests [1113:41690e007ad8] by Sergey Kandaurov <pluknet@…>
Tests: run proxy.t ipv6 test on mainline built without --with-ipv6.
15:25 Ticket #1183 (Add support for variables (or pool) inside ssl_certificate / ...) created by sunnybear@…
Nginx directives ssl_certificate / ssl_certificate_key leak variables …
15:09 Ticket #1176 (nginx changes ownership of /var/log/nginx/error.log even if error_log ...) updated by Yaroslav Zhuravlev
Thanks for the patch, currently in the queue for adding to nginx.org
12:55 Ticket #1181 ("Vary: X-Forwarded-Proto" should be removed) updated by Maxim Dounin
Replying to shaula@…: > Unfortunately Varnish and other …
12:35 Changeset in nginx_org [1891:6225d50b3cba] by Yaroslav Zhuravlev <yar@…>
Replaced semicolon with dot in health_check.
12:33 Changeset in nginx_org [1890:82ef6dd12534] by Yaroslav Zhuravlev <yar@…>
Supported scopes, functions hoisting, cycle "for" with var in njs.
12:33 Changeset in nginx_org [1889:52e6eb31f3fc] by Yaroslav Zhuravlev <yar@…>
Updated nginScript link on the "About" page.
12:30 Changeset in nginx_org [1888:3ed02f21146b] by Yaroslav Zhuravlev <yar@…>
Merged notes about versions in error_log.
09:53 Ticket #1181 ("Vary: X-Forwarded-Proto" should be removed) updated by shaula@…
Thanks for the hint with …
00:05 Ticket #1182 (Responses with "no-cache" or "max-age=0" should be cached) created by geoff.addepar.com@…
I know the summary sounds contradictory, but I believe that caching …

01/17/17:

15:52 Ticket #1181 ("Vary: X-Forwarded-Proto" should be removed) updated by Maxim Dounin
Type changed
> While Apache sees the request header "X-Forwarded-Proto: https" it …
14:59 Ticket #1181 ("Vary: X-Forwarded-Proto" should be removed) created by shaula@…
I'm using Nginx as SSL terminator and I've got the following setup: …
14:47 Changeset in nginx-tests [1112:79f93c764353] by Sergey Kandaurov <pluknet@…>
Tests: added basic proxy cache manager watermark test.

01/16/17:

15:49 Ticket #1176 (nginx changes ownership of /var/log/nginx/error.log even if error_log ...) updated by selivan@…
I unsubscribed from nginx-devel@…, please write updates to …
13:53 Ticket #1180 (Allow use of hostnames in set_real_ip_from) created by mmitar@…
I use nginx inside Docker containers and I also use a Docker container …
12:35 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by MrMYHuang@…
Replying to thresh: > Interesting. It seems something …
12:05 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by thresh
Interesting. It seems something went really wrong when installing …
11:30 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by MrMYHuang@…
Replying to thresh: > > because I find /var/run is not a …
11:18 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by thresh
> because I find /var/run is not a symbolic link to /run in my CentOS …
10:45 Ticket #1179 (Allow upstreams to be resolved using internal ngx resolver instead of ...) created by hrak@…
ngx_http_upstream_server currently uses ngx_parse_url() to parse …
09:33 Changeset in nginx_org [1887:9af1e88e10c8] by Sergey Kandaurov <pluknet@…>
Documented SASL EXTERNAL support in mail.
02:31 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by MrMYHuang@…
Replying to i.bakirov@…: > Same problem, please see …

01/15/17:

17:44 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by Ilyas Bakirov
Same problem, please see 1069, 884
04:50 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) created by MrMYHuang@…
My nginx is installed from nginx official yum repo. However, when I …
Note: See TracTimeline for information about the timeline view.