找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 60|回复: 7

求助一下nginx的域名绑定

[复制链接]

29

主题

17

回帖

141

积分

注册会员

积分
141
发表于 2012-8-24 15:50:32 | 显示全部楼层 |阅读模式
本帖最后由 jellday 于 2012-8-24 15:51 编辑

想问一下,我要加很多域名,能不能在vhost目录下建一个文件,然后加很多个server 段(就是server{...})?

就是例如 mydomain.conf[ol]
  • server
  •         {
  •                 listen       80;
  •                 server_name abc.mydomain.com;
  •                 index index.html index.htm index.php default.html default.htm default.php;
  •                 root  /home/wwwroot/mydomain.com/abc;
  •                 include none.conf;
  •                 location ~ .*\.(php|php5)?$
  •                         {
  •                                 fastcgi_pass  unix:/tmp/php-cgi.sock;
  •                                 fastcgi_index index.php;
  •                                 include fcgi.conf;
  •                         }
  •                 location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  •                         {
  •                                 expires      30d;
  •                         }
  •                 location ~ .*\.(js|css)?$
  •                         {
  •                                 expires      12h;
  •                         }
  •                 access_log off;
  •         }
  • server
  •         {
  •                 listen       80;
  •                 server_name aaa.mydomain.com;
  •                 index index.html index.htm index.php default.html default.htm default.php;
  •                 root  /home/wwwroot/mydomain.com/aaa;
  •                 include none.conf;
  •                 location ~ .*\.(php|php5)?$
  •                         {
  •                                 fastcgi_pass  unix:/tmp/php-cgi.sock;
  •                                 fastcgi_index index.php;
  •                                 include fcgi.conf;
  •                         }
  •                 location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  •                         {
  •                                 expires      30d;
  •                         }
  •                 location ~ .*\.(js|css)?$
  •                         {
  •                                 expires      12h;
  •                         }
  •                 access_log off;
  •         }
  • server
  •         {
  •                 listen       80;
  •                 server_name bbb.mydomain.com;
  •                 index index.html index.htm index.php default.html default.htm default.php;
  •                 root  /home/wwwroot/mydomain.com/bbb;
  •                 include none.conf;
  •                 location ~ .*\.(php|php5)?$
  •                         {
  •                                 fastcgi_pass  unix:/tmp/php-cgi.sock;
  •                                 fastcgi_index index.php;
  •                                 include fcgi.conf;
  •                         }
  •                 location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  •                         {
  •                                 expires      30d;
  •                         }
  •                 location ~ .*\.(js|css)?$
  •                         {
  •                                 expires      12h;
  •                         }
  •                 access_log off;
  •         }
  • [/ol]复制代码有三个server段,行吗?
    还是说必须每个域名一个conf文件呢?
  • 回复

    使用道具 举报

    35

    主题

    436

    回帖

    997

    积分

    高级会员

    积分
    997
    发表于 2012-8-24 15:50:59 | 显示全部楼层
    都额可以
    回复

    使用道具 举报

    946

    主题

    9831

    回帖

    2万

    积分

    论坛元老

    积分
    22530
    发表于 2012-8-24 15:53:15 | 显示全部楼层
    回复

    使用道具 举报

    503

    主题

    9672

    回帖

    2万

    积分

    论坛元老

    积分
    20889
    发表于 2012-8-24 15:54:39 | 显示全部楼层
    可以呀
    回复

    使用道具 举报

    197

    主题

    2017

    回帖

    4653

    积分

    论坛元老

    积分
    4653
    发表于 2012-8-24 15:56:19 | 显示全部楼层
    可以的。
    回复

    使用道具 举报

    83

    主题

    2353

    回帖

    4993

    积分

    论坛元老

    积分
    4993
    发表于 2012-8-24 15:56:59 | 显示全部楼层
    多谢各位!
    回复

    使用道具 举报

    29

    主题

    17

    回帖

    141

    积分

    注册会员

    积分
    141
     楼主| 发表于 2012-8-24 15:57:56 | 显示全部楼层
    域名不多,分开好。 多的的话自然合并
    回复

    使用道具 举报

    325

    主题

    1638

    回帖

    4309

    积分

    论坛元老

    积分
    4309
    发表于 2012-8-24 16:04:52 | 显示全部楼层

    单手摘月 发表于 2012-8-24 15:53



    可以,本来就是全部在nginx.conf里面的,lnmp一键包什么的把他们分开而已

    思密达
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Discuz! X

    GMT+8, 2025-1-11 20:50 , Processed in 0.019280 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表