Proxying Flood with Lighttpd #819
Closed
eightmillion
started this conversation in
General
Replies: 1 comment 1 reply
-
ok, add it to wiki https://github.com/jesec/flood/wiki/Using-Flood-behind-a-web-server-(lighttpd) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was struggling to get flood reverse proxied using lighttpd. Flood would never finish loading in the browser until I killed flood on the server. It turns out lighttpd tries to buffer event streams fully before serving them to the client. Adding
server.stream-response-body = 1
to lighttpd.conf completely fixes this issue.Beta Was this translation helpful? Give feedback.
All reactions