formatting

rharmonson 2014-06-26 11:00:19 -07:00
parent 435fde13be
commit 85d2d6cba2

@ -1468,7 +1468,6 @@ Switch SELinux back into enforcing mode.
$ sudo setenforce 1 $ sudo setenforce 1
``` ```
-----
##Phusion Passenger, Rails, & Sub-URIs ##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. 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.
@ -1514,7 +1513,6 @@ Restart Apache for changes to take effect.
$ sudo service httpd restart $ sudo service httpd restart
``` ```
-----
##Nginx reverse proxy ##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 /location not a complete nginx.conf.
``` ```