技术栈

部署lnmp

乐渔leyu
6 个月前
部署·lnmp·gentoo·部署lnmp
Gentoo Linux部署LNMP一、安装nginx 1.gentoo-chxf ~ # emerge -av nginx 提示配置文件需更新 2.gentoo-chxf ~ # etc-update 3.gentoo-chxf ~ # emerge -av nginx 4.查看并启动nginx gentoo-chxf ~ # systemctl status nginx gentoo-chxf ~ # systemctl start nginx gentoo-chxf ~ # systemctl enable nginx 二、安装mar