码迷,mamicode.com
首页 > 其他好文 > 详细

2.配置范例站点站点

时间:2018-04-26 12:20:14      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:index   img   技术   技术分享   bin   说明   sts   nts   分享   

配置范例站点站点
序号
域名
目录
1
www.heytool.com
/www/html/www.heytool.com
2
bbs.heytool.com
/www/html/bbs.heytool.com

修改nginx 配置文件:
# vi nginx.conf
user nobody nobody; # 运行 nginx 的所属组和所有者

技术分享图片

技术分享图片

Nginx 启动关闭
# /usr/local/nginx-1.0.6/sbin/nginx //启动 nginx

# /usr/local/nginx-1.0.6/sbin/nginx –t //测试 nginx 配置文件的准确性
# /usr/local/nginx-1.0.6/sbin/nginx –s reload //重载 nginx
# /usr/local/nginx-1.0.6/sbin/nginx –s stop //关闭 nginx
测试
创建测试站点
# mkdir –p /www/html/www.heytool.com
# mkdir –p /www/html/bbs.heytool.com
# echo “www.heytool.com” > /www/html/www.heytool.com/index.html
# echo “bbs.heytool.com” > /www/html/bbs.heytool.com/index.html
启动nginx
# /usr/local/nginx-1.0.6/sbin/nginx –t //看到 ok 和 successful,说明配置文件没问题
nginx: the configuration file /usr/local/ nginx-1.0.6/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/ nginx-1.0.6/conf/nginx.conf test is successful
# /usr/local/nginx-1.0.6/sbin/nginx
绑定hosts,测试
把两个域名指向 192.168.1.202
192.168.1.202 www.heytool.com
192.168.1.202 bbs.heytool.com
打开 www.heytool.com,如下图:
nginx
打开 bbs.heytool.com,如下图:
nginx
完毕!!!!

 

 

 

 

2.配置范例站点站点

标签:index   img   技术   技术分享   bin   说明   sts   nts   分享   

原文地址:https://www.cnblogs.com/mmdln/p/8949924.html

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