openpanel/configuration/nginx/error_pages/429.html
2024-09-18 16:27:40 +02:00

24 lines
462 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/_errors/main.css"/>
<title>Error 429 - %{HOSTNAME}</title>
<style>
html{
background-color: #e74c3c;
}
body{
color: #fefefe;
}
</style>
</head>
<body>
<div class="error-middle">
<h1>Error 429 - Too Many Requests</h1>
<p>The 429 status code indicates that the user has sent too many requests in a given amount of time ("rate limiting").</p>
</div>
</body>
</html>