ubuntu 安装nginx

Posted forjie

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 安装nginx相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

sh 从源代码为Ubuntu 14.04安装最新的nginx

ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段

ubuntu安装nginx

ubuntu安装nginx

sh 在Ubuntu 14.04上从源代码安装Nginx,OpenSSL和ngx_pagespeed

Ubuntu16.04安装及配置nginx