So it turns out the location of the munin directory for output was wrong. The docs pointed to /var/www/munin, but the www directory for nginx is in /usr/share/nginx/www, so the munin directory must be located in /usr/share/nginx/www/munin (or a symbolic link can be created) and permissions must be s...