PHP-FPM update

This commit is contained in:
Andrei Condurachi 2020-11-20 16:49:35 +02:00
parent 2687a23a8e
commit 77c818ced1
1 changed files with 3 additions and 0 deletions

3
run.sh
View File

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