Skip to content

Instantly share code, notes, and snippets.

@tomykaira
Created November 6, 2015 08:40
Show Gist options
  • Save tomykaira/63d7c5edfdc9f9806ecb to your computer and use it in GitHub Desktop.
Save tomykaira/63d7c5edfdc9f9806ecb to your computer and use it in GitHub Desktop.
log ssl_client_verify to stdout
+ log_format combined2 '$remote_addr - $remote_user [$time_local] '
+ '"$request" $status $body_bytes_sent '
+ '"$http_referer" "$http_user_agent" $ssl_client_verify';
+ access_log /dev/stdout combined2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment