Nginx proxy for uwsgi container
domains
- list of domains (required)http_port
- default: 80ssl
- provide SSL connection channel (default: False)http_redirect
- if both above variable and this is set - provide :80->https redirectcert
- public SSL certificate pathcert_key
- private SSL certificate path
- hosts: servers
roles:
- { role: nginx_uwsgi_proxy, domains: [ example.com ] }
BSD