Skip to content
Snippets Groups Projects
Commit 4f8ce123 authored by Nils Schneider's avatar Nils Schneider
Browse files

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.
parent 28668c8c
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,7 @@ uci batch <<-EOF ...@@ -9,5 +9,7 @@ uci batch <<-EOF
set uhttpd.main.home=/lib/gluon/status-page/www set uhttpd.main.home=/lib/gluon/status-page/www
set uhttpd.main.max_requests=12
commit uhttpd commit uhttpd
EOF EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment