Re: Location served by all virtual servers

2015-01-06 Thread blu
That helps! Thank you! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255955,255968#msg-255968 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Location served by all virtual servers

2015-01-05 Thread Edho Arief
On Tue, Jan 6, 2015 at 3:47 AM, Styopa Semenukha wrote: > The hostname "domain1.com" is NOT matched by wildcard "*.domain1.com" (this > only matches subdomains), so it gets served by the default virtual host. Since > you don't have an explicit definiton of the default vhost, it's the first one > (

Re: Location served by all virtual servers

2015-01-05 Thread Styopa Semenukha
On Monday, January 05, 2015 01:11:08 PM blu wrote: > Hi, I have some configuration issue with my nginx. Currently both URLs > return the same page when I open: > http://domain1.com/SharedFIles and http://domain2.com/SharedFiles. > > Location "SharedFiles" is definied only in one virtual server (do

Location served by all virtual servers

2015-01-05 Thread blu
Hi, I have some configuration issue with my nginx. Currently both URLs return the same page when I open: http://domain1.com/SharedFIles and http://domain2.com/SharedFiles. Location "SharedFiles" is definied only in one virtual server (domain2) however it is accessible from both domains. How come?