5290589 发表于 2018-11-15 11:26:26

nginx 500 error

注:看/etc/profile文件中是否存在“ulimit -S -c 0”前面添加一个#号  #etc profile
  cmd=`/bin/cat /etc/profile|grep 'ulimit -S -c 0'|grep -v '^#'`
  if [ $cmd ]
  then
  /bin/sed -i 's/ulimit -S -c 0/#&/' /etc/profile
  fi

页: [1]
查看完整版本: nginx 500 error