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.
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
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;
> }
>
>
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