kompanee-recipes 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of kompanee-recipes might be problematic. Click here for more details.
- data/lib/kompanee-recipes/apache.rb +3 -0
- metadata +4 -4
@@ -130,6 +130,9 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
130
130
|
SSLCertificateFile /etc/ssl/certs/#{domain}.crt
|
131
131
|
SSLCertificateKeyFile /etc/ssl/certs/#{domain}.key
|
132
132
|
|
133
|
+
RailsEnv #{rails_env}
|
134
|
+
RackEnv #{rails_env}
|
135
|
+
|
133
136
|
<Directory "#{deploy_to}/current/public">
|
134
137
|
Options FollowSymLinks -MultiViews
|
135
138
|
AllowOverride all
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kompanee-recipes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- The Kompanee
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-12-13 00:00:00 -06:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|