diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-14 16:36:25 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-14 16:36:25 +0200 |
commit | 9b49be7dce15adbee62c8e0126c6c34410253547 (patch) | |
tree | 38a1d275e1cb95678b91137e77810a9c76e82c14 | |
parent | afdb3c0b28715b3d9a0982e4e0504a0cbcf11e70 (diff) |
Correct proxy path in readme
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |