From e4ffdaaa309b162575996de79d5a91e438bba25a Mon Sep 17 00:00:00 2001 From: Karim <37943746+ksaadDE@users.noreply.github.com> Date: Wed, 1 Sep 2021 21:19:00 +0000 Subject: [PATCH] http2? http2? don't forget to remind that the SSL cert.pem and key.pem need to be linked :p --- nginx/conf.d/booking.example.com.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d/booking.example.com.conf b/nginx/conf.d/booking.example.com.conf index cd8aaed6..42465a0f 100644 --- a/nginx/conf.d/booking.example.com.conf +++ b/nginx/conf.d/booking.example.com.conf @@ -1,6 +1,6 @@ server { server_name booking.example.com; - listen 443 ssl; + listen 443 http2; #SSL parameters in extra file include /etc/acme-sh/options-ssl-nginx.conf;