recipiez 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/recipiez/version.rb +1 -1
- data/recipes/templates/php_vhost.erb +3 -1
- metadata +3 -3
data/lib/recipiez/version.rb
CHANGED
@@ -20,7 +20,7 @@ DocumentRoot <%= deploy_to %>/current/public
|
|
20
20
|
</VirtualHost>
|
21
21
|
|
22
22
|
|
23
|
-
|
23
|
+
<% if ssl == 'on' %>
|
24
24
|
|
25
25
|
<VirtualHost *:443>
|
26
26
|
ServerName <%= app_domain %>
|
@@ -39,3 +39,5 @@ DocumentRoot <%= deploy_to %>/current/public
|
|
39
39
|
|
40
40
|
</VirtualHost>
|
41
41
|
|
42
|
+
<% end %>
|
43
|
+
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recipiez
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 1
|
10
|
+
version: 0.2.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alastair Brunton
|