|
支持环境apache mysql5.7 php7.1
安装php扩展 fieinfo sg11 redis
其中fileifo如果内存小于1G可能安装部上
解解决方法Linux工具箱 设置虚拟内存
添加swap 把0改成1024 即可
禁用函数 :
proc_open putenv pcntl_alarm pcntl_signal system 没有的话可以忽略
重启php
设置伪静态
location / {undefined
try_files $uri $uri/ /index.php$is_args$args;
}
location / { try_files $uri /index.php$is_args$args;}
7.1或以下版本 网站根目录下执行依赖
composer install --ignore-platform-reqs
添加定时任务
php /www/wwwroot/baidu.com/artisan schedule:run >> /dev/null 2>&1
|
|