start.sh 111 B

123456
  1. #!/bin/sh
  2. # Start PHP-FPM
  3. /etc/init.d/php-fpm8.4 start
  4. # Start Nginx in the foreground
  5. nginx -g 'daemon off;'