Role service-nginx-meshviewer: enable HTTP/2

This commit is contained in:
Julian Labus 2018-11-28 10:59:53 +01:00
parent ee5be5f477
commit 5efd7d889e
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ server {
}
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name {{ http_meshviewer_external }} {{ http_meshviewer_internal }};
ssl_certificate /etc/nginx/ssl/{{ inventory_hostname_short }}.{{ http_domain_external }}/fullchain.pem;