# HG changeset patch # User Andrei Belov # Date 1395231917 -14400 # Node ID ebe027a963f423fa4e5f0fd968e5ca509b62a27b # Parent 287c2a9c9d6346cb6c35e9f80ebc198fe9c9c75b Typo fixed. diff -r 287c2a9c9d63 -r ebe027a963f4 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Mar 18 22:11:32 2014 +0400 +++ b/xml/en/docs/http/ngx_http_core_module.xml Wed Mar 19 16:25:17 2014 +0400 @@ -2267,7 +2267,7 @@ It is also possible to use regular expressions in server names, -preceeding the name with a tilde (“~”): +preceding the name with a tilde (“~”): server { server_name www.example.com ~^www\d+\.example\.com$;