diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-04-01 17:27:57 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-04-01 17:27:57 (GMT) |
commit | 0673d620aed2b0f149dead099f70d0208d2c86d9 (patch) | |
tree | a8e71920dadf84ab0d83fe6f0053aec62e3aa606 | |
parent | a315369d50e4863fa45f4189f67d651254bef90c (diff) | |
parent | 4cac9d7545bcf3ec1a9859ab59b11c0ce4bc141f (diff) |
Merge branch 'master' of ssh://git@git.helsinki.at:2342/rhwebimport.git
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -71,7 +71,8 @@ add the following to the virtualhost config: </Files> </Directory> - ProxyPass "/ntp" "ws://localhost:3000/ntp" + ProxyPass "/ntp" "ws://localhost:3000/ntp" + ProxyPass "/rhimportd" "ws://localhost:4080/public/socket" DocumentRoot /var/www/rhwebimport/www/ <Directory /var/www/rhwebimport/> |