You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @joboscribe given nginx defaults to sendfile off can't you just set the module's sendfile parameter to something other than 'on'? Then sendfile on will be removed from the config and sendfile will be disabled.
We tried that originally under the same line of reasoning but still saw static file mangling, although i'm unable to reliable reproduce the issue now that i actually want to.
Hi @joboscribe are you still running into this issue? I saw you weren't able to replicate, so if that's still the case I'm assuming this is no longer an issue for you.
Looks like sendfile was made configurable by 3387346 but then 5b28d05 removed that.
Without being able to explicitly set
sendfile off
on our Vagrant boxes we're running into those good old known issues with static files.The text was updated successfully, but these errors were encountered: