Files @ d9ba7498c212
Branch filter:

Location: majic-ansible-roles/roles/web_server/templates/tls.conf.j2

branko
MAR-98: Updated Gunicorn/futures version in wsgi_website role. Update wsgi_website role to make it possible to deploy WSGI server via requirements files (which will also deploy files for doing upgrade checks).
ssl_protocols {{ web_server_tls_protocols | join(" ") }};
ssl_ciphers {{ web_server_tls_ciphers }};