comparison text/en/CHANGES @ 3091:6cab598f14a1 default tip

freenginx-1.27.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 09 Jul 2024 17:51:47 +0300
parents f7c8eeeaeafe
children
comparison
equal deleted inserted replaced
3090:27532d42102b 3091:6cab598f14a1
1
2 Changes with freenginx 1.27.2 09 Jul 2024
3
4 *) Feature: now maximum error logging rate can be limited with the
5 "rate" parameter of the "error_log" directive; by default the limit
6 is 1000 messages per second.
7
8 *) Bugfix: in resolver.
9 Thanks to Kirill A. Korinsky.
10
11 *) Bugfix: the "proxy_no_cache" directive was not checked when caching
12 errors.
13
14 *) Bugfix: a block used in the "stub" parameter of the "include" SSI
15 directive might be sent twice.
16
1 17
2 Changes with freenginx 1.27.1 04 Jun 2024 18 Changes with freenginx 1.27.1 04 Jun 2024
3 19
4 *) Feature: the "max_headers" directive. 20 *) Feature: the "max_headers" directive.
5 Thanks to Maksim Yevmenkin. 21 Thanks to Maksim Yevmenkin.