mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
static assets = false
parent
09c98e4b7c
commit
4dbd71c691
1 changed files with 8 additions and 0 deletions
|
|
@ -986,6 +986,14 @@ LoadModule passenger_module /home/tracks/.rvm/gems/ruby-1.9.3-p547/gems/passenge
|
||||||
</IfModule>
|
</IfModule>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##Static Assets
|
||||||
|
Update production.rb static assets to false in preparation for using Apache2
|
||||||
|
```
|
||||||
|
$ vi environments/production.rb
|
||||||
|
|
||||||
|
config.serve_static_assets to true.
|
||||||
|
```
|
||||||
|
|
||||||
###Apache2 configuration
|
###Apache2 configuration
|
||||||
Update apache2 configuration file.
|
Update apache2 configuration file.
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue