> What actual requests are made that are challenged for
> authentication? Check your access_log for http 401.
>
> At a guess, it is just /analytics/piwik.js that you care about here.
>
> So: add
>
> location = /analytics/piwik.js {auth_basic off;}
>
> inside your "location /analytics {}" bloc
Hey folks, Nginx noob here. I also posted here with no luck yet:
http://forum.piwik.org/read.php?2,123492
I have Piwik setup and running on a Nginx webserver that I protected with
HTTP basic authentication, as seen below.
location /analytics {
alias /var/www/piwik/;
auth_basic "Restricted";
auth_