nubis_rails_boilerplate 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,8 +3,10 @@ upstream unicorn {
|
|
3
3
|
}
|
4
4
|
|
5
5
|
server {
|
6
|
-
listen 80
|
7
|
-
|
6
|
+
listen 80;
|
7
|
+
<% unless configs['domain_name'].blank? -%>
|
8
|
+
server_name *.<%= configs['domain_name'] %>
|
9
|
+
<% end -%>
|
8
10
|
root <%= current_path %>/public;
|
9
11
|
|
10
12
|
location ^~ /assets/ {
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nubis_rails_boilerplate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-05-
|
12
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capistrano
|