Resolving HTTP Redirection Issues in Docker Single Container HTTPS Deployment
Published:
This knowledge base describes the steps to resolve the HTTP redirection issue despite configuring HTTPS in a Docker single container deployment.
-
Mount the nginx file path by following this link. After mounting, go to the mounted directory and open the boldbi-nginx-config file. Apply the changes below for all services: id-web, id-api, id-ums, bi-web, bi-api, bi-jobs, bi-designer, bi-designer-helper, bi-etl, bi-aiservice.
-
Locate the line proxy_set_header X-Forwarded-Proto $scheme; and replace it with proxy_set_header X-Forwarded-Proto https; in the boldbi-nginx-config file.
- After updating all services, restart the Bold BI application using the command below:
docker restart <container-id>