magic_recipes_two 0.0.54 → 0.0.55
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.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTBkNjkwYTlhMWQ0ZGFmZjZlMGViNDJhNGMyY2E3MjllYzEwYmNiMA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NGQwMThmNzk5YThhNzEzMmI5YTQ1NDhmNTlmZDIwNWM2MGNjOGI3Zg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OTIxYmYyOThkMzJmZjE5ZjNhM2I0MzdiYTczOWRjZTEwODBiNDk3MmU4NjNh
|
10
|
+
Njk1MjZlYTA4ZDIyNTZjODNiM2U5Y2M2ZThkZDBmY2UzYmI2NzRmYjM5MTg0
|
11
|
+
YzkzOTA2MmYwNmM3NTVmNGY2NDkzNGRhMzlmNzgxMGNkZGZlMGM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YWQzMmE5Y2RhODkzMmVkYjk3MTA5NTA5NjUzMjAzOTUwNWFlYWM1YzRkZjI0
|
14
|
+
ODI2MDgwYjNjNTY2ODlhOTM2Mjk1ZTllNzZmMTgxYzY0ODQyYTk1NTEwZTVh
|
15
|
+
MjQyODQ5OWIwYjFhMjJiNzgwMzA3OGYyNDAyMjY2Mjg0NDcxODM=
|
@@ -199,12 +199,13 @@ server {
|
|
199
199
|
<% if fetch(:proxy_cache_media) %>
|
200
200
|
# Media-Path with NginX-Proxy-Cache
|
201
201
|
location ^~ /<%= fetch(:proxy_cache_media_path) %>/ {
|
202
|
-
auth_basic off;
|
202
|
+
# auth_basic off;
|
203
203
|
proxy_cache <%= fetch(:proxy_cache_media_name) %>;
|
204
|
-
proxy_cache_lock on;
|
205
|
-
add_header X-Cache-Status $upstream_cache_status;
|
206
|
-
proxy_cache_bypass $http_bypass_proxy;
|
204
|
+
# proxy_cache_lock on;
|
205
|
+
# add_header X-Cache-Status $upstream_cache_status;
|
206
|
+
# proxy_cache_bypass $http_bypass_proxy;
|
207
207
|
proxy_pass $scheme://thin_<%= fetch(:application) %>_<%= fetch(:stage) %>_cluster;
|
208
|
+
proxy_cache_valid 200 <%= fetch(:proxy_cache_media_time) %>;
|
208
209
|
}
|
209
210
|
<% end %>
|
210
211
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: magic_recipes_two
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.55
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Torsten Wetzel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|