Skip to content

Commit

Permalink
add logging for TLS session reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Apr 25, 2024
1 parent fc17f9c commit 5cd089b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ http {
# maintained by certbot-ocsp-fetcher
ssl_stapling_file /var/cache/certbot-ocsp-fetcher/discuss.grapheneos.org.der;

log_format main '$connection-$connection_requests $remote_addr $remote_user $ssl_protocol $server_protocol '
log_format main '$connection-$connection_requests $remote_addr $remote_user $ssl_session_reused $ssl_protocol $server_protocol '
'$host $request_method "$request_uri" $status $request_length $body_bytes_sent/$bytes_sent '
'$request_time $upstream_connect_time/$upstream_header_time/$upstream_response_time '
'$upstream_cache_status "$http_referer" "$http_user_agent"';
Expand Down

0 comments on commit 5cd089b

Please sign in to comment.