mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Don't show lost_gear information on 503 error page
This commit is contained in:
parent
e1526ee6bd
commit
326f433f5a
@ -7,7 +7,9 @@
|
||||
<body class="error503 light">
|
||||
<div id="wrapper">
|
||||
<h1>Service Unavailable</h1>
|
||||
<h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2>
|
||||
<% if (showStackTrace) { %>
|
||||
<h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2>
|
||||
<% } %>
|
||||
<p style="margin-bottom:20px;width:600px">
|
||||
The service reports it's unavailable at this time. This has been logged
|
||||
and the appropriate people have been notified. Please check the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user