~dricottone/container-images

ref: ba597d5ab832f925cf67b786c438545a03264ff2 container-images/nginx/error_pages.d/500.html -rw-r--r-- 290 bytes
ba597d5aDominic Ricottone Added simple-chat 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
  <title>500 - Internal Server Error</title>
</head>
<body>
  <h1>500 - Internal Server Error</h1>
  <p>You reached an instance of `nginx(8)`</p>
</body>
</html>