Resolve "image server with nginx and WSGI protocol"
- rework the image server
- run
nginx
as HTTPS front-end (port 443 only) - interface
web2py
andnginx
viagunicorn
(WSGI protocol) - dialog between
nginx
andgunicorn
is via an unix socket -
nginx
andgunicorn
run as root -
web2py
can run as root or as a selected user - new naming convention for docker image, e.g.
w2pegp-server
- Closes #4 (closed)
Edited by LE GAC Renaud