_status.502.html 1.1 KB

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