c0nw0nk Wrote:
-------------------------------------------------------
> I hate to bring bugs into this topic but seems possible that this is
> something Windows related.
>
> But auth_basic is not working.
[...]
> admin:Wjki8C1VIunc2
>
> So that would be
> Username : admin
> Pass : lol123
>
> But everylogin results in a password mismatch ?
You need htpasswd from Apache.
htpasswd.exe -nb admin lol123
Automatically using MD5 format on Windows.
admin:$apr1$Yv......$UNeVa4BMqWMQEEhasQ2Gs0
---
nginx for Windows http://nginx-win.ecsds.eu/