chore(nginx): disable ssl redirection by default
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
07b38c8971
commit
7c7aee6459
1 changed files with 4 additions and 4 deletions
|
|
@ -58,10 +58,10 @@ ingress-nginx: &ingress-nginx
|
|||
forwarded-for-header: "proxy_protocol"
|
||||
# Ref: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#max-worker-connections
|
||||
max-worker-connections: 0
|
||||
# If you want the ssl offload in LB layer
|
||||
# Uncomment the following line
|
||||
# ssl-redirect: false
|
||||
# force-ssl-redirect: false
|
||||
# If you want the ssl redirection
|
||||
# Comment the following line
|
||||
ssl-redirect: false
|
||||
force-ssl-redirect: false
|
||||
|
||||
# Application specific variables
|
||||
global:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue