摘要: nginx设置自动启动 第一步 在/etc/rc.d/rc.local中添加nginx启动命令行: /usr/local/nginx/sbin/nginx 第二步 然后添加执行权限 chmod +x /etc/rc.d/rc.local 第三步 重启 reboot 阅读全文
posted @ 2023-02-25 14:15 LILEI-2 阅读(40) 评论(0) 推荐(0)