Fix sendfile config

Conflicts:
	manifests/config.pp
	manifests/init.pp
This commit is contained in:
Markus Handschuh 2014-05-28 09:48:07 +02:00 committed by Robin Gloster
parent 3387346d4b
commit 372b44276e
2 changed files with 2 additions and 0 deletions

View file

@ -50,6 +50,7 @@ class nginx::config(
$proxy_redirect = $nginx::params::nx_proxy_redirect,
$proxy_send_timeout = $nginx::params::nx_proxy_send_timeout,
$proxy_set_header = $nginx::params::nx_proxy_set_header,
$sendfile = $nginx::params::nx_sendfile,
$server_tokens = $nginx::params::nx_server_tokens,
$super_user = $nginx::params::nx_super_user,
$types_hash_bucket_size = $nginx::params::nx_types_hash_bucket_size,

View file

@ -210,6 +210,7 @@ class nginx (
proxy_redirect => $proxy_redirect,
proxy_send_timeout => $proxy_send_timeout,
proxy_set_header => $proxy_set_header,
sendfile => $sendfile,
server_tokens => $server_tokens,
super_user => $super_user,
vhost_purge => $vhost_purge,