mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
### Description This PR fixes a bug where Nginx fails to start when using the `ragflow.https.conf` configuration. The upstream host `ragflow` was not resolving correctly inside the container context, causing an `[emerg] host not found` error. ### Changes - Updated `docker/nginx/ragflow.https.conf`: Changed upstream host from `ragflow` to `localhost` for both the admin API and the main API. ### Related Issue Fixes #11453 ### Testing - [x] Enabled HTTPS config in Docker. - [x] Verified Nginx starts successfully without "host not found" errors. - [x] Verified API accessibility.