magic_recipes_two 0.0.21 → 0.0.22

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd17bbb73c192703fe4e94058dfc0fb2fa9fb4f9
4
- data.tar.gz: 1ec30b13688779043b421260284b6708b20c686b
3
+ metadata.gz: f686236137d5c481a080e544e0f236cc8aa710ea
4
+ data.tar.gz: 28ba63be65f77f6087e0f5d07107068a642d816f
5
5
  SHA512:
6
- metadata.gz: 9f4cb4e0f7efa9eee8726571feb9c8804f82c2728f47dfa4ee9938237a1df40bc1f9113030f6dd8119cd524d4b764215446c908b670942d797c6a6b3cca40eb0
7
- data.tar.gz: 98f4183da421768fa88457ffadfe662d54ae93708bbfcf5df81d3a7df3e24223774ab9049f157c96b51854609819a197b6a8db589284e029e65d35f5eb69f96c
6
+ metadata.gz: 072db860c3c4478c3c73a33bdec0a660300131eb56b0082316fae81e8872f2cbaa2708ab3380c9adcb5ac61903bdead1f38ced704844c2d58780ffbd776da4af
7
+ data.tar.gz: e6ca4ebd20e63439ddc1e682fc196a9c05d7b64ae5868065088ab2e8c70d728a98558b804ccfc82367d77377f276c538944e26853871322d9a5a3259b47035c7
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module MagicRecipes
3
- VERSION = "0.0.21"
3
+ VERSION = "0.0.22"
4
4
  end
5
5
  end
@@ -202,6 +202,7 @@ server {
202
202
  proxy_cache_valid 404 <%= fetch(:proxy_cache_rails_404) %>;
203
203
  <% end %>
204
204
  proxy_cache_use_stale <%= Array( fetch(:proxy_cache_rails_stale) ).join(" ") %>;
205
+ proxy_ignore_headers Set-Cookie;
205
206
  proxy_cache_bypass $http_bypass_proxy;
206
207
  add_header X-Cache-Status $upstream_cache_status;
207
208
  <% end %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_recipes_two
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 0.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel