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
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
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