We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c2b50 commit 11f91f8Copy full SHA for 11f91f8
VERSION
@@ -1 +1 @@
1
-7.2.19
+7.2.20
overlay/etc/bf/init.d/23-www-conf.nu
@@ -7,10 +7,10 @@ export def main [] {
7
# set user / group to www
8
let fpm_conf = bf env PHP_FPM_CONF
9
let www = "www"
10
- bf-php ini replace_values_in_file $fpm_conf {user: $www, group: $www}
+ bf-php ini insert_or_replace_values_in_file $fpm_conf {user: $www, group: $www}
11
12
# if there is an override file, use it
13
let override_file = bf env PHP_FPM_OVERRIDE
14
let override_values = if ($override_file | path exists) { bf fs read $override_file | from json }
15
- bf-php ini replace_values_in_file $fpm_conf $override_values
+ bf-php ini insert_or_replace_values_in_file $fpm_conf $override_values
16
}
0 commit comments