diff options
-rw-r--r-- | config/httpd.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index eddab68af..03c200841 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org # -# $Id: httpd.conf,v 1.22 2009-03-18 05:09:14 francis Exp $ +# $Id: httpd.conf,v 1.23 2009-03-18 05:14:26 francis Exp $ # This is needed for the PHP spell checker <Location /fcgi> @@ -62,6 +62,8 @@ ProxySet lbmethod=byrequests ProxyPass /jslib ! ProxyPass /fcgi ! ProxyPass /files ! +ProxyPass /down ! +ProxyPass /down.html ! ProxyPass /admin/balancer-manager ! ProxyPass / balancer://foicluster/ |