diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-04-02 21:43:12 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-04-02 21:43:12 (GMT) |
commit | ab1bdfd0d66e9a1b72433ecb374584e7a123023f (patch) | |
tree | 34d6a8da277842d412cf5a0b6573fc557e4713fd /README | |
parent | 0673d620aed2b0f149dead099f70d0208d2c86d9 (diff) |
added /upload proxy to apache sample config
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -71,8 +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 "/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/> |