Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Sep 29, 2017
1 parent 3ed6019 commit db12b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/nginx/rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ http {
default $scheme;
}
map $http_x_forwarded_port $pass_server_port {
default $server_port;
default $server_port;
}

{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion examples/aws/nginx/nginx-ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
spec:
terminationGracePeriodSeconds: 60
containers:
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.13
- image: quay.io/aledbf/nginx-ingress-controller:0.241
name: ingress-nginx
imagePullPolicy: Always
ports:
Expand Down

0 comments on commit db12b51

Please sign in to comment.