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

25 lines
693 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/_errors/main.css"/>
<title>Error 508 - %{HOSTNAME}</title>
<style>
html{
background-color: #f1c40f;
}
body{
color: #fefefe;
}
</style>
</head>
<body>
<div class="error-middle">
<h1>Error 508 - Loop Detected</h1>
<p>The 508 (Loop Detected) status code indicates that the server terminated an operation because it encountered an infinite loop while processing a request with "Depth: infinity". This status indicates that the entire operation failed.</p>
</div>
</body>
</html>