2 messages in ru.sysoev.nginxWildcard servername error
FromSent OnAttachments
Zoltan HERPAIJan 23, 2009 5:30 am 
Igor SysoevJan 23, 2009 5:34 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Wildcard servername errorActions...
From:Zoltan HERPAI (wigy@uid0.hu)
Date:Jan 23, 2009 5:30:57 am
List:ru.sysoev.nginx

Hi,

I would like to use the following servernames in my vhost configuration:

server_name test.domain1 test.domain2 test.*.domain1 test.*.domain2;

I've read in the doc (http://wiki.codemongers.com/NginxVirtualHostExample) that it's possible to do this, however when I try to start nginx, it dies with the following:

Starting nginx: 2009/01/23 14:28:36 [emerg] 19004#0: invalid server name or wildcard "test.*.domain1" on 0.0.0.0:81

This nginx-0.6.34 is installed from Ubuntu repository, if this counts. Can anyone shed some light please on this problem?

Regards, -w-