mirror of
https://github.com/photoprism/photoprism-docs.git
synced 2026-04-25 10:45:52 +03:00
[PR #193] [MERGED] Getting Started: Add responding timeout for Traefik #192
Labels
No labels
bug
docs 📚
done
enhancement
enhancement
help wanted
idea
low-priority
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism-docs#192
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/photoprism/photoprism-docs/pull/193
Author: @tma
Created: 2/13/2025
Status: ✅ Merged
Merged: 2/17/2025
Merged by: @lastzero
Base:
master← Head:patch-1📝 Commits (2)
2144d71Add responding timeout for Traefikdea9b13Use high timeout values as default instead of disabling completely.📊 Changes
1 file changed (+5 additions, -0 deletions)
View changed files
📝
docs/getting-started/proxies/traefik.md(+5 -0)📄 Description
A while ago, Traefik changed the default value of responding timeouts from none to 60 seconds. This breaks larger uploads, like videos.
To fix this, we have to specify the read timeout specifically in the HTTPS entrypoint config of Traefik.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.