Updated Installing Tracks 2.2.2 on CentOS 6.5 Minimal x86_64 (markdown)

rharmonson 2014-06-26 15:57:20 -07:00
parent 8b8af0bf51
commit 196432e2aa

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