summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/lighttpd/lorry-controller-webapp-httpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/lighttpd/lorry-controller-webapp-httpd.conf b/etc/lighttpd/lorry-controller-webapp-httpd.conf
index 319c8ec..206371e 100644
--- a/etc/lighttpd/lorry-controller-webapp-httpd.conf
+++ b/etc/lighttpd/lorry-controller-webapp-httpd.conf
@@ -27,7 +27,7 @@ $SERVER["socket"] == "127.0.0.1:12765" {
"socket" => "/run/lighttpd-lorry/lorry-controller-webapp.socket",
"bin-path" => "/usr/bin/lorry-controller-webapp --config=/etc/lorry-controller/webapp.conf",
"check-local" => "disable",
- "max-procs" => 16,
+ "max-procs" => 1,
)
)
)