diff --git a/conf/php_status.conf b/conf/_php_status.conf similarity index 100% rename from conf/php_status.conf rename to conf/_php_status.conf diff --git a/scripts/_common.sh b/scripts/_common.sh index efaa543..331ae18 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -116,7 +116,7 @@ config_php_fpm() { pool_version=$(echo "$pool_dir_by_version" | cut -d/ -f4) pool_file="/etc/php/$pool_version/fpm/pool.d/${app}_status.conf" if ynh_package_is_installed --package="php$pool_version-fpm"; then - ynh_add_jinja_config --template=php_status.conf --destination="$pool_file" + ynh_add_jinja_config --template=_php_status.conf --destination="$pool_file" chown root:root "$pool_file" chmod 444 "$pool_file"