首页 > nginx > NginxChsVirtualHostExample

NginxChsVirtualHostExample

2012年7月20日 发表评论 阅读评论

两个虚拟主机(纯静态-html 支持) - Two Virtual Hosts, Serving Static Files

 

 

虚拟主机标准配置(简化) - A Default Catchall Virtual Host

 

 

在父文件夹中建立子文件夹以指向子域名 - Wildcard Subdomains in a Parent Folder

这是一个添加子域名(或是当DNS已指向服务器时添加一个新域名)的简单方法。需要注意的是,我已经将FCGI配置进该文件了。如果你只想使服务器为静态文件服务,可以直接将FCGI配置信息注释掉,然后将默认主页文件变成index.html。

这个简单的方法比起为每一个域名建立一个 vhost.conf 配置文件来讲,只需要在现有的配置文件中增加如下内容:

This is just a really easy way to keep adding new subdomains, or to add new domains automatically when DNS records are pointed at the server. Note that I have included FCGI here as well. If you want to just serve static files, strip out the FCGI config and change the default document to index.html. Rather than creating a new vhost.conf file for every domain, just create one of these:

 

分类: nginx 标签: ,
  1. q
    2016年5月13日13:41 | #1

  2. 2015年7月9日16:14 | #2

    不错,简洁明了

  3. Tiger
    2015年5月4日14:00 | #3

    大爱本教程

  4. 2014年10月24日17:34 | #4
  1. 2015年6月17日17:35 | #1