summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-04-19 19:20:59 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-04-19 19:20:59 (GMT)
commit0c0c66adf29b6e3830b67b03a21b77dfb1cbfabf (patch)
tree2a03727d81f0b5b9720af7033410fa7255e6aca6 /README
parent7eed6d7aa3bb7b0ee22fa3cf310976cfbeaf46b8 (diff)
parentf66535fef191f9183fde73a6eeb01e8678593c7e (diff)
Merge branch 'master' of ssh://git@git.helsinki.at:2342/rhwebimport.git into websocket
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 1144e89..9dc98a0 100644
--- a/README
+++ b/README
@@ -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/>