Hi everyone! I had same isssue for a couple month ago on my Nginx+Linux mint system. It wasn't bind to any browser or something client-side. It was because Nginx solves each request that is not forvarded to script as a request for static content.
Adding fastcgi_script_ name <path> and fastcgi_script_ filename <file> helped me.