summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-23 22:49:57 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-23 22:50:22 (GMT)
commit3c2a152af0d37fd687198f56819b05f389996bc1 (patch)
tree26b6df57c9a8fbf7327a8e4efbf602578db531e1 /README
parent3f428828c7db98a7606a9f4902fa017758bfadfb (diff)
rhimportd uses a different file upload now
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 79db43c..1cc687f 100644
--- a/README
+++ b/README
@@ -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/>