aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2025-03-31 07:44:45 -0400
committerPaul Duncan <pabs@pablotron.org>2025-03-31 07:44:45 -0400
commita5d0b3b22e506bd81aa307d0b843663b901dd25a (patch)
tree30e14d7f1f189d2103647a23f25af2e05a48c897 /content
parentef9638804cfbcbdb1e7d46bc974453846d892edb (diff)
downloadpablotron.org-a5d0b3b22e506bd81aa307d0b843663b901dd25a.tar.xz
pablotron.org-a5d0b3b22e506bd81aa307d0b843663b901dd25a.zip
content/posts/2025-03-30-jupyterlab-reverse-proxying-in-apache.md: final paragraph wording update
Diffstat (limited to 'content')
-rw-r--r--content/posts/2025-03-30-jupyterlab-reverse-proxying-in-apache.md4
1 files 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 \