Added http2 for nginx
This commit is contained in:
@@ -10,8 +10,8 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
server_name %hostname;
|
||||
root %app_instance_path;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user