mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
20 lines
605 B
HTML
20 lines
605 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>502 Bad Gateway</title>
|
|
<style>
|
|
body {
|
|
width: 35em;
|
|
margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>502 Bad Gateway</h1>
|
|
<p>If you see this page, your connection with the server is working but the internal service providing this path is not responding.</p>
|
|
<p>Administrator, make sure that the service is running, and check its logs if it is not.
|
|
The Services page is in your webadmin, under <code>Tools > Services</code>.</p>
|
|
<p><em>Thank you for using YunoHost.</em></p>
|
|
</body>
|
|
</html>
|