2012/2/26 António P. P. Almeida <appa at perusio.net>:
> server {
> server_name ^~www\.(?<domain>.*)$;
> return 301 http://$domain;
> }
>
Where can I read the documentation for this? It doesn't seem to be
mentioned in nginx.org docs and nginx wiki