diff options
-rw-r--r-- | content/posts/2025-03-30-jupyterlab-reverse-proxying-in-apache.md | 4 |
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 \ |