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:
fbb18a3
)
IRSpy toroid now runs on port 12367 to avoid clashes, so irspy.conf now proxies to...
author
mike
<mike@nigiri.(none)>
Tue, 20 Apr 2010 10:45:04 +0000
(10:45 +0000)
committer
mike
<mike@nigiri.(none)>
Tue, 20 Apr 2010 10:45:04 +0000
(10:45 +0000)
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
db43e05
..
5b0a6e3
100644
(file)
--- a/
web/conf/apache2.0/irspy.conf
+++ b/
web/conf/apache2.0/irspy.conf
@@
-49,7
+49,7
@@
Order deny,allow
Allow from all
</Proxy>
- ProxyPass /toroid/ http://localhost:3000/
- ProxyPassReverse /toroid/ http://localhost:3000/
+ ProxyPass /toroid/ http://localhost:12367/
+ ProxyPassReverse /toroid/ http://localhost:12367/
</VirtualHost>