mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -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
|
# make sure that your dns has a cname set for dashboard
|
||||||
|
|
||||||
server {
|
server {
|
||||||
@@ -69,8 +69,8 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl;
|
||||||
|
|
||||||
server_name dashboard.*;
|
server_name dashboard.*;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user