start.sh 171 B

12345678910
  1. #!/bin/sh
  2. # Start PHP-FPM
  3. /etc/init.d/php-fpm84 start
  4. # Start Nginx in the foreground
  5. nginx -g 'daemon off;'
  6. echo "posizione $(pwd)"
  7. #touch /tmp/null
  8. #tail -f /tmp/null