Nginx
From Sasara
nginx is a web server and reverse proxy that performs so well, we live with its configuration syntax. This is a page of our notes.
Enable HTTP2
server {
http2 on;
}
nginx is a web server and reverse proxy that performs so well, we live with its configuration syntax. This is a page of our notes.
server {
http2 on;
}