Elukey has uploaded a new change for review. https://gerrit.wikimedia.org/r/285363
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/63/285363/1 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: newchange Gerrit-Change-Id: I79b0c7d82bdcd1115c2b39e55ba276ede4bac7f4 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
