From c9f46aa16dbd0b365c4eb5f1020c916e97645cf2 Mon Sep 17 00:00:00 2001 From: rharmonson Date: Sat, 28 Jun 2014 19:46:09 -0700 Subject: [PATCH] Updated Installing Tracks 2.2.2 on CentOS 6.5 Minimal x86_64 (markdown) --- Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 879665d..9db1da3 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 @@ -987,11 +987,11 @@ 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 +Update Tracks' production.rb static assets to false in preparation for using Passenger with Apache2. ``` $ vi environments/production.rb -config.serve_static_assets to true. +config.serve_static_assets to true ``` ###Apache2 configuration