Limit number of parallel connections

This commit is contained in:
Unrud
2016-06-10 14:36:44 +02:00
parent e438d9fd4b
commit 83ea9da2b4
4 changed files with 22 additions and 2 deletions

3
config
View File

@ -24,6 +24,9 @@
# File storing the PID in daemon mode
#pid =
# Max parallel connections
#max_connections = 20
# Max size of request body (bytes)
#max_content_length = 10000000