Re: [vagrant-up] Using vagrant share with multiple subdomains in an nginx configuration.

2014-06-25 Thread Alvaro Miranda Aguilera
Hello >From nginx manual: http://nginx.org/en/docs/http/server_names.html Wildcard names A wildcard name may contain an asterisk only on the name’s start or end, and only on a dot border. The names “www.*.example.org” and “w*.example.org” are invalid. The name “*.example.org” matches not only w

[vagrant-up] Using vagrant share with multiple subdomains in an nginx configuration.

2014-06-24 Thread Josh Freeman
Hello, In my NGINX configuration I have a couple server objects setup assigned to different sub domains, eg: server_name test.dev server_name cms.test.dev server_name other.test.dev and so on, each in their own *server { }* object. These all work fine and dandy but I would like to if possible