From 94efba4e941e5ffe2ffdf576dc98b89b6e06a471 Mon Sep 17 00:00:00 2001 From: Charles Chan Date: Fri, 13 Apr 2018 20:10:40 -0700 Subject: [PATCH] Close #119 Following the instructions from RTD and the example packaged with the code did not work. Following the instructions from https://github.com/jrief/django-websocket-redis/issues/119#issuecomment-167718471 did work. Althought using Apache with django-websocket-redis is not the optimal configuration, the instructios should still be updated to reflect correct values. --- docs/running.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running.rst b/docs/running.rst index 3e60a059..67ba937d 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -200,7 +200,7 @@ Configuration section for Apache: .. code-block:: guess - ProxyPass /ws/ ws://127.0.0.1:9090/ + ProxyPass /ws/ ws://127.0.0.1:9090/ws/