aboutsummaryrefslogtreecommitdiffstats
path: root/nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf')
-rw-r--r--nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf b/nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf
index aec103f..ee220e2 100644
--- a/nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf
+++ b/nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf
@@ -32,7 +32,7 @@ http {
include mime.types;
#default_type text/html;
- log_format main '$remote_addr - $remote_user [$time_local] $request_id "$request" '
+ log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status request_processing_time:$request_time upstream_response_time:$upstream_response_time '
'"$http_referer" "$http_user_agent" "$http_x_forwarded_for"';