diff options
-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/> |