Skip to content

Commit a3a40f0

Browse files
committed
Update http2 wording
1 parent b2b296f commit a3a40f0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ app_setup_block: |
4444
4545
# changelog
4646
changelogs:
47-
- { date: "27.05.24:", desc: "Existing users should update: site-confs/default.conf to avoid http2 deprecation warnings." }
47+
- { date: "27.05.24:", desc: "Existing users should update their nginx confs to avoid http2 deprecation warnings." }
4848
- { date: "24.05.24:", desc: "Rebase to Alpine 3.20." }
4949
- { date: "16.04.24:", desc: "Rebase to Alpine 3.19, upgrade to php 8.3." }
5050
- { date: "10.02.24:", desc: "Initial Release." }

root/defaults/nginx/site-confs/default.conf.sample

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ server {
77
listen 443 ssl default_server;
88
listen [::]:443 ssl default_server;
99

10-
http2 on;
11-
1210
server_name _;
1311

1412
include /config/nginx/ssl.conf;

0 commit comments

Comments
 (0)