Skip to content

Commit 6f74c4c

Browse files
authored
Merge pull request #927 from golles/patch-1
Remove `http2` from dashboard config
2 parents 0f48ff5 + e536026 commit 6f74c4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

root/dashboard/dashboard.subdomain.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2022/06/05
1+
## Version 2024/07/27
22
# make sure that your dns has a cname set for dashboard
33

44
server {
@@ -69,8 +69,8 @@ server {
6969
}
7070

7171
server {
72-
listen 443 ssl http2;
73-
listen [::]:443 ssl http2;
72+
listen 443 ssl;
73+
listen [::]:443 ssl;
7474

7575
server_name dashboard.*;
7676

0 commit comments

Comments
 (0)