mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-28 03:03:51 -04:00
Remove http2 from dashboard config
Similar to linuxserver/reverse-proxy-confs#681 Signed-off-by: Sander <developer@golles.nl>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Version 2022/06/05
|
||||
## Version 2024/07/27
|
||||
# make sure that your dns has a cname set for dashboard
|
||||
|
||||
server {
|
||||
@@ -69,8 +69,8 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name dashboard.*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user