diff options
author | Duncan Parkes <duncan@mysociety.org> | 2011-01-05 17:10:20 +0000 |
---|---|---|
committer | Duncan Parkes <duncan@mysociety.org> | 2011-01-05 17:10:20 +0000 |
commit | 3e0280b38f3575b36d9f79736b97cb9b0168a187 (patch) | |
tree | fcc6a61dc915f040dafc3e8cb71482a5aa2023e9 | |
parent | 2fbb355c1d811f1851f0cb5e255da7ef5b709125 (diff) |
Remove down stuff.
We're handling this in our main apache config file now, so removing
duplication.
-rw-r--r-- | config/httpd.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index f8b98b7ff..bf8c3bd33 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -27,13 +27,6 @@ RewriteCond %{LA-U:REMOTE_USER} (.+) RewriteRule . - [E=RU:%1] RequestHeader add X-Forwarded-User %{RU}e -# Make a file down.html in the DocumentRoot bring down the whole site and -# display itself. -ErrorDocument 503 /down.html -Redirect 503 /down -RewriteCond %{DOCUMENT_ROOT}/down.html -s -RewriteRule /([^.]*)$ /down [PT] - # Old /files URL to new subdomain (as can't use Alias with passenger, # so we do it on its own domain). This is for custom admin upload # files for archiving. |