File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
root/defaults/nginx/site-confs Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ app_setup_block: |
113
113
114
114
# changelog
115
115
changelogs :
116
- - { date: "27.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update: site- confs/default.conf to avoid http2 deprecation warnings."}
116
+ - { date: "27.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}
117
117
- { date: "25.01.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." }
118
118
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}
119
119
- { date: "31.10.23:", desc: "Further sanitize sed replace." }
Original file line number Diff line number Diff line change 7
7
listen 443 ssl default_server;
8
8
listen [::]:443 ssl default_server;
9
9
10
- http2 on;
11
-
12
10
server_name _;
13
11
14
12
include /config/nginx/ssl.conf;
You can’t perform that action at this time.
0 commit comments