From ed4366be8d60d46dd7070cafd4c42e3f877ed76a Mon Sep 17 00:00:00 2001 From: Brendan Early Date: May 18 2021 22:06:35 +0000 Subject: turn off access log --- diff --git a/container/nginx.conf b/container/nginx.conf index aaba6dd..9155673 100644 --- a/container/nginx.conf +++ b/container/nginx.conf @@ -16,7 +16,7 @@ http { '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; - access_log stdout main; + access_log off; sendfile on; tcp_nopush on;