diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-25 15:57:21 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-25 16:02:16 -0400 |
| commit | dd09f07d456ef2d81efdce3f2ca9d947c811581c (patch) | |
| tree | 654af431bd7c0e9d16ca0c90e45d11cd7c9d6b9a /nginx/nginx.conf | |
| parent | 15cdc9c6a7c34f9f5ff7d30023eebe61d32fd9d1 (diff) | |
add logging for TLS session reuse
Diffstat (limited to 'nginx/nginx.conf')
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index b9bd62dc..54e3d49b 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -73,7 +73,7 @@ http { # maintained by certbot-ocsp-fetcher ssl_stapling_file /var/cache/certbot-ocsp-fetcher/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"'; |
