diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-04-01 17:06:26 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-04-01 17:06:26 (GMT) |
commit | 4cac9d7545bcf3ec1a9859ab59b11c0ce4bc141f (patch) | |
tree | 59bf6bca389b2513c989d333be989009f9f1e788 | |
parent | 4a79af6bf48f7543a407d86fc73ce70f39fc6d94 (diff) |
updatd sample apache config to inlcude websocket proxy for rhimportd
-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/> |