change logdir to log_dir when calling config from init
This commit is contained in:
parent
1eb0b126c4
commit
d08b140832
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class nginx (
|
|||
http_tcp_nodelay => $http_tcp_nodelay,
|
||||
http_tcp_nopush => $http_tcp_nopush,
|
||||
keepalive_timeout => $keepalive_timeout,
|
||||
logdir => $logdir,
|
||||
log_dir => $logdir,
|
||||
mail => $mail,
|
||||
multi_accept => $multi_accept,
|
||||
names_hash_bucket_size => $names_hash_bucket_size,
|
||||
|
|
Loading…
Reference in a new issue