diff --git a/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md b/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md index 9db1da3..f5be621 100644 --- a/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md +++ b/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md @@ -989,9 +989,9 @@ LoadModule passenger_module /home/tracks/.rvm/gems/ruby-1.9.3-p547/gems/passenge ###Static Assets Update Tracks' production.rb static assets to false in preparation for using Passenger with Apache2. ``` -$ vi environments/production.rb +$ vi ~/tracks/config/environments/production.rb -config.serve_static_assets to true +config.serve_static_assets = true ``` ###Apache2 configuration