when having the following auth_basic and access configuration inside nginx, while also using crowdsec, it will always return 200 and not 401/403
auth_basic "Authorization required";
auth_basic_user_file /data/etc/access/3;
allow 127.0.0.1;
deny all;
satisfy any;
if I disable crowdsec it will return 401 and ask for a password and username