From 3a1ab7c6444e621ccdd7ec0fc9b220c19c3f494c Mon Sep 17 00:00:00 2001 From: Long Wu Yuan Date: Tue, 3 Aug 2021 22:48:48 +0530 Subject: [PATCH] Removed tabs and one extra-space (#7426) --- deploy/static/provider/aws/deploy-tls-termination.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/static/provider/aws/deploy-tls-termination.yaml b/deploy/static/provider/aws/deploy-tls-termination.yaml index 3dd951061..8f890975e 100644 --- a/deploy/static/provider/aws/deploy-tls-termination.yaml +++ b/deploy/static/provider/aws/deploy-tls-termination.yaml @@ -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' ---