码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu 安装nginx

时间:2018-11-23 17:31:12      阅读:388      评论:0      收藏:0      [点我收藏+]

标签:res   color   htm   install   nginx   stat   状态   启动   class   

1,安装nginx

sudo apt-get install nginx

启动nginx
service nginx start  启动
service nginx stop   停止
service nginx reload   重启  
service nginx restart   重新开始
service nginx status   状态

也可以用另外的方法启动
systemctl start nginx
systemctl start nginx.service
systemctl stop nginx
systemctl reload nginx
systemctl restart nginx
systemctl status nginx

PS:自己测试报错,希望有人能解决,报错如下
System has not been booted with systemd as init system (PID 1). Can‘t operate.

2,启动nginx后

看下自己的端口,ifconfig拿到ip测试下

在htm5页面上输入自己的ip,端口默认是80
1,nginx默认开始页面只想 /var/www/html文件下的页面

 

ubuntu 安装nginx

标签:res   color   htm   install   nginx   stat   状态   启动   class   

原文地址:https://www.cnblogs.com/52forjie/p/10008689.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!