summaryrefslogtreecommitdiffstats
path: root/public/htaccess.fcgi.example
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-12-20 07:17:35 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-12-20 07:17:35 +0000
commitcb4abb115de07431c5bffddd4d51d9c7be23c1d0 (patch)
tree1988104aa268b60e8e1dadf29c917ecf18782a66 /public/htaccess.fcgi.example
parent87fd6363138d1820b7ee1d8d456d5923976339dd (diff)
downloadredmine-cb4abb115de07431c5bffddd4d51d9c7be23c1d0.tar.gz
redmine-cb4abb115de07431c5bffddd4d51d9c7be23c1d0.zip
remove trailing white-spaces from public/htaccess.fcgi.example
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8303 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/htaccess.fcgi.example')
-rw-r--r--public/htaccess.fcgi.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/htaccess.fcgi.example b/public/htaccess.fcgi.example
index dd0595c1c..7183bb0ee 100644
--- a/public/htaccess.fcgi.example
+++ b/public/htaccess.fcgi.example
@@ -12,14 +12,14 @@ Options +FollowSymLinks +ExecCGI
# If you don't want Rails to look in certain directories,
# use the following rewrite rules so that Apache won't rewrite certain requests
-#
+#
# Example:
# RewriteCond %{REQUEST_URI} ^/notrails.*
# RewriteRule .* - [L]
# Redirect all requests not available on the filesystem to Rails
# By default the cgi dispatcher is used which is very slow
-#
+#
# For better performance replace the dispatcher with the fastcgi one
#
# Example:
@@ -48,7 +48,7 @@ RewriteCond %{REQUEST_FILENAME} !-f
# In case Rails experiences terminal errors
# Instead of displaying this message you can supply a file here which will be rendered instead
-#
+#
# Example:
# ErrorDocument 500 /500.html