mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Updated Installing Tracks 2.2.2 on CentOS 6.5 Minimal x86_64 (markdown)
parent
0b16f30a9b
commit
435fde13be
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue