ragflow/docker/nginx
David López Carrascal 0181747881
Fix nginx startup failure in HTTPS mode (host not found) (#11455)
### 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.
2025-11-24 10:21:27 +08:00
..
nginx.conf
proxy.conf Feat: add meta filter to search app. (#9554) 2025-08-19 17:25:44 +08:00
ragflow.conf Feat: location rule for http (#10901) 2025-11-03 11:01:24 +08:00
ragflow.https.conf Fix nginx startup failure in HTTPS mode (host not found) (#11455) 2025-11-24 10:21:27 +08:00