Created
July 18, 2014 14:34
-
-
Save bdunogier/71b2413757fcdbcd8aa5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[fpm] | |
user = www-data | |
group = www-data | |
listen = 9000 | |
pm = dynamic | |
pm.max_children = 5 | |
pm.start_servers = 2 | |
pm.min_spare_servers = 1 | |
pm.max_spare_servers = 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment