mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-19 06:34:25 -05:00
5eb3ff1598
applications/ configs/ lists/ wwwroot/
5 lines
203 B
Bash
5 lines
203 B
Bash
php-fpm --allow-to-run-as-root --nodaemonize --fpm-config /etc/php/php-fpm.conf
|
|
|
|
sed -i 's|user.*=.*|user = '$user'|g' "$ETC_DIR"/*/www.conf
|
|
sed -i 's|group.*=.*|group = '$user'|g' "$ETC_DIR"/*/www.conf
|