8 messages in ru.sysoev.nginxRe: nginx: server_name wildcard not w...
FromSent OnAttachments
Igor ClarkJun 27, 2007 4:00 am 
Wayne E. SeguinJun 27, 2007 4:59 am 
Igor ClarkJun 27, 2007 6:20 am 
Wayne E. SeguinJun 27, 2007 6:53 am 
Igor ClarkJun 27, 2007 7:14 am 
Igor SysoevJul 5, 2007 1:35 pm 
Igor SysoevJul 5, 2007 1:36 pm 
Igor ClarkJul 9, 2007 2:36 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:Re: nginx: server_name wildcard not workingActions...
From:Wayne E. Seguin (wayn@public.gmane.org)
Date:Jun 27, 2007 4:59:28 am
List:ru.sysoev.nginx

On Jun 27, 2007, at 07:01 , Igor Clark wrote:

Hi there,

We have developers working with various versions of web servers and programming languages, for different clients and environments. I'm trying to do this:

server { listen 80; server_name apache1 *.apache1.*.mydomain.com;

From what I understand wildcards may be only in front, and the 0.6 branch will allow wildcards at the end.

http://wiki.codemongers.com/NginxHttpMapModule?highlight=%28%2A.%29