From: Mike Taylor Date: Thu, 15 Apr 2010 12:25:07 +0000 (+0100) Subject: Add instructions to proxy /toroid/ to localhost:3000 X-Git-Tag: CPAN-v1.02~131 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=d933bd032df9e515f3de0401d1111d9f2cf3a4cc Add instructions to proxy /toroid/ to localhost:3000 --- 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/