nginx-0.7.40

Dave Cheney dave at cheney.net
Mon Mar 9 12:40:24 MSK 2009


Igor, that is awesome. Thanks!

Cheers

Dave

On 09/03/2009, at 7:58 PM, Igor Sysoev wrote:

> server_name:
>
> server {
>    server_name   ~^(www\.)?(.+)$;
>
>    location / {
>        root  /sites/$2;
>    }
> }






More information about the nginx mailing list