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/ {