
nginx
疯狂的鸡蛋
这个作者很懒,什么都没留下…
展开
-
laravel部署linx报错 Unknown: open_basedir restriction in effect. File is not within the allow
最近在本地开发的项目放到linux上以后访问不成功,页面显示No input file specified.错误 找到error.log一看错误为 FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: open_basedir restriction in effect. File(/home/wwwroot/web/public/index.php) is not within the allowed path(s): () i..原创 2020-10-14 18:02:19 · 1204 阅读 · 0 评论 -
lnmp1.5一键安装包支持thinkphp3.2.3的pathinfo模式
server { listen 80 default_server; #listen [::]:80 default_server ipv6only=on; server_name www.lnmp.org; index index.html index.htm index.php; root /home/...原创 2018-09-13 17:52:22 · 516 阅读 · 0 评论