Add custom 404.html to nginx default backend

This commit is contained in:
2026-01-08 14:25:22 +01:00
parent ffb572e762
commit ea1a0a2eb5
2 changed files with 26 additions and 0 deletions
@@ -0,0 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: custom-error-pages
namespace: ingress-nginx
data:
"404": |
<span>Oceanbox is having a woopsie dupsie. uwu</span>