[PR #1660] [MERGED] feat: increase send_timeout in nginx config #1835

Closed
opened 2026-02-26 03:32:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1660
Author: @davidschlachter
Created: 2/19/2023
Status: Merged
Merged: 2/25/2023
Merged by: @phanan

Base: masterHead: fix-nginx


📝 Commits (1)

  • d9dd5cf Increase send_timeout in nginx config

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 nginx.conf.example (+2 -0)

📄 Description

This PR specifies a send_timeout in the example nginx configuration.

If the koel client has not finished buffering a song within the default client timeout (60s), nginx closes the connection. This causes the song to either stop playing in a desktop browser, or skip to the beginning and endlessly repeat in the mobile app. By increasing the client timeout, nginx keeps the connection open until buffering is done.

c.f. https://www.davidschlachter.com/misc/koel-songs-skipping-stopping


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1660 **Author:** [@davidschlachter](https://github.com/davidschlachter) **Created:** 2/19/2023 **Status:** ✅ Merged **Merged:** 2/25/2023 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `fix-nginx` --- ### 📝 Commits (1) - [`d9dd5cf`](https://github.com/koel/koel/commit/d9dd5cf4f807d6819e83f6e825b7e566833bd4b7) Increase send_timeout in nginx config ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `nginx.conf.example` (+2 -0) </details> ### 📄 Description This PR specifies a `send_timeout` in the example `nginx` configuration. If the `koel` client has not finished buffering a song within the default client timeout (60s), `nginx` closes the connection. This causes the song to either stop playing in a desktop browser, or skip to the beginning and endlessly repeat in the mobile app. By increasing the client timeout, `nginx` keeps the connection open until buffering is done. c.f. https://www.davidschlachter.com/misc/koel-songs-skipping-stopping --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1835
No description provided.