start.sh 166 B

123456789
  1. #!/bin/bash
  2. chown -R www:www /tmp
  3. chown -R www:www /alidata/www/protected/runtime/
  4. #启动php
  5. php-fpm
  6. #启动Nginx
  7. /alidata/server/nginx/sbin/nginx -g "daemon off;"