blob: 1764e5d956d567e8ba67701c46794d4f6e06537a (
plain)
1
2
3
4
5
6
|
<!--#set var="ERRORPAGE_CODE" value="504" -->
<!--#set var="ERRORPAGE_TEXT" value="Gateway Timeout" -->
<!--#include file="header.shtml" -->
<div>The gateway did not receive a timely response from the upstream server or application.</div>
<!--#include file="footer.shtml" -->
|