feat(nginx): changed configmap to forward original protocol for api

This commit is contained in:
Taha Yassine Kraiem 2021-12-02 16:24:18 +01:00
parent b236cd50c8
commit b38d940ed0

View file

@ -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/ {