Add instructions to proxy /toroid/ to localhost:3000
authorMike Taylor <mike@miketaylor.org.uk>
Thu, 15 Apr 2010 12:25:07 +0000 (13:25 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Thu, 15 Apr 2010 12:25:07 +0000 (13:25 +0100)
web/conf/apache2.0/irspy.conf

index 5ed902a..db43e05 100644 (file)
        AuthUserFile /usr/local/src/git/irspy/web/conf/htpasswd
        Require user admin
     </Location>
+
+    ProxyRequests off
+    <Proxy *>
+      Order deny,allow
+      Allow from all
+    </Proxy>
+    ProxyPass         /toroid/ http://localhost:3000/
+    ProxyPassReverse  /toroid/ http://localhost:3000/
 </VirtualHost>