This commit is contained in:
parent
482b648aed
commit
e313dad836
@ -51,6 +51,9 @@ function start_services() {
|
|||||||
php-fpm83 --nodaemonize &
|
php-fpm83 --nodaemonize &
|
||||||
PHP_FPM_PID=$!
|
PHP_FPM_PID=$!
|
||||||
|
|
||||||
|
# Fix permissions
|
||||||
|
chmod 777 /run/php/php.sock
|
||||||
|
|
||||||
nginx -g 'daemon off;' &
|
nginx -g 'daemon off;' &
|
||||||
NGINX_PID=$!
|
NGINX_PID=$!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user