meteor-please
meteor-please copied to clipboard
Meteor app doesn't seem to be running, just nginx
I'm using mplz on a vanilla CentOS7 distro and can't seem to get the app itself to run. All pages on the website just load the default nginx error page.
The meteor app runs on localhost fine, but doesn't seem to be deploying to the server. As far as I can tell, there aren't any meteor processes running either. I've tried rebooting, restarting and all that jazz. Any thoughts?
Have you got SELinux enabled? Check out the bottom part of this gist.
If sudo cat /var/log/audit/audit.log | grep nginx | grep denied shows some lines, then that would be the issue.