Regular expressions in server_name: pattern length

Michael Shadle mike503 at gmail.com
Wed Dec 9 15:55:41 MSK 2009


cool!

I only use captures in one place but this might make things nicer. Is
that $domain accessable to anything inside of that server {} block?
even something inside of an include for example?

On Wed, Dec 9, 2009 at 4:53 AM, Igor Sysoev <igor at sysoev.ru> wrote:
> On Wed, Dec 09, 2009 at 04:51:33AM -0800, Michael Shadle wrote:
>
>> On Wed, Dec 9, 2009 at 4:49 AM, Igor Sysoev <igor at sysoev.ru> wrote:
>>
>> > Named server_name captures can be used since 0.8.25.
>>
>> What do you mean by 'named'
>
> server {
>    server_name   ~^(www\.)?(?<domain>.+)$;
>
>    location / {
>        root  /sites/$domain;
>    }
> }
>
>
> --
> Igor Sysoev
> http://sysoev.ru/en/
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list