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

Nginx 配置默认虚拟主机

时间:2017-06-18 12:07:37      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:efault   get   主机   index.php   nginx   hosts   root   style   dex   

为什么要配置默认的虚拟主机:http://www.cnblogs.com/pzk7788/p/7039496.html

[root@localhost ~]# vim /usr/local/nginx/conf/vhosts/default.conf
server {
    listen 80 default_server;
    server_name localhost;
    index index.html index.htm index.php;
    root /tmp/1233;
    deny all;
}
[root@localhost ~]# mkdir /tmp/1233

 

 

 

 

    

Nginx 配置默认虚拟主机

标签:efault   get   主机   index.php   nginx   hosts   root   style   dex   

原文地址:http://www.cnblogs.com/pzk7788/p/7043558.html

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