diff --git a/docker/nginx.conf b/docker/nginx.conf index 71093e6613f..65a1c662578 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -25,7 +25,8 @@ http { server_names_hash_bucket_size 64; types_hash_bucket_size 64; - log_format iacombined '$remote_addr_ipscrub $host $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" $request_time'; + # Logging / IP Anonymization + include /olsystem/etc/nginx/logging.conf; access_log /var/log/nginx/access.log iacombined; client_max_body_size 50m;