Merge "Fix Skyline API Server TLS configuration"

This commit is contained in:
Zuul 2024-03-19 15:41:48 +00:00 committed by Gerrit Code Review
commit 9874e775ec
1 changed files with 4 additions and 0 deletions

View File

@ -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,