Skip to content

Commit 6a980f4

Browse files
author
Harvey
committed
add http2 to 7.2 version
1 parent 705d90d commit 6a980f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/nginx-site-ssl.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
server {
2-
listen 443 ssl;
3-
listen [::]:443 ssl ipv6only=on; ## listen for ipv6
2+
listen 443 ssl http2;
3+
listen [::]:443 ssl https2 ipv6only=on; ## listen for ipv6
44

55
root /var/www/html;
66
index index.php index.html index.htm;

0 commit comments

Comments
 (0)