linux下安装nginx

https://lnmp.com/install.html  lnmp安装在/usr/local/src

 

 

 

https://blog.csdn.net/qq_40662918/article/details/78787630 thinkphp 项目上线遇到的坑博客(参考)

 

 

隐藏入口文件

location /

{

if (!-e $request_filename) {

rewrite  ^(.*)$ /index.php?s=/$1  last;

break;

}

}

 

上传数据库

 

 

之后点击ssh

 

 

密码为linux连接密码

 

 

 

 

https://lnmp.org/faq/addons.html memcache安装参考

 

posted @ 2019-11-09 16:03  来自地狱的天使  阅读(16)  评论(0)    收藏  举报