summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-24 22:32:09 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-24 22:32:09 (GMT)
commitc29fb1651d3b8c5211da2d8f527b7f41370ad287 (patch)
tree4b6f022d681204c2ac7532b83aeefd326053f6db
parent0505c209f2e6ccf869f28baf48375f05f7c117b4 (diff)
added sample apache config for rhctl
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 0ee4f1f..de25f96 100644
--- a/README
+++ b/README
@@ -46,7 +46,9 @@ add the following to the virtualhost config:
Require all granted
</Directory>
- ProxyPass "/ntp" "ws://localhost:3000/ntp"
+ ProxyPass "/ntp" "ws://localhost:3000/ntp"
+ ProxyPass "/rhctl/socket" "ws://rhctl.helsinki.at:4080/socket"
+ ProxyPass "/rhctl/" "http://rhctl.helsinki.at:4080/"
DocumentRoot /var/www/rhrdweb/www/
<Directory /var/www/rhrdweb/>