summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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