koken / docker-koken-lemp

Docker image for Koken. Uses Ubuntu, nginx, MySQL, and PHP 5.
MIT License
101 stars 43 forks source link

Split php-fpm into two pools (see #3) #6

Closed nicokaiser closed 10 years ago

nicokaiser commented 10 years ago

This pull request adds the "images" pool for php-fpm and redirects requests to /i.php to this pool. I'm not sure if pm.max_children is ok now with two pools, but this is a first try.

bradleyboy commented 10 years ago

@nicokaiser Thanks for kicking this off. :thumbsup: Added a few notes, let me know if you have any questions or thoughts.

nicokaiser commented 10 years ago

Thanks @bradleyboy! I updated the PR accordingly.

bradleyboy commented 10 years ago

Merged :rocket: Thanks @nicokaiser!