diff 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
line wrap: on
line diff
--- a/text/en/CHANGES	Sun Jun 16 06:55:30 2024 +0300
+++ b/text/en/CHANGES	Tue Jul 09 17:51:47 2024 +0300
@@ -1,4 +1,20 @@
 
+Changes with freenginx 1.27.2                                    09 Jul 2024
+
+    *) Feature: now maximum error logging rate can be limited with the
+       "rate" parameter of the "error_log" directive; by default the limit
+       is 1000 messages per second.
+
+    *) Bugfix: in resolver.
+       Thanks to Kirill A. Korinsky.
+
+    *) Bugfix: the "proxy_no_cache" directive was not checked when caching
+       errors.
+
+    *) Bugfix: a block used in the "stub" parameter of the "include" SSI
+       directive might be sent twice.
+
+
 Changes with freenginx 1.27.1                                    04 Jun 2024
 
     *) Feature: the "max_headers" directive.