Skip to content

Resolve "image server with nginx and WSGI protocol"

LE GAC Renaud requested to merge 4-nginx-uwsgi-py37 into master
  • rework the image server
  • run nginx as HTTPS front-end (port 443 only)
  • interface web2py and nginx via gunicorn (WSGI protocol)
  • dialog between nginx and gunicorn is via an unix socket
  • nginx and gunicorn 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

Merge request reports

Loading