From d933bd032df9e515f3de0401d1111d9f2cf3a4cc Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 15 Apr 2010 13:25:07 +0100 Subject: [PATCH] Add instructions to proxy /toroid/ to localhost:3000 --- web/conf/apache2.0/irspy.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/conf/apache2.0/irspy.conf b/web/conf/apache2.0/irspy.conf index 5ed902a..db43e05 100644 --- a/web/conf/apache2.0/irspy.conf +++ b/web/conf/apache2.0/irspy.conf @@ -43,5 +43,13 @@ AuthUserFile /usr/local/src/git/irspy/web/conf/htpasswd Require user admin + + ProxyRequests off + + Order deny,allow + Allow from all + + ProxyPass /toroid/ http://localhost:3000/ + ProxyPassReverse /toroid/ http://localhost:3000/ -- 1.7.10.4