From 52ee545b25763697b6c70d1a6aefce12b6ca767a Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 5 Jul 2017 23:01:03 +0200 Subject: [PATCH] Add template metadata for stock php-fpm.conf --- root/etc/e-smith/templates.metadata/etc/php-fpm.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 root/etc/e-smith/templates.metadata/etc/php-fpm.conf diff --git a/root/etc/e-smith/templates.metadata/etc/php-fpm.conf b/root/etc/e-smith/templates.metadata/etc/php-fpm.conf new file mode 100644 index 0000000..9afef20 --- /dev/null +++ b/root/etc/e-smith/templates.metadata/etc/php-fpm.conf @@ -0,0 +1,2 @@ +TEMPLATE_PATH="/etc/php-fpm.conf" +MORE_DATA={ PHP_VERSION => '', FPM_POOL_DIR => "/etc/php-fpm.d" }