No nginx metric graphs

I resolved the issue. I added allow all in nginx.conf in the location /nginx_status
image

Then I changed again the nginx module file to server_status_path : "/nginx_status" and reload both services.
image
image

Thanks.