managing many server names

Patrick Aljord patcito at gmail.com
Tue Nov 17 07:48:49 MSK 2009


Hi,

I have my site config that looks like this:

server {
        listen   80;
        server_name  www.foo.com *.foo.com  foo.bar.net example.com
allnginx.com foobar.com barfoo.com xyz.com yzt.net;
        access_log  /var/log/nginx/foo.access.log;
        root /home/app/foo/current/public;
}

I allow my clients to use a cname for their domains, the problem is
that my site config is going to get huge because of all the
server_name values. Is there a way to move them to another file in a
var that I would include in the site config? Or maybe a more elegant
solution?

Thanks in advance,

Pat





More information about the nginx mailing list