foreman-export-nginx 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,10 +38,6 @@ server {
38
38
  proxy_set_header Host $http_host;
39
39
  proxy_redirect off;
40
40
 
41
- if ($ssl_protocol != "") {
42
- proxy_set_header HTTPS "on";
43
- }
44
-
45
41
  proxy_pass http://<%= app %>;
46
42
  }
47
43
  }
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "foreman-export-nginx"
7
- gem.version = '0.0.19'
7
+ gem.version = '0.0.20'
8
8
  gem.authors = ["Pete Keen"]
9
9
  gem.email = ["pete@bugsplat.info"]
10
10
  gem.description = %q{Export Nginx configs using Foreman}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman-export-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: