Add custom 404.html to nginx default backend
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user