Rate limit exceeded error page for mod_qos, first commit

This commit is contained in:
pezcurrel 2023-01-04 22:26:39 +01:00
parent 662d506f4c
commit 5e84c8501d

10
web/site/ratelimit.php Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Mastodon Help - Rate limit exceeded</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p>Rate limit exceeded.</p>
</body>
</html>