Re: Problem with auth_basic and auth_basic_user_file

2014-06-24 Thread Varix
Hallo Maxim, thanks. I copy some errorpages in the custom errorpage folder and all is OK. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251118,251134#msg-251134 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinf

Re: Problem with auth_basic and auth_basic_user_file

2014-06-23 Thread Maxim Dounin
Hello! On Mon, Jun 23, 2014 at 03:26:14PM -0400, Varix wrote: > Hallo, > > I want a login for this location. > > location /TEST/ { >alias /www/c2c/; >} > > With > > location /TEST/ { >alias /www/c2c/; >auth_basic "Test Auth"; > } > > no username

Problem with auth_basic and auth_basic_user_file

2014-06-23 Thread Varix
Hallo, I want a login for this location. location /TEST/ { alias /www/c2c/; } With location /TEST/ { alias /www/c2c/; auth_basic "Test Auth"; } no username/password box in the browser. I see the index.html site from the c2c folder With location