diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-20 06:16:05 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-20 06:16:05 +0000 |
commit | 5293ba2323af383304cd4d4c6ec5985fb156c6a0 (patch) | |
tree | e164e0e25b149f8e20bf7673911b62d5fb453ac7 /public/htaccess.fcgi.example | |
parent | 9518cea3dd96fc9624678a8c17f9cbd1068d8345 (diff) | |
download | redmine-5293ba2323af383304cd4d4c6ec5985fb156c6a0.tar.gz redmine-5293ba2323af383304cd4d4c6ec5985fb156c6a0.zip |
add newline at end of public/htaccess.fcgi.example
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8298 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/htaccess.fcgi.example')
-rw-r--r-- | public/htaccess.fcgi.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/htaccess.fcgi.example b/public/htaccess.fcgi.example index 3d3fb88bc..375f68dfb 100644 --- a/public/htaccess.fcgi.example +++ b/public/htaccess.fcgi.example @@ -52,4 +52,4 @@ RewriteCond %{REQUEST_FILENAME} !-f # Example:
# ErrorDocument 500 /500.html
-ErrorDocument 500 "<h2>Application error</h2>Rails application failed to start properly"
\ No newline at end of file +ErrorDocument 500 "<h2>Application error</h2>Rails application failed to start properly"
|