Skip to content

Commit

Permalink
add comment on nginx option ssl_early_data
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Dec 30, 2023
1 parent a3d2f70 commit e0eca83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ http {
# increase concurrency performance
keepalive_requests 1000;
http2 on;
# 0-RTT QUIC connection resumption
ssl_early_data on;

map $remote_addr $not_logging {
Expand Down

0 comments on commit e0eca83

Please sign in to comment.