fix(nginx): Move error page to 503
This commit is contained in:
@@ -5,4 +5,7 @@ metadata:
|
||||
namespace: ingress-nginx
|
||||
data:
|
||||
"404": |
|
||||
<span>Oceanbox is having a woopsie dupsie. uwu</span>
|
||||
<p>Could not find the page you were looking for.</p>
|
||||
"503": |
|
||||
<p>Oceanbox is having a woopsie dupsie. uwu</p>
|
||||
<img alt="Insert oceanbox Text TV maintanence window here."/>
|
||||
|
||||
@@ -149,4 +149,6 @@ defaultBackend:
|
||||
items:
|
||||
- key: "404"
|
||||
path: "404.html"
|
||||
- key: "503"
|
||||
path: "503.html"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user