There was an error while loading. Please reload this page.
1 parent 70d8aa2 commit b397961Copy full SHA for b397961
VERSION
@@ -1 +1 @@
1
-7.5.0
+7.5.1
overlay/etc/bf/init.d/23-www-conf.nu
@@ -4,8 +4,10 @@ bf env load
4
5
# Apply any overrides to www.conf
6
export def main [] {
7
- # PHP-FPM configuration file
+ # set user / group to www
8
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}
11
12
# load any override files and apply them
13
let fpm_override = bf env PHP_FPM_OVERRIDE_D
0 commit comments