about summary refs log tree commit diff
path: root/templates/nginx.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nginx.conf.j2')
-rw-r--r--templates/nginx.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2
index be3203d..73ce07c 100644
--- a/templates/nginx.conf.j2
+++ b/templates/nginx.conf.j2
@@ -11,7 +11,7 @@ server {
 {% if server.http_redirect is not defined or not server.http_redirect %}
   listen 80;
 {% endif %}
-  listen 443 ssl;
+  listen 443 ssl http2;
   server_name {{ server.name }};
 
   location / {