Re: Location served by all virtual servers
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
Location served by all virtual servers
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?