Igor Sysoev wrote: > It's possible: > > server { > server_name ~^([a-z]{2,3})?\d{3,6}\.mysite\.org$; > } > > server { > server_name ~^(\w+)\.mysite\.org$; > } > Is this with the latest devel, or stable? > You may also control the order of sites. > Can you give an example on how to do this? Thanks Igor!