LinuxServerTips & TricksTutorial

Konfigurasi HTTP2 Di Nginx

597
nginx
nginx

Konfigurasi HTTP2 di Nginx cukup simpel dengan tambahan yang tidak banyak dan hanya memastikan module HTTP2 sudah terinstall. Berikut gambaran proses HTTP2.

File konfigurasi Nginx

server {
  listen 443 http2 ssl chandan.io;
  ....
}

 

Link Referensi :

https://geekflare.com/http2-implementation-apache-nginx/

Exit mobile version
Verified by MonsterInsights