Skip to content

Comments

Add flush_interval -1 to reverse_proxy#2

Closed
firecow wants to merge 1 commit intoinitialfrom
fix/flush-interval
Closed

Add flush_interval -1 to reverse_proxy#2
firecow wants to merge 1 commit intoinitialfrom
fix/flush-interval

Conversation

@firecow
Copy link
Member

@firecow firecow commented Feb 13, 2026

Summary

  • Add flush_interval -1 to the Caddy reverse_proxy config
  • Disables response buffering so Docker API streaming endpoints (attach, logs) forward container output to the client in real-time

Test plan

  • Deploy updated Caddy config and run docker run through the proxy — container stdout/stderr should now be visible

Caddy buffers responses by default, which prevents Docker API
streaming endpoints (attach, logs) from forwarding container
output to the client.
@firecow firecow self-assigned this Feb 13, 2026
@firecow firecow closed this Feb 13, 2026
@firecow firecow deleted the fix/flush-interval branch February 13, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant