]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from public/htaccess.fcgi.example
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 20 Dec 2011 07:17:35 +0000 (07:17 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 20 Dec 2011 07:17:35 +0000 (07:17 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8303 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/htaccess.fcgi.example

index dd0595c1c4cb0f9362b8bd9c03787ff880dc10e6..7183bb0eefb31debb430e89b1721f4e694e5351a 100644 (file)
@@ -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