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

Added sendfile support #292

Closed
wants to merge 2 commits into from
Closed

Conversation

dknell
Copy link

@dknell dknell commented Apr 7, 2014

There seems to be an issue in nginx on VirtualBox/Vagrant when sendfile is set to 'on'. This PR simply allows the user to override the default sendfile setting like this:

class { 'nginx': 
    sendfile             => 'off',
    proxy_http_version   => '1.1',
    proxy_set_header     => [
        'Upgrade $http_upgrade',
        'Connection "upgrade"',
        'Host $host'
    ]
}

@jfryman
Copy link
Contributor

jfryman commented Apr 11, 2014

Dig it! Thanks for the code

@globin
Copy link
Contributor

globin commented May 29, 2014

Any chances in getting this merged soonishly?

@jfryman
Copy link
Contributor

jfryman commented May 30, 2014

I could have sworn I did. 😳

Taking care of that now.

@jfryman
Copy link
Contributor

jfryman commented May 30, 2014

Aargh! Needs a rebase, @dbubs

@janorn
Copy link
Contributor

janorn commented Jun 22, 2014

This has now been added in #343

@jfryman jfryman closed this Jun 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants