Show More
@@ -0,0 +1,44 b'' | |||
|
1 | <!DOCTYPE html> | |
|
2 | <html xmlns="http://www.w3.org/1999/xhtml"> | |
|
3 | <head> | |
|
4 | <title>Error - 502 Bad Gateway</title> | |
|
5 | <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | |
|
6 | <meta name="robots" content="index, nofollow"/> | |
|
7 | ||
|
8 | <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | |
|
9 | ||
|
10 | <style>body { background:#eeeeee; }</style> | |
|
11 | ||
|
12 | </head> | |
|
13 | ||
|
14 | <body> | |
|
15 | ||
|
16 | <div class="wrapper error_page"> | |
|
17 | <div class="main-content"> | |
|
18 | <h1> | |
|
19 | 502 Bad Gateway | <span class="error_message">Backend server is unreachable</span> | |
|
20 | </h1> | |
|
21 | <div class="inner-column"> | |
|
22 | <h4>Possible Cause</h4> | |
|
23 | <ul> | |
|
24 | <li>The server is beeing restarted.</li> | |
|
25 | <li>The server is overloaded.</li> | |
|
26 | <li>The link may be incorrect.</li> | |
|
27 | </ul> | |
|
28 | </div> | |
|
29 | <div class="inner-column"> | |
|
30 | <h4>Support</h4> | |
|
31 | <p>For support, go to <a href="https://rhodecode.com/help/" target="_blank">Support</a>. | |
|
32 | It may be useful to include your log file; see the log file locations <a href="https://rhodecode.com/r1/enterprise/docs/admin-system-overview/">here</a>. | |
|
33 | </p> | |
|
34 | </div> | |
|
35 | <div class="inner-column"> | |
|
36 | <h4>Documentation</h4> | |
|
37 | <p>For more information, see <a href="https://rhodecode.com/r1/enterprise/docs/">docs.rhodecode.com</a>.</p> | |
|
38 | </div> | |
|
39 | </div> | |
|
40 | </div> | |
|
41 | ||
|
42 | </body> | |
|
43 | ||
|
44 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now