File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
src/BenchmarksApps/TLS/Nginx/config Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11events {}
22
33http {
4- # to log SSL context around request
5- log_format ssl_logs '$remote_addr - $remote_user [$time_local] "$request" '
6- '$status $body_bytes_sent "$http_referer" '
7- '"$http_user_agent" "$http_x_forwarded_for" '
8- '[$ssl_protocol] [$ssl_cipher]' ;
4+ # uncomment the following to enable SSL data logging (protocol + cipher)
95
10- access_log /var/log/nginx/access.log ssl_logs;
6+ # log_format ssl_logs '$remote_addr - $remote_user [$time_local] "$request" '
7+ # '$status $body_bytes_sent "$http_referer" '
8+ # '"$http_user_agent" "$http_x_forwarded_for" '
9+ # '[$ssl_protocol] [$ssl_cipher]';
10+
11+ # access_log /var/log/nginx/access.log ssl_logs;
1112
1213 server {
1314 listen 8080 ssl ;
You can’t perform that action at this time.
0 commit comments