On 1 June 2013 17:18, natostanco <nginx-forum at nginx.us> wrote: > No I mean like foo.bar.com and fooz.bar.com where each subdomain is declared > under different server blocks Yes, that's how nginx works. Just use a different server_name and (unless you have a wildcard cert) a different IP for each server{}. Jonathan