Elukey has submitted this change and it was merged. Change subject: Modify the default Varnish error page to increase visibility of error messages. ......................................................................
Modify the default Varnish error page to increase visibility of error messages. The errorpage.html template is often used to display a variety of error pages, from backend completely down to permanent blocks (like the current one for yarn.wikimedia.org). It is a bit difficult for the user to notice the more precise message at the bottom of the page, so this change adds an explicit reference to it without altering the meaning of the generic error message. Bug: T76348 Change-Id: I79b0c7d82bdcd1115c2b39e55ba276ede4bac7f4 --- M files/varnish/errorpage.html 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Elukey: Looks good to me, approved Hashar: Looks good to me, but someone else must approve BBlack: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/files/varnish/errorpage.html b/files/varnish/errorpage.html index c630aeb..6f18839 100644 --- a/files/varnish/errorpage.html +++ b/files/varnish/errorpage.html @@ -19,7 +19,7 @@ <div class="content" role="main"> <a href="//www.wikimedia.org"><img src="//www.wikimedia.org/static/images/wmf.png" srcset="//www.wikimedia.org/static/images/wmf-2x.png 2x" alt=Wikimedia width=135 height=135></a> <h1>Error</h1> -<p>Our servers are currently experiencing a technical problem. This is probably temporary and should be fixed soon.<br>Please <a href="" title="Reload this page" onclick="window.location.reload(false); return false">try again</a> in a few minutes.</p> +<p>Our servers are currently under maintenance or experiencing a technical problem. This is probably temporary and should be fixed soon.<br>The error message at the bottom of this page should contain more information.<br>Please <a href="" title="Reload this page" onclick="window.location.reload(false); return false">try again</a> accordingly in a few minutes.</p> </div> <div class="footer"> <p>If you report this error to the Wikimedia System Administrators, please include the details below.</p> -- To view, visit https://gerrit.wikimedia.org/r/285363 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I79b0c7d82bdcd1115c2b39e55ba276ede4bac7f4 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> Gerrit-Reviewer: BBlack <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: Ema <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Nuria <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
