From 60aa7f74b8edc5c97247cc64720e8c5ec2a073a4 Mon Sep 17 00:00:00 2001 From: Xiufeng Guo Date: Thu, 3 Aug 2023 04:46:42 +1000 Subject: [PATCH] Update changelog.md --- src/pages/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/changelog.md b/src/pages/changelog.md index f72a985..c6bd043 100644 --- a/src/pages/changelog.md +++ b/src/pages/changelog.md @@ -7,6 +7,7 @@ title: Changelog ## July 31, 2023 - Upgrade Nginx to 1.25.1 +- Feature: the `http2` directive, which enables HTTP/2 on a per-server basis; the `http2` parameter of the `listen` directive is now deprecated. If you previously used `listen ... http2`, you should now use `http2 on` instead, or you will see the following warning during configuration testing: `nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead`. ## June 5, 2023