nginx-basic/usr/share/nginx/html/50x.html

21 lines
643 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Error 50x - Server Error</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
</style>
</head>
<body>
<h1>Oops! My bad!</h1>
<p>Seems there's something wrong with me... my configuration seems
screwy.</p>
<p>I'm sure my admin is looking into the issue and will have me up and
running again in no time! Sorry about this.</p>
<h3><em>Please try again later</em></h3>
</body>
</html>