On Tuesday, January 12, 2016 at 1:22:24 PM UTC-5, Jason wrote:

This doesn't answer your question, but I would recommend using pserve and 
> waitress for development. 
>

We use nginx>uwsgi in production and nginx>pserve in development.  By 
keeping nginx consistent, it really minimized the differences between the 
two environments.  

There are still some differences, there are separate includes for each 
environment under nginx and uwsgi integrates differently than proxy-pass... 
but the deployments are similar enough that this works incredibly well.

tldr; use Jason's advice but you can also front port-80 with the same 
proxy/gateway/webserver in dev as you do in production.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to