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 9085778..c2214b4 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 @@ -1436,12 +1436,10 @@ Alternatively, You can simply create an action specifying a new context and proj ;) Enjoy! -#Other Consdierations +#Other Considerations ------ ##SELinux Passenger Module - The process that follows can be used for creating security modules for SELinux. Alternatively, you can disable SELinux, but that would be unwise. Temporarily go into SELinux permissive mode. @@ -1472,7 +1470,6 @@ $ sudo setenforce 1 ----- ##Phusion Passenger, Rails, & Sub-URIs - In the course of using ruby, rails, and passenger, you may need to create multiple sites or apps not just one. Using Passenger sub-uris will accomplish this task. In addition, when using Nginx (see below), using a sub-uri simplifies configuration and reduces hours of banging your head on your desk. With Tracks, update the site.yml to use a subdir, then update Apache's configuration to reflect the virtual host shown below. So for www.somedomain.com we will use subdir tracks which result with http://www.somedomain.com/tracks. @@ -1519,7 +1516,6 @@ $ 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. ``` ### Tracks