Deploying Pylons with Nginx reverse proxy?
        Posted  
        
            by resopollution
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by resopollution
        
        
        
        Published on 2009-07-01T20:06:12Z
        Indexed on 
            2010/04/28
            19:47 UTC
        
        
        Read the original article
        Hit count: 685
        
Is there a tutorial on how to deploy Pylons with Nginx?
I've been able to start nginx and then serve pylons to :8080 with paster serve development.ini
However, I can't seem to do other stuff as pylons locks me into that serve mode. If I try to CTRL+Z out of pylons serving to do other stuff on my server, pylons goes down.
There must be a different method of deployment.
PS - I've done all this: http://wiki.pylonshq.com/display/pylonscookbook/Running+Pylons+with+NGINX?showComments=true#comments
I just have no clue what to do with the Pylons app other than paster serve. Not sure if tehre is a different method.
© Stack Overflow or respective owner