summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-17 20:14:02 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-17 20:14:02 -0200
commitf4f36da96cb1198cfa7d550e83c00f8a0059a892 (patch)
treee3f3659325bd3296f8147e8b72beba46c8ecd5e1
parentafda24e77e885f8c819596f0a3f279d37a3b7b8a (diff)
downloadpuppet-nginx-f4f36da96cb1198cfa7d550e83c00f8a0059a892.tar.gz
puppet-nginx-f4f36da96cb1198cfa7d550e83c00f8a0059a892.tar.bz2
Minor fix
-rw-r--r--templates/nginx.conf.erb2
1 files changed, 1 insertions, 1 deletions
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;