Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
ba9a4543
Commit
ba9a4543
authored
1 year ago
by
Uwe Jäger
Committed by
Michal Nasiadka
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix Skyline API Server TLS configuration
Closes-Bug: #1998417 Change-Id: Ib6c725880caaa7f39bb269bd8398f3894eb033c5
parent
a3f3dc7a
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/skyline/templates/gunicorn.py.j2
+4
-0
4 additions, 0 deletions
ansible/roles/skyline/templates/gunicorn.py.j2
with
4 additions
and
0 deletions
ansible/roles/skyline/templates/gunicorn.py.j2
+
4
−
0
View file @
ba9a4543
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment