Skip to content

Commit e536026

Browse files
authored
Remove http2 from dashboard config
Similar to linuxserver/reverse-proxy-confs#681 Signed-off-by: Sander <[email protected]>
1 parent 0f48ff5 commit e536026

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)