Florian Schaal
2016-02-10 42e4c6e34d9ba18eebf16ef3b0c0af290c3d58d1
install/dist/lib/gentoo.lib.php
@@ -775,7 +775,11 @@
         //$content = str_replace('{fpm_port}', ($conf['nginx']['php_fpm_start_port']+1), $content);
         $content = str_replace('{fpm_socket}', $fpm_socket, $content);
         $content = str_replace('{cgi_socket}', $cgi_socket, $content);
         // SSL in apps vhost is off by default. Might change later.
         $content = str_replace('{ssl_on}', 'off', $content);
         $content = str_replace('{ssl_comment}', '#', $content);
         wf($vhost_conf_dir.'/apps.vhost', $content);
         // PHP-FPM