Add /toroid/ proxying for Mike's development box.
[irspy-moved-to-github.git] / web / conf / apache2.0 / cartney-dev.conf
index 6442e68..f20f0be 100644 (file)
@@ -42,5 +42,13 @@ PerlModule Apache2::Request
        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:12367/
+    ProxyPassReverse  /toroid/ http://localhost:12367/
 </VirtualHost>