Skip to content

Commit

Permalink
fix: support HTTP/2 and HTTP/3
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Jan 17, 2024
1 parent 9f8bb12 commit cfacd5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ http {
tcp_nodelay on;
server_tokens off;

http2 on;
http3 on;

keepalive_timeout 60s;
server_names_hash_bucket_size 128;
client_header_buffer_size 32k;
Expand Down

0 comments on commit cfacd5a

Please sign in to comment.