From 196432e2aa3585d6902200df351251ed89209bec Mon Sep 17 00:00:00 2001 From: rharmonson Date: Thu, 26 Jun 2014 15:57:20 -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 e11c73c..867e695 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 @@ -1105,7 +1105,7 @@ Remove the comment '#' and update to read subdir: "/tracks" $ vi /home/tracks/tracks/config/site.yml ``` -Update the virtual host to read as follows: +Update the apache2's httpd.conf, existing virtual host stanza, to read as follows: ``` $ sudo vi /etc/httpd/conf/httpd.conf @@ -1140,7 +1140,7 @@ $ sudo service httpd restart ``` ##Nginx reverse proxy -Nginx is a very efficient web service which I use as a reverse proxy. Below is an example of a working Nginx 1.4 location config using the Tracks build above and sub-uri /tracks. This is only /location not a complete nginx.conf. +Nginx is a very efficient web service which I use as a reverse proxy. Below is an example of a working Nginx 1.4 location config using the Tracks build above and sub-uri /tracks. This is only the Nginx /location stanza not a complete nginx.conf configuration file. ``` ### Tracks location /tracks/ {