Skip to content

Commit 7e7622e

Browse files
committed
Update running.rst
1 parent ea3264b commit 7e7622e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/running.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,10 @@ Configuratin for uWSGI:
197197
198198
Configuration section for Apache:
199199

200+
.. code-block:: guess
201+
200202
<VirtualHost IPADDR:80>
201-
ProxyPass /ws/ ws://127.0.0.1:9090/
202-
ProxyPassReverse /ws/ ws://127.0.0.1:9090/
203+
ProxyPass /ws/ ws://127.0.0.1:9090/
203204
</VirtualHost>
204205
205206

0 commit comments

Comments
 (0)