nginx xhange for http2
This commit is contained in:
parent
35dc1cbc09
commit
598158ae2b
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ss;
|
||||||
|
http2 on;
|
||||||
# use the certificates
|
# use the certificates
|
||||||
ssl_certificate /etc/letsencrypt/live/mzansi-innovation-hub.co.za/fullchain.pem;
|
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;
|
ssl_certificate_key /etc/letsencrypt/live/mzansi-innovation-hub.co.za/privkey.pem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue