Enable HTTP/2
To enable HTTP/2 connections, edit nginx site speciffic files.
$ sudo vi /etc/nginx/sites-available/www.lama-lab.mydns.jp.confAdd “http2” word at the end of listen sentence
listen 443 ssl;
http2 on;Then restart Nginx.
$ sudo systemctl restart nginxLast Updated on June 5, 2024 by lama-admin
Leave a Reply