summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-04-01 17:06:26 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-04-01 17:06:26 (GMT)
commit4cac9d7545bcf3ec1a9859ab59b11c0ce4bc141f (patch)
tree59bf6bca389b2513c989d333be989009f9f1e788 /README
parent4a79af6bf48f7543a407d86fc73ce70f39fc6d94 (diff)
updatd sample apache config to inlcude websocket proxy for rhimportd
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index e076a7e..1144e89 100644
--- a/README
+++ b/README
@@ -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/>