From a5d0b3b22e506bd81aa307d0b843663b901dd25a Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 31 Mar 2025 07:44:45 -0400 Subject: content/posts/2025-03-30-jupyterlab-reverse-proxying-in-apache.md: final paragraph wording update --- content/posts/2025-03-30-jupyterlab-reverse-proxying-in-apache.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/2025-03-30-jupyterlab-reverse-proxying-in-apache.md b/content/posts/2025-03-30-jupyterlab-reverse-proxying-in-apache.md index c04ad67..9dba4f8 100644 --- a/content/posts/2025-03-30-jupyterlab-reverse-proxying-in-apache.md +++ b/content/posts/2025-03-30-jupyterlab-reverse-proxying-in-apache.md @@ -38,8 +38,8 @@ documentation][mod_proxy] for additional details. proxied requests and it is needed to prevent cryptic server-side origin errors. -The [JupyterLab][] instance is running in a [Podman][] [container][], -like so: +The target [JupyterLab][] instance is running in a [Podman][] +[container][], like so: ```sh podman run -d -p 1980:8888 \ -- cgit v1.2.3