fix: compress dashboard over HTTPS (#10828)

Co-authored-by: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com>
This commit is contained in:
Prai'ns
2026-08-18 11:30:09 +02:00
committed by GitHub
co-authored by peaklabs-dev
parent 417f996ef5
commit 05ebba9f1a
+4
View File
@@ -736,6 +736,9 @@ class Server extends BaseModel
];
$traefik_dynamic_conf['http']['routers']['coolify-https'] = [
'middlewares' => [
0 => 'gzip',
],
'entryPoints' => [
0 => 'https',
],
@@ -791,6 +794,7 @@ class Server extends BaseModel
$schema = $url->getScheme();
$caddy_file = "
$schema://$host {
encode zstd gzip
handle /app/* {
reverse_proxy coolify-realtime:6001
}