From 32baafc9bc94deb625e6e21d7c4f36bf1d519f99 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 21 Apr 2010 11:09:27 -0300 Subject: [PATCH] Fix typo in sample apache configuration --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 4b49771..cfa504b 100644 --- a/INSTALL +++ b/INSTALL @@ -148,7 +148,7 @@ HACKING file instead. RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f - RewriteRule ^.*$ balancer://noosfero-%{REQUEST_URI} [P,QSA,L] + RewriteRule ^.*$ balancer://noosfero%{REQUEST_URI} [P,QSA,L] ErrorDocument 503 /503.html @@ -160,7 +160,7 @@ HACKING file instead. - + BalancerMember http://127.0.0.1:4000 BalancerMember http://127.0.0.1:4001 Order Allow,Deny -- libgit2 0.21.2