Update http2 wording

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

View File

@ -44,7 +44,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "27.05.24:", desc: "Existing users should update: site-confs/default.conf to avoid http2 deprecation warnings." }
- { date: "27.05.24:", desc: "Existing users should update their nginx confs to avoid http2 deprecation warnings." }
- { date: "24.05.24:", desc: "Rebase to Alpine 3.20." }
- { date: "28.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3." }
- { date: "25.12.23:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." }

View File

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