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,7 +38,7 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue