>From 0b2d46dd283fd1952f1d8bb8baa8f0b3657cc165 Mon Sep 17 00:00:00 2001
From: Nigel Jones <nigelj@puppet1.fedora.phx.redhat.com>
Date: Sun, 23 Nov 2008 04:18:20 +0000
Subject: [PATCH] Fix proxy rules

---
 modules/zabbix/files/zabbix-proxy.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/zabbix/files/zabbix-proxy.conf b/modules/zabbix/files/zabbix-proxy.conf
index 747b636..c80374c 100644
--- a/modules/zabbix/files/zabbix-proxy.conf
+++ b/modules/zabbix/files/zabbix-proxy.conf
@@ -1,5 +1,5 @@
 ProxyPass /zabbixold http://noc1.fedora.phx.redhat.com/zabbix
 ProxyPassReverse /zabbixold http://noc1.fedora.phx.redhat.com/zabbix
 
-RewriteRule ^/zabbix(.*)     http://localhost:10010/zabbix$1 [P,L]
-
+RewriteRule ^/zabbix	http://localhost:10010/zabbix [P,L]
+RewriteRule ^/zabbix/(.*)     http://localhost:10010/zabbix/$1 [P,L]
-- 
1.5.5.1

