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 + +
+ + +`