admin管理员组文章数量:1026989
一、官网
官网:Advanced Load Balancer, Web Server, & Reverse Proxy - NGINX
中文文档:Nginx中文文档
二、linux版本:lsb_release -a
三、查看是否有可用的nginx源:yum list|grep nginx
四、安装nginx:yum install nginx
五、启动nginx:systemctl start nginx
六、查看nginx 进程:ps -ef|grep nginx
七、设置开机自启动:systemctl enable nginx;查看设置效果:systemctl list-unit-files|grep enabled
八、nginx常用命令
8.1:systemctl start nginx ----启动
8.2:systemctl stop nginx ----停止
8.3:systemctl status nginx ----查看运行状态
8.4:nginx -s reload ----重启
注:以上内容仅提供参考和交流,请勿用于商业用途,如有侵权联系本人删除!
一、官网
官网:Advanced Load Balancer, Web Server, & Reverse Proxy - NGINX
中文文档:Nginx中文文档
二、linux版本:lsb_release -a
三、查看是否有可用的nginx源:yum list|grep nginx
四、安装nginx:yum install nginx
五、启动nginx:systemctl start nginx
六、查看nginx 进程:ps -ef|grep nginx
七、设置开机自启动:systemctl enable nginx;查看设置效果:systemctl list-unit-files|grep enabled
八、nginx常用命令
8.1:systemctl start nginx ----启动
8.2:systemctl stop nginx ----停止
8.3:systemctl status nginx ----查看运行状态
8.4:nginx -s reload ----重启
注:以上内容仅提供参考和交流,请勿用于商业用途,如有侵权联系本人删除!
版权声明:本文标题:Linux下Nginx安装与配置 (yum 软件源下载安装) 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/jiaocheng/1738339783a1563372.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论