Nginx

From Sasara
Jump to navigationJump to search

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;
}