recipiez 0.5.7 → 0.5.8
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/nginx_node.erb +1 -1
- metadata +3 -3
data/lib/recipiez/version.rb
CHANGED
@@ -10,7 +10,7 @@ server {
|
|
10
10
|
server_name <%= app_domain %>;
|
11
11
|
|
12
12
|
access_log /var/log/nginx/<%= application %>.log;
|
13
|
-
error_log /var/log/nginx/<%= application
|
13
|
+
error_log /var/log/nginx/<%= application %>_error.log;
|
14
14
|
|
15
15
|
# pass the request to the node.js server with the correct headers and much more can be added, see nginx config options
|
16
16
|
location / {
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 5
|
8
|
-
-
|
9
|
-
version: 0.5.
|
8
|
+
- 8
|
9
|
+
version: 0.5.8
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Alastair Brunton
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2013-09-
|
17
|
+
date: 2013-09-23 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|