Skip to content

Commit

Permalink
Removed tabs and one extra-space (#7426)
Browse files Browse the repository at this point in the history
  • Loading branch information
longwuyuan committed Aug 3, 2021
1 parent 499ed16 commit 3a1ab7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/static/provider/aws/deploy-tls-termination.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ metadata:
namespace: ingress-nginx
data:
http-snippet: |
server {
listen 2443;
return 308 https://$host$request_uri;
}
server{
listen 2443;
return 308 https://$host$request_uri;
}
proxy-real-ip-cidr: XXX.XXX.XXX/XX
use-forwarded-headers: 'true'
---
Expand Down

0 comments on commit 3a1ab7c

Please sign in to comment.