projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2639ec
)
Add instructions to proxy /toroid/ to localhost:3000
author
Mike Taylor
<mike@miketaylor.org.uk>
Thu, 15 Apr 2010 12:25:07 +0000
(13:25 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Thu, 15 Apr 2010 12:25:07 +0000
(13:25 +0100)
web/conf/apache2.0/irspy.conf
patch
|
blob
|
history
diff --git
a/web/conf/apache2.0/irspy.conf
b/web/conf/apache2.0/irspy.conf
index
5ed902a
..
db43e05
100644
(file)
--- 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
</Location>
+
+ ProxyRequests off
+ <Proxy *>
+ Order deny,allow
+ Allow from all
+ </Proxy>
+ ProxyPass /toroid/ http://localhost:3000/
+ ProxyPassReverse /toroid/ http://localhost:3000/
</VirtualHost>