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
This commit is contained in:
parent
87fd636313
commit
cb4abb115d
|
@ -12,14 +12,14 @@ Options +FollowSymLinks +ExecCGI
|
||||||
|
|
||||||
# If you don't want Rails to look in certain directories,
|
# If you don't want Rails to look in certain directories,
|
||||||
# use the following rewrite rules so that Apache won't rewrite certain requests
|
# use the following rewrite rules so that Apache won't rewrite certain requests
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# RewriteCond %{REQUEST_URI} ^/notrails.*
|
# RewriteCond %{REQUEST_URI} ^/notrails.*
|
||||||
# RewriteRule .* - [L]
|
# RewriteRule .* - [L]
|
||||||
|
|
||||||
# Redirect all requests not available on the filesystem to Rails
|
# Redirect all requests not available on the filesystem to Rails
|
||||||
# By default the cgi dispatcher is used which is very slow
|
# By default the cgi dispatcher is used which is very slow
|
||||||
#
|
#
|
||||||
# For better performance replace the dispatcher with the fastcgi one
|
# For better performance replace the dispatcher with the fastcgi one
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
|
@ -48,7 +48,7 @@ RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
|
||||||
# In case Rails experiences terminal errors
|
# In case Rails experiences terminal errors
|
||||||
# Instead of displaying this message you can supply a file here which will be rendered instead
|
# Instead of displaying this message you can supply a file here which will be rendered instead
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# ErrorDocument 500 /500.html
|
# ErrorDocument 500 /500.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue