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 12:30:09 +03:00 committed by GitHub
parent 417f996ef5
commit 05ebba9f1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -736,6 +736,9 @@ public function setupDynamicProxyConfiguration()
];
$traefik_dynamic_conf['http']['routers']['coolify-https'] = [
'middlewares' => [
0 => 'gzip',
],
'entryPoints' => [
0 => 'https',
],
@ -791,6 +794,7 @@ public function setupDynamicProxyConfiguration()
$schema = $url->getScheme();
$caddy_file = "
$schema://$host {
encode zstd gzip
handle /app/* {
reverse_proxy coolify-realtime:6001
}