From 0418e7d92666626ea459e26b1bc60a46284f96a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Wed, 12 Aug 2026 16:02:19 -0600 Subject: [PATCH] fix[installer](templates): aligned gateway template with new style --- installer/templates/nginx.go | 214 ++++++++++++++++++++--------------- 1 file changed, 120 insertions(+), 94 deletions(-) diff --git a/installer/templates/nginx.go b/installer/templates/nginx.go index 3dc35c260..8c3ee2a55 100644 --- a/installer/templates/nginx.go +++ b/installer/templates/nginx.go @@ -8,97 +8,123 @@ func NginxCustomBadGateway(brandName, logoSrc string) string { } const nginxCustomBadGatewayTmpl string = ` - - - - %s - Maintenance - - - - -
-
- -
-

We're getting things ready

-

- {{BRAND}} is currently under maintenance.
Please check back in a few minutes. -

- -
- - - ` + + + + {{BRAND}} — Maintenance + + + + + + + +
+
+ {{BRAND}} +
+

We're getting things ready

+

{{BRAND}} is currently under maintenance.
Please check back in a few minutes.

+ Reconnecting + +
+ + +`