commit | c135fa545d314c220ce509434eb41a3f46c2c449 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Nov 25 12:28:45 2015 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Nov 25 12:29:49 2015 +0100 |
tree | 65139ab3906d1c5b59094ce90ef68aa3eca45302 | |
parent | 66c545eae1e2ddcfd219281b294f356ef75160bc [diff] [blame] |
Allow setting custom mpm and parameters
diff --git a/README.rst b/README.rst index beb4b3e..2e41e81 100644 --- a/README.rst +++ b/README.rst
@@ -84,6 +84,20 @@ address: 'git@repo1.domain.cz:impress/billometer.git' revision: 'master' +Tune settings of mpm_prefork + +.. code-block:: yaml + + parameters: + apache: + mpm: + prefork: + max_clients: 250 + servers: + min: 32 + max: 64 + max_requests: 4000 + Example pillar ==============