Update http2 wording

This commit is contained in:
thespad 2024-05-28 20:11:12 +01:00
parent 40fdb1058e
commit 1078bd4dfb
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 1 additions and 3 deletions

View File

@ -113,7 +113,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "27.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update: site-confs/default.conf to avoid http2 deprecation warnings."}
- { date: "27.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}
- { date: "25.01.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." }
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}
- { date: "31.10.23:", desc: "Further sanitize sed replace." }

View File

@ -7,8 +7,6 @@ server {
listen 443 ssl default_server;
listen [::]:443 ssl default_server;
http2 on;
server_name _;
include /config/nginx/ssl.conf;