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 8d2e1dc commit 439b15bCopy full SHA for 439b15b
1 file changed
templates/entrypoints/lib/php.sh
@@ -23,14 +23,14 @@ prepare_php_config() {
23
export PHP_FPM_PM_MAX_REQUESTS
24
25
if [ "$(id -u)" -eq 0 ]; then
26
- [[ -f "$PHP_ZBX_CONFIG_FILE" ]] || error "Missing configuration file: $PHP_CONFIG_FILE"
+ [[ -f "$PHP_ZBX_CONFIG_FILE" ]] || error "Missing configuration file: $PHP_ZBX_CONFIG_FILE"
27
28
{
29
echo "user = ${DAEMON_USER}"
30
echo "group = ${DAEMON_GROUP}"
31
echo "listen.owner = ${DAEMON_USER}"
32
echo "listen.group = ${DAEMON_GROUP}"
33
- } >> "$PHP_CONFIG_FILE"
+ } >> "$PHP_ZBX_CONFIG_FILE"
34
fi
35
36
: "${EXPOSE_WEB_SERVER_INFO:=on}"
0 commit comments