Removed tabs that were inserted because of copy paste (#7427)
This commit is contained in:
parent
7c1809d70c
commit
86aed932b0
1 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue