### 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. |
||
|---|---|---|
| .. | ||
| nginx.conf | ||
| proxy.conf | ||
| ragflow.conf | ||
| ragflow.https.conf | ||