Re: fix error message for auth basic module.

2015-02-25 Thread Maxim Dounin
Hello! On Wed, Feb 25, 2015 at 11:19:22AM +0900, Toshikuni Fukaya wrote: > Hi, > > On 2015/02/25 1:34, Maxim Dounin wrote: > >Hello! > > > >On Tue, Feb 24, 2015 at 06:36:47PM +0900, Toshikuni Fukaya wrote: > > > >>Hi, > >> > >>I found a little bug on error logging for ngx_http_auth_basic_module.

Re: fix error message for auth basic module.

2015-02-24 Thread Toshikuni Fukaya
Hi, On 2015/02/25 1:34, Maxim Dounin wrote: Hello! On Tue, Feb 24, 2015 at 06:36:47PM +0900, Toshikuni Fukaya wrote: Hi, I found a little bug on error logging for ngx_http_auth_basic_module. My config is following: location / { set $file passwd; auth_basic "closed"; auth_basic_user

Re: fix error message for auth basic module.

2015-02-24 Thread Maxim Dounin
Hello! On Tue, Feb 24, 2015 at 06:36:47PM +0900, Toshikuni Fukaya wrote: > Hi, > > I found a little bug on error logging for ngx_http_auth_basic_module. > My config is following: > > location / { > set $file passwd; > auth_basic "closed"; > auth_basic_user_file /etc/nginx/$file; > } > >

fix error message for auth basic module.

2015-02-24 Thread Toshikuni Fukaya
Hi, I found a little bug on error logging for ngx_http_auth_basic_module. My config is following: location / { set $file passwd; auth_basic "closed"; auth_basic_user_file /etc/nginx/$file; } When access to the location with wrong user or password, nginx logged a user file name and it conta