ftimme
2011-09-27 f19eb67c3e74798677fc1ccd36b3db564c09d198
install/dist/lib/gentoo.lib.php
@@ -653,7 +653,7 @@
         
         // PHP-FPM
         // Dont just copy over the php-fpm pool template but add some custom settings
         $content = rf('tpl/php_fpm_pool.conf.master');
         $content = rf('tpl/apps_php_fpm_pool.conf.master');
         $content = str_replace('{fpm_pool}', 'apps', $content);
         $content = str_replace('{fpm_port}', ($conf['nginx']['php_fpm_start_port']+1), $content);
         $content = str_replace('{fpm_user}', $apps_vhost_user, $content);