capistrano3-nginx 2.1.5 → 2.1.6

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: 37100c96a8f917608bc0981cc8ec8144973145d4
4
- data.tar.gz: 4d6de10e7b03e5d7874d1fa23db043f31d534e0c
3
+ metadata.gz: a6ae98b8736a74dbeb96bc7994875281595cc9aa
4
+ data.tar.gz: 573da7bababfb631c15eac362c87964db30f32fb
5
5
  SHA512:
6
- metadata.gz: 800a1bcd432da6b99babf3dac3831b1d67080d0db6df49d8895c1a3ed70358b5baba283f72c0f4ce6f726e1d43429e33ab9f9187b8fb7b34acdec4fae0c111a9
7
- data.tar.gz: 8372ad6416a8e46f0c21d9a321185d3920f87b98343f4750bc837d08a8d9f0b6bfafb52d66fd058203c8c1998f9c3e612dcc3ccffa1f0d8d2318d3b627b499a9
6
+ metadata.gz: 4c3427f401cb63cceffd4406fd65fe8304968875a23b34cb8bfeafb2686d19ad186bef4aaba4e9cedfa66a87dffb68e1062b0e6d81286ca1144faefc380e9d24
7
+ data.tar.gz: 79e370c156392399bb742c47974e2578c320390389a14cdda762055c7d580a80f1d2deb7f815ebff545be27be747522af0f2cefc600b7a1fdfca925f01f40c2a
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'capistrano3-nginx'
7
- spec.version = '2.1.5'
7
+ spec.version = '2.1.6'
8
8
  spec.authors = ['Juan Ignacio Donoso']
9
9
  spec.email = ['jidonoso@gmail.com']
10
10
  spec.description = %q{Adds suuport to nginx for Capistrano 3.x}
@@ -70,6 +70,7 @@ server {
70
70
  proxy_set_header Host $http_host;
71
71
  <% if fetch(:nginx_use_ssl) %>
72
72
  proxy_set_header X-Forwarded-Proto https;
73
+ proxy_set_header X-Forwarded-Ssl on;
73
74
  <% end %>
74
75
  <% if fetch(:nginx_read_timeout) %>
75
76
  proxy_read_timeout <%= fetch(:nginx_read_timeout) %>;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano3-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.5
4
+ version: 2.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Ignacio Donoso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-17 00:00:00.000000000 Z
11
+ date: 2017-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -76,9 +76,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 2.5.1
79
+ rubygems_version: 2.6.11
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Adds suuport to nginx for Capistrano 3.x
83
83
  test_files: []
84
- has_rdoc: