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 1
1
events {}
2
2
3
3
http {
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)
9
5
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;
11
12
12
13
server {
13
14
listen 8080 ssl ;
You can’t perform that action at this time.
0 commit comments