diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-09-24 22:32:09 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-09-24 22:32:09 (GMT) |
commit | c29fb1651d3b8c5211da2d8f527b7f41370ad287 (patch) | |
tree | 4b6f022d681204c2ac7532b83aeefd326053f6db /README | |
parent | 0505c209f2e6ccf869f28baf48375f05f7c117b4 (diff) |
added sample apache config for rhctl
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/> |