If you are running your Ruby site in production we recommend changing the Passenger configuration so it will not reveal any sensitive information in case of a problem.
Set the following in the ruby_config.conf file.
PassengerFriendlyErrorPages off
If you are running your Ruby site in production we recommend changing the Passenger configuration so it will not reveal any sensitive information in case of a problem.
Set the following in the ruby_config.conf file.
PassengerFriendlyErrorPages off
Comments
Article is closed for comments.