summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-14 16:36:25 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-14 16:36:25 +0200
commit9b49be7dce15adbee62c8e0126c6c34410253547 (patch)
tree38a1d275e1cb95678b91137e77810a9c76e82c14 /readme.md
parentafdb3c0b28715b3d9a0982e4e0504a0cbcf11e70 (diff)
Correct proxy path in readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
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