start.sh 85 B

1234567
  1. #!/bin/sh
  2. # Start PHP-FPM
  3. php-fpm8.4 -D
  4. # Start Nginx in the foreground
  5. exec nginx