PHP-FPM update

This commit is contained in:
Andrei Condurachi 2020-11-20 17:37:58 +02:00
parent 54ea39c70e
commit 3f62e418ee
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -1,6 +1,6 @@
#!/bin/sh
# Start PHP-FPM in the background
php-fpm -D
php-fpm -F
# Start Apache
service httpd start