From ab1bdfd0d66e9a1b72433ecb374584e7a123023f Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Sat, 2 Apr 2016 23:43:12 +0200
Subject: added /upload proxy to apache sample config


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/>
-- 
cgit v0.10.2