From: Silvio Rhatto Date: Wed, 17 Feb 2010 22:14:02 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f4f36da96cb1198cfa7d550e83c00f8a0059a892;p=puppet-nginx.git Minor fix --- diff --git a/templates/nginx.conf.erb b/templates/nginx.conf.erb index 63f32c5..ca88b45 100644 --- a/templates/nginx.conf.erb +++ b/templates/nginx.conf.erb @@ -1,5 +1,5 @@ user www-data; -worker_processes <%= worker_processes = 4 %>; +worker_processes <%= worker_processes %>; error_log /var/log/nginx/error.log; pid /var/run/nginx.pid;