This commit is contained in:
Fijxu 2023-11-02 01:48:44 -03:00
parent eb117445a6
commit fe2fa95767
2 changed files with 50 additions and 0 deletions

50
nginx/errors/502.html Normal file
View File

@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://zzls.xyz/style.css" type="text/css">
<style>
html { background-image: linear-gradient(to bottom,
rgba(11, 11, 11, 0.95),
rgba(11, 11, 11, 0.95)),
url(https://zzls.xyz/assets/bgs/bgtilered.gif);
background-attachment: fixed; }
h1 { color: rgb(255, 140, 140); font-family: 'Gaiatype'; font-size: 3em; letter-spacing: 10px;}
h2 { color: rgb(255, 170, 170); text-align: center; font-family: 'Gaiatype';}
</style>
<title>502 Bad Gateway</title>
</head>
<audio autoplay>
<source src="./comunitty.ogg" type="audio/ogg">
</audio>
<body>
<div style="font-size: 1.2ch;margin: 0 auto;">
<a>Go to the main page?: </a><a href="../">Yes</a>
</div>
<div class="content">
<h1>502 Bad Gateway</h1>
<p style="text-align: center; font-size: large;"><b>You just reached an error page... Great.</b></p>
<p style="text-align: center; font-size: large;"><b>Please contact the admin to let him know that this service is down or something weird is going on with his shit homemade server</b></p>
<h2>What is the "502 Bad Gateway" error?</h2>
<p>There is something called "reverse proxy" which is used to route the internet traffic from one program to another,
in this case the program is the service and the reverse proxy is NGINX, the program which handles all the requests made, SSL, security, etc
</p>
<h2>Ways to reach the admin</h2>
<ul>
<li>E-mail: <code>admin [at] zzls.xyz</code></li>
<li>Mastodon: <a href="https://noc.social/@fijxu">https://noc.social/@fijxu</a></li>
</ul>
</div>
<footer>
<p>⚠️ This is a real error.</p>
<p id="domain"></p>
</footer>
</body>
</html>

BIN
nginx/errors/comunitty.ogg Normal file

Binary file not shown.