cmdeploy 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
|
|
1
1
|
# deliver static assets as gzip files
|
2
2
|
location ~ ^<%= [nil,'','/'].include?(app_relative_root_url) ? "/" : "#{app_relative_root_url}/" %>assets/ {
|
3
|
-
root /
|
3
|
+
root /apps/compoundbank/s_cme/apps/<%= application %>/current/public;
|
4
4
|
gzip_static on; # to serve pre-gzipped version
|
5
5
|
expires max;
|
6
6
|
add_header Cache-Control public;
|
@@ -8,7 +8,7 @@ location ~ ^<%= [nil,'','/'].include?(app_relative_root_url) ? "/" : "#{app_rela
|
|
8
8
|
|
9
9
|
# pass request to rails app
|
10
10
|
location <%= [nil,'','/'].include?(app_relative_root_url) ? "/" : "~ ^#{app_relative_root_url}" %> {
|
11
|
-
root /
|
11
|
+
root /apps/compoundbank/s_cme/apps/<%= application %>/current/public;
|
12
12
|
|
13
13
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
14
14
|
proxy_set_header Host $http_host;
|
data/lib/cmdeploy/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cmdeploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.7
|
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:
|
12
|
+
date: 2013-02-19 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: CM specific deployment recipes
|
15
15
|
email:
|