From 686b1709b2a09125af68222835c0efe90e33c9d5 Mon Sep 17 00:00:00 2001 From: Christian <55225597+ChBrockmann@users.noreply.github.com> Date: Fri, 27 Oct 2023 19:51:50 +0200 Subject: [PATCH] docs: fix a small typo (#345) --- src/components/error-page.riot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/error-page.riot b/src/components/error-page.riot index 32054b0..8913a66 100644 --- a/src/components/error-page.riot +++ b/src/components/error-page.riot @@ -21,7 +21,7 @@

This request may has been blocked; the content must be served over HTTPS.

You may unset the option `REGISTRY_URL` and set the registry server container URL in - `NGINX_PROXY_PASS_URL`. It's usually the name of your container, and it should be on the shame + `NGINX_PROXY_PASS_URL`. It's usually the name of your container, and it should be on the same network as the UI.

You can check the issue #277.