From 725fa3a48a128c086e8e1d040a6fdd5fbf63e0b6 Mon Sep 17 00:00:00 2001 From: Edgar Costa Date: Tue, 19 Oct 2021 22:39:41 -0400 Subject: [PATCH] typo --- docs/source/reference/config-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reference/config-proxy.md b/docs/source/reference/config-proxy.md index 60a101b7..28c01fd1 100644 --- a/docs/source/reference/config-proxy.md +++ b/docs/source/reference/config-proxy.md @@ -219,7 +219,7 @@ In case of the need to run the jupyterhub under /jhub/ or other location please httpd.conf amendments: ```bash - RewriteRule /jhub/(.*) ws://127.0.0.1:8000/jhub/$1 [NE.P,L] + RewriteRule /jhub/(.*) ws://127.0.0.1:8000/jhub/$1 [NE,P,L] RewriteRule /jhub/(.*) http://127.0.0.1:8000/jhub/$1 [NE,P,L] ProxyPass /jhub/ http://127.0.0.1:8000/jhub/