summaryrefslogtreecommitdiff
path: root/templates/nginx.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nginx.conf.erb')
-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;