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
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
> (
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
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?