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

Ubuntu 命令行 安装nginx

时间:2017-07-29 20:19:34      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:ubuntu   lis   root   file   conf   reload   name   目录   dex   

一、安装nginx

  apt-get install nginx

二、配置nginx,在d.conf目录下新建test.conf

  

server{
    listen 80;
    server_name z.z.net;
    location / {
        root /myfile/hx/;
    }
}

 

 

 

三、重启nginx

  nginx -s reload

 

四、打开

http://z.z.net/index.html

Ubuntu 命令行 安装nginx

标签:ubuntu   lis   root   file   conf   reload   name   目录   dex   

原文地址:http://www.cnblogs.com/iloveyou-sky/p/7257180.html

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