Removed tabs and one extra-space (#7426)
This commit is contained in:
parent
499ed16cc8
commit
3a1ab7c644
1 changed files with 4 additions and 4 deletions
|
@ -38,10 +38,10 @@ metadata:
|
||||||
namespace: ingress-nginx
|
namespace: ingress-nginx
|
||||||
data:
|
data:
|
||||||
http-snippet: |
|
http-snippet: |
|
||||||
server {
|
server{
|
||||||
listen 2443;
|
listen 2443;
|
||||||
return 308 https://$host$request_uri;
|
return 308 https://$host$request_uri;
|
||||||
}
|
}
|
||||||
proxy-real-ip-cidr: XXX.XXX.XXX/XX
|
proxy-real-ip-cidr: XXX.XXX.XXX/XX
|
||||||
use-forwarded-headers: 'true'
|
use-forwarded-headers: 'true'
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue