nginx xhange for http2

This commit is contained in:
2024-07-17 13:31:25 +02:00
parent 35dc1cbc09
commit 598158ae2b

View File

@@ -16,7 +16,8 @@ http {
}
server {
listen 443 ssl http2;
listen 443 ss;
http2 on;
# use the certificates
ssl_certificate /etc/letsencrypt/live/mzansi-innovation-hub.co.za/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/mzansi-innovation-hub.co.za/privkey.pem;