Add instructions to proxy /toroid/ to localhost:3000
[irspy-moved-to-github.git] / 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>