Bug or feature

Dear Reader.

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

My logformat looks like this.

############
log_format upstream_log '$remote_addr [$time_local] ’
'“$request” $status $body_bytes_sent ’
'up_resp_leng $upstream_response_length up_stat
$upstream_status ’
‘up_resp_time $upstream_response_time
request_time $request_time’;
############

Is this a expected behavior ;-)?

Cheers
Aleks

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

Hi there,

Feature.

Module ngx_http_upstream_module

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 D. [email protected]