Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
docker-php-fpm
Commits
72f176e7
Commit
72f176e7
authored
Mar 17, 2021
by
Michał 'czesiek' Czyżewski
Browse files
Fix error_log perms
parent
bbf2c4a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
start.sh
start.sh
+3
-0
No files found.
start.sh
View file @
72f176e7
...
@@ -233,6 +233,9 @@ else
...
@@ -233,6 +233,9 @@ else
# set the default error location.
# set the default error location.
echo
"+-- error log..."
echo
"+-- error log..."
echo
"php_admin_value[error_log] =
$PHP_ERROR_LOG
"
>>
/etc/php/7.3/fpm/pool.d/
$PHP_APP_NAME
.conf
echo
"php_admin_value[error_log] =
$PHP_ERROR_LOG
"
>>
/etc/php/7.3/fpm/pool.d/
$PHP_APP_NAME
.conf
# make sure the $PHP_ERROR_LOG file exists and is owned by our app user
touch
$PHP_ERROR_LOG
chown
$PHP_APP_USER
:
$PHP_APP_GROUP
$PHP_ERROR_LOG
fi
fi
# Change the default pidfile location.
# Change the default pidfile location.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment