Skip to content

Commit

Permalink
Merge pull request #226 from huandu/master
Browse files Browse the repository at this point in the history
Fix a config error in the last sample in README
  • Loading branch information
James Fryman committed Jan 8, 2014
2 parents 7086aea + a7436db commit cd06f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ Virtual host config for serving puppet master:
access_log => '/var/log/nginx/puppet_access.log',
error_log => '/var/log/nginx/puppet_error.log',
passenger_cgi_param => {
'SSL_CLIENT_S_DN' => '$ssl_client_s_dn',
'SSL_CLIENT_VERIFY' => '$ssl_client_verify',
'HTTP_X_CLIENT_DN' => '$ssl_client_s_dn',
'HTTP_X_CLIENT_VERIFY' => '$ssl_client_verify',
},
}

0 comments on commit cd06f35

Please sign in to comment.