diff options
-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. |