blob: 6629e1803c75273bae785f163d6ecdf9edf68041 (
plain)
1
2
3
4
5
6
7
|
<!--#set var="ERRORPAGE_CODE" value="502" -->
<!--#set var="ERRORPAGE_TEXT" value="Bad Gateway" -->
<!--#include file="header.shtml" -->
<p>The server was acting as a gateway or proxy and received an invalid response from the upstream server (or
the upstream server is currently unavailable due to maintenance downtime or capacity problems).</p>
<!--#include file="footer.shtml" -->
|