Use HTTP/2 for nginx
This commit is contained in:
parent
2b1ce0b56c
commit
f9d480335f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# {{ ansible_managed }}
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
server_name {{ site_name }};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue