Skip to content

Commit ac6b54d

Browse files
committed
remove logging
1 parent 48a7b54 commit ac6b54d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/BenchmarksApps/TLS/Nginx/config/nginx.conf

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
events {}
22

33
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)
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;

0 commit comments

Comments
 (0)