From 9b49be7dce15adbee62c8e0126c6c34410253547 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Mon, 14 Sep 2015 16:36:25 +0200 Subject: Correct proxy path in readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index a0f8b7e..f52a663 100644 --- a/readme.md +++ b/readme.md @@ -16,8 +16,8 @@ Settings: - point webroot to codeq-web - set up reverse proxy for /ws/ to the node server: - ProxyPass /ws/ http://localhost:8083/ - ProxyPassReverse /ws/ http://localhost:8083/ + ProxyPass /ws/ http://localhost:8083/ws/ + ProxyPassReverse /ws/ http://localhost:8083/ws/ - set _path_prefix in server.problems - set DB settings in db - run "npm install" inside the "web" directory to install all dependencies -- cgit v1.2.1