diff options
author | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-05-25 14:11:16 +0200 |
---|---|---|
committer | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-05-25 14:44:50 +0200 |
commit | 0174f9ceb69be96443a191d6c53f68ab7eb93d2b (patch) | |
tree | e0dcd847ffaafccc7a6a99ba74b37bca124d6e1c /templates | |
parent | Fix paths in nginx conf (diff) |
Enable http2
Diffstat (limited to 'templates')
-rw-r--r-- | templates/nginx.conf.j2 | 2 |
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 / { |