roles/nginx: fix http2 syntax
This commit is contained in:
@ -32,8 +32,9 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
http2 on;
|
||||
|
||||
root {{ document_root }};
|
||||
|
||||
|
Reference in New Issue
Block a user