Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adjust more timeouts This change disables most NGINX timeout checks (e.g., client body, header, read timeouts) and sets the keepalive timeout to a high value. The goal is to let the Go application handle timeout configurations and prevent resource exhaustion on the NGINX side. This approach is temporary until the Go application can be migrated away from `nicehttp`. * increase instead of disabling
- Loading branch information