Displaying 1 result from an estimated 1 matches for "62f2dd8".
Did you mean:
62b2dd0
2009 May 21
2
[PATCH server] Fix anyterm for multinode support
...it gets piped through vmnodes:$1
instead of through vmnodes:anyterm
---
conf/ovirt-server.conf | 6 ++++--
src/app/controllers/vm_controller.rb | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/conf/ovirt-server.conf b/conf/ovirt-server.conf
index 6e5eea9..62f2dd8 100644
--- a/conf/ovirt-server.conf
+++ b/conf/ovirt-server.conf
@@ -23,8 +23,10 @@ NameVirtualHost AdminNetIpAddress:80
RewriteEngine On
RewriteMap vmnodes prg:/usr/bin/ovirt-vm2node
- RewriteRule ^/terminal/(.*\.(js|css|gif)|proxy/anyterm-module)$ http://${vmnodes:anyterm}:81/$1 [P]
- R...