Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sendfile not fully configurable #422

Closed
joboscribe opened this issue Aug 22, 2014 · 4 comments
Closed

Sendfile not fully configurable #422

joboscribe opened this issue Aug 22, 2014 · 4 comments
Labels
needs-feedback Further information is requested

Comments

@joboscribe
Copy link

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.

@3flex
Copy link
Contributor

3flex commented Aug 22, 2014

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.

@joboscribe
Copy link
Author

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.

@3flex
Copy link
Contributor

3flex commented Apr 10, 2015

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.

@3flex 3flex added the needs-feedback Further information is requested label Apr 11, 2015
@joboscribe
Copy link
Author

I haven't been able to reproduce this issue lately. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-feedback Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants