Skip to content
Snippets Groups Projects
Commit ba9a4543 authored by Uwe Jäger's avatar Uwe Jäger Committed by Michal Nasiadka
Browse files

Fix Skyline API Server TLS configuration

Closes-Bug: #1998417

Change-Id: Ib6c725880caaa7f39bb269bd8398f3894eb033c5
parent a3f3dc7a
No related branches found
No related tags found
Loading
......@@ -20,6 +20,10 @@ timeout = {{ skyline_gunicorn_timeout }}
keepalive = {{ skyline_gunicorn_keepalive }}
reuse_port = True
proc_name = "{{ project_name }}"
{% if skyline_ssl_certfile and skyline_ssl_keyfile %}
keyfile = "{{ skyline_ssl_keyfile }}"
certfile = "{{ skyline_ssl_certfile }}"
{% endif %}
logconfig_dict = {
"version": 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment