Merge "Enable HTTP2 for Keystone when TLS is enabled"
This commit is contained in:
commit
f784e46bf3
@ -1,7 +1,7 @@
|
||||
# {{ ansible_managed }}
|
||||
server {
|
||||
{% if enable_tls | bool %}
|
||||
listen 5000 ssl;
|
||||
listen 5000 ssl http2;
|
||||
ssl_certificate {{ tls_certificate_path }};
|
||||
ssl_certificate_key {{ nginx_private_key_path }};
|
||||
{% else %}
|
||||
|
Loading…
Reference in New Issue
Block a user