nginx: enable http2 protocol
This commit is contained in:
parent
84db430875
commit
6cd29b72a7
2 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@ upstream upstream_{{ site }} {
|
|||
}
|
||||
{% endif %}
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
server_name {{ site }};
|
||||
|
||||
ssl_certificate {{ tls_certs }}/{{ site }}-fullchain.crt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue