Bug or feature

Francis Daly francis at daoine.org
Wed Jan 28 19:02:28 UTC 2015


On Wed, Jan 28, 2015 at 10:43:30AM +0100, Aleksandar Lazic wrote:

Hi there,

Feature.

> I have setup ed only mod_proxy
> 
> http://nginx.org/en/docs/http/ngx_http_proxy_module.html
> 
> ....
> proxy_pass $my_upstream;
> ...
> 
> 
> no mod_upstream.
> 
> http://nginx.org/en/docs/http/ngx_http_upstream_module.html

You are using the "upstream" module.

You are not using any specific directives from the module, so they all
take their default values (which happens to be "unset").

> Is this a expected behavior ;-)?

That it works, is expected.

	f
-- 
Francis Daly        francis at daoine.org



More information about the nginx mailing list