mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
nginx config snippet change to http to https
This commit is contained in:
parent
c6f92733e9
commit
551be01c86
@ -10,10 +10,8 @@ metadata:
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
# Ensure X-Forwarded-Proto header is set to propagate original protocol information
|
||||
nginx.ingress.kubernetes.io/proxy-set-headers: "X-Forwarded-Proto https"
|
||||
# Add additional configuration to ensure proper forwarding of the HTTPS protocol information
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
proxy_set_header X-Forwarded-Ssl on;
|
||||
nginx.ingress.kubernetes.io/proxy-redirect-from: http
|
||||
nginx.ingress.kubernetes.io/proxy-redirect-to: https
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
|
Loading…
Reference in New Issue
Block a user