We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7938cff commit 991a3d7Copy full SHA for 991a3d7
dsf-docker-test-setup-3dic-ttp/proxy/nginx.conf
@@ -7,7 +7,8 @@ http {
7
8
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
9
'$status $body_bytes_sent "$http_referer" '
10
- '"$http_user_agent" "$http_x_forwarded_for"';
+ '"$http_user_agent" "$http_x_forwarded_for" $request_time';
11
+ access_log /dev/stdout main;
12
13
ssl_certificate /run/secrets/localhost.chain.crt;
14
ssl_certificate_key /run/secrets/localhost.key.plain;
0 commit comments