Skip to content

Commit b397961

Browse files
authored
v7.5.1 (#239)
Minor updates * Restoring setting user / group to www for FPM
1 parent 70d8aa2 commit b397961

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.0
1+
7.5.1

overlay/etc/bf/init.d/23-www-conf.nu

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ bf env load
44

55
# Apply any overrides to www.conf
66
export def main [] {
7-
# PHP-FPM configuration file
7+
# set user / group to www
88
let fpm_conf = bf env PHP_FPM_CONF
9+
let www = "www"
10+
bf-php ini insert_or_replace_values_in_file $fpm_conf {user: $www, group: $www}
911

1012
# load any override files and apply them
1113
let fpm_override = bf env PHP_FPM_OVERRIDE_D

0 commit comments

Comments
 (0)