add http/2
This commit is contained in:
parent
0e26977dca
commit
84a6e0c1ab
4 changed files with 4 additions and 3 deletions
|
|
@ -61,7 +61,7 @@ Request Body:
|
|||
# basically instructs to create an individual listening socket for each worker process (using the SO_REUSEPORT
|
||||
# socket option), allowing a kernel to distribute incoming connections between worker processes.
|
||||
listen 8080 default_server reuseport;
|
||||
listen 8443 default_server ssl reuseport;
|
||||
listen 8443 default_server ssl http2 reuseport;
|
||||
|
||||
ssl_certificate /certs/certificate.crt;
|
||||
ssl_certificate_key /certs/privateKey.key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue