I should point out this minimal approach doesn't support https, so the 
admin console can't be reached.  Login also can't be used without https and 
ssl.  The digital ocean article shows how to enable ssl for cherrypy. 
 Hopefully, I can interpolate a bit and actually use nginx to do the https 
routing with ssl (as it works for uwsgi).

On Wednesday, June 3, 2015 at 10:06:00 AM UTC-7, Lewis wrote:
>
> This worked:  python anyserver.py -s cherrypy -i 0.0.0.0 -p 80 > logfile &
>
> I get the reverse proxy thing.   Currently, I have uwsgi behind nginx 
> which works. However, uwsgi's settings are twiddly; seem to change between 
> versions; the documentation, while extensive, is challenging; and I don't 
> need its features.  It seems Roberto, a frequent contributor here, promotes 
> uwsgi as both a web server in its own right and a load balancer. All fine, 
> but increases complexity.  
>
> I am looking for the most minimal wsgi "shim" instead of the more robust 
> uwsgi.  For this experimental site performance is not such a big deal.
>
> I have found Digital Ocean's documentation for many, many useful 
> configurations.  It provides a really great starting point.  Here:  
> https://www.digitalocean.com/community/tags/python?type=tutorials
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to