We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64213e6 + 9414a9f commit aaf100aCopy full SHA for aaf100a
modules/nw-customize-ingress-error-pages.adoc
@@ -27,8 +27,8 @@ If you use the {product-title} default 503 error code page as a template for you
27
[source,terminal]
28
----
29
$ oc -n openshift-config create configmap my-custom-error-code-pages \
30
---from-file=error-page-503.http \
31
---from-file=error-page-404.http
+ --from-file=error-page-503.http \
+ --from-file=error-page-404.http
32
33
34
. Patch the Ingress Controller to reference the `my-custom-error-code-pages` config map by name:
@@ -79,7 +79,7 @@ Verify your custom error code HTTP response:
79
+
80
81
82
- $ oc new-project test-ingress
+$ oc new-project test-ingress
83
84
85
0 commit comments