diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-23 22:49:57 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-23 22:50:22 (GMT) |
commit | 3c2a152af0d37fd687198f56819b05f389996bc1 (patch) | |
tree | 26b6df57c9a8fbf7327a8e4efbf602578db531e1 /README | |
parent | 3f428828c7db98a7606a9f4902fa017758bfadfb (diff) |
rhimportd uses a different file upload now
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -71,9 +71,9 @@ add the following to the virtualhost config: </Files> </Directory> - ProxyPass "/ntp" "ws://localhost:3000/ntp" - ProxyPass "/rhimportd" "ws://localhost:4080/public/socket" - ProxyPass "/upload" "http://localhost:4080/public/upload" + ProxyPass "/ntp" "ws://localhost:3000/ntp" + ProxyPass "/rhimportd" "ws://localhost:4080/public/socket" + ProxyPass "/upload/" "http://localhost:4080/public/upload/" DocumentRoot /var/www/rhwebimport/www/ <Directory /var/www/rhwebimport/> |