deploify 0.2.10 → 0.2.11
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.
|
@@ -47,9 +47,8 @@ server {
|
|
|
47
47
|
|
|
48
48
|
# set Expire header on assets
|
|
49
49
|
location ~ ^/(images|javascripts|stylesheets)/ {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
50
|
+
expires 1y;
|
|
51
|
+
error_page 405 = @upstream;
|
|
53
52
|
}
|
|
54
53
|
location ~ ^/assets/ {
|
|
55
54
|
expires max;
|
|
@@ -113,9 +112,8 @@ server {
|
|
|
113
112
|
|
|
114
113
|
# set Expire header on assets
|
|
115
114
|
location ~ ^/(images|javascripts|stylesheets)/ {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
}
|
|
115
|
+
expires 1y;
|
|
116
|
+
error_page 405 = @upstream;
|
|
119
117
|
}
|
|
120
118
|
location ~ ^/assets/ {
|
|
121
119
|
expires max;
|
data/lib/deploify/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: deploify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 11
|
|
10
|
+
version: 0.2.11
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Richard Riman
|