feat(nginx): changed configmap to forward original protocol for api
This commit is contained in:
parent
b236cd50c8
commit
b38d940ed0
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ data:
|
|||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_pass http://chalice-openreplay.app.svc.cluster.local:8000;
|
||||
}
|
||||
location /assist/ {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue