diff --git a/VERSION b/VERSION index a2931d3..7501d50 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.5.0 \ No newline at end of file +7.5.1 \ No newline at end of file diff --git a/overlay/etc/bf/init.d/23-www-conf.nu b/overlay/etc/bf/init.d/23-www-conf.nu index 340e2a7..2737069 100644 --- a/overlay/etc/bf/init.d/23-www-conf.nu +++ b/overlay/etc/bf/init.d/23-www-conf.nu @@ -4,8 +4,10 @@ bf env load # Apply any overrides to www.conf export def main [] { - # PHP-FPM configuration file + # set user / group to www let fpm_conf = bf env PHP_FPM_CONF + let www = "www" + bf-php ini insert_or_replace_values_in_file $fpm_conf {user: $www, group: $www} # load any override files and apply them let fpm_override = bf env PHP_FPM_OVERRIDE_D