Hi Sean, I'm not sure what is going on, but that last basically just restarts/reloads gunicorn (gunicorn is what serves the django application). I would recommend comparing your nginx conf file (that should be placed on the server by fabric) with the one from Mezzanine, https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/project_template/deploy/nginx.conf
As far as I understand things, this line, https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/project_template/deploy/nginx.conf#L33, should proxy requests to your website to the upstream defined at the top (gunicorn) so it sounds like something isn't working with that for you. After that I would start looking into the gunicorn log files. On Fri, Apr 3, 2015 at 8:51 PM, Sean Grady <[email protected]> wrote: > I'm currently running Cartridge 0.9.5 with mezzanine3.1.0 and upon fab all > command the process does a full loop (executes all fabric commands such as > creating the database and restarting nginx and gunicorn) then gives me the > final lines: > > *$ **kill -HUP `cat /home/sg/project/project/gunicorn.pid`** ->* > > > [] out: sudo password: > > [] out: > > > Done. > > Disconnecting from [host]... done. > > Disconnecting from [host]... done. > > > The same happens when I try to run the command fab deploy so when I view > my website homepage I'm seeing > Welcome to nginx! > and not the expected mezzanine vanilla homepage that I was hoping for. > Could anyone provide any insight to this issue or know a similar post about > this issue? > I really appreciate the help if you're reading this!! > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
