uhttpd: set max_requests to 12

This limits the number of concurrent users to 2 or 3 (approx. 4 connections per
user), greatly reducing DoS potential.
This commit is contained in:
Nils Schneider 2014-08-22 14:12:40 +02:00
parent 28668c8c52
commit 4f8ce12325
1 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,7 @@ uci batch <<-EOF
set uhttpd.main.home=/lib/gluon/status-page/www
set uhttpd.main.max_requests=12
commit uhttpd
EOF