mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Updated Installing Tracks 2.2.2 on CentOS 6.5 Minimal x86_64 (markdown)
parent
8b8af0bf51
commit
196432e2aa
1 changed files with 2 additions and 2 deletions
|
|
@ -1105,7 +1105,7 @@ Remove the comment '#' and update to read subdir: "/tracks"
|
||||||
$ vi /home/tracks/tracks/config/site.yml
|
$ 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
|
$ sudo vi /etc/httpd/conf/httpd.conf
|
||||||
|
|
||||||
|
|
@ -1140,7 +1140,7 @@ $ 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 the Nginx /location stanza not a complete nginx.conf configuration file.
|
||||||
```
|
```
|
||||||
### Tracks
|
### Tracks
|
||||||
location /tracks/ {
|
location /tracks/ {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue