[Web] Changes to 502 status page

This commit is contained in:
andryyy 2019-09-24 07:06:33 +02:00
parent 9b7668d912
commit 7cf2c0ad69
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -1,17 +1,19 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Missing upstream</title> <title>Preparing</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
</head> </head>
<body style='color:grey;text-align:center;font-family: Verdana, "Lucida Sans Unicode", sans-serif'> <body style='background-color:#fff;color:#333;text-align:center;font-family: Verdana, "Lucida Sans Unicode", sans-serif'>
<p>Oops, <b>502</b> - we are probably preparing mailcow.</p> <p>🐄 - we are on our way.</p>
<h1 style="color:#999;font-size:48px">502</h1> <h1 style="color:#333;font-size:48px">502</h1>
<p>Please do not stop the stack, while we are preparing the database or do other preparations.</p> <p>Please do not stop the stack, while we are initializing the database or do other preparations.</p>
<p style="font-size:small"><b>What is happening?</b> - Nginx cannot connect to an upstream server.<br> <p style="font-size:small"><b>What is happening?</b> - Nginx cannot connect to an upstream server.<br>
This is fine, if mailcow was just This is fine, if mailcow was just
installed or updated and can take a few minutes.<br> installed or updated and can take a few minutes to complete.<br>
Please check the logs or contact support, if the error persists.</p> Please check the logs or contact support, if the error persists.</p>
<pre>docker-compose logs --tail=200 php-fpm-mailcow</pre>
<br><a style="color:#555;text-decoration:none;" href="https://mailcow.github.io/mailcow-dockerized-docs/#get-support" target="_blank">Need support?</a>
</body> </body>
</html> </html>