Nginx

From Sasara
Revision as of 23:21, 1 March 2026 by Rubenerd (talk | contribs) (Created page with "'''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; } Category:Tech")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
}