Skip to content

Commit 991a3d7

Browse files
committed
enabled custom nginx log format and added request time in dev setup
1 parent 7938cff commit 991a3d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dsf-docker-test-setup-3dic-ttp/proxy/nginx.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ http {
77

88
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
99
'$status $body_bytes_sent "$http_referer" '
10-
'"$http_user_agent" "$http_x_forwarded_for"';
10+
'"$http_user_agent" "$http_x_forwarded_for" $request_time';
11+
access_log /dev/stdout main;
1112

1213
ssl_certificate /run/secrets/localhost.chain.crt;
1314
ssl_certificate_key /run/secrets/localhost.key.plain;

0 commit comments

Comments
 (0)