diff options
-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 |