aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-01-07 01:44:55 +0000
committerMike Crute <mike@crute.us>2020-01-07 01:44:55 +0000
commite4f7da029c28cebb4ef5c467fa89bd30daff8f16 (patch)
treea57c87a6fcdf2673aec3d51643adc38444d7118f
parent922bd435464d79aa695fb14bbf8be6cb8b25526f (diff)
downloaddockerfiles-e4f7da029c28cebb4ef5c467fa89bd30daff8f16.tar.bz2
dockerfiles-e4f7da029c28cebb4ef5c467fa89bd30daff8f16.tar.xz
dockerfiles-e4f7da029c28cebb4ef5c467fa89bd30daff8f16.zip
nginx: write default access log
-rw-r--r--nginx-common/conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx-common/conf/nginx.conf b/nginx-common/conf/nginx.conf
index a9bb86c..8bbbd41 100644
--- a/nginx-common/conf/nginx.conf
+++ b/nginx-common/conf/nginx.conf
@@ -16,7 +16,7 @@ http {
16 '"$request" $status $body_bytes_sent ' 16 '"$request" $status $body_bytes_sent '
17 '"$http_referer" "$http_user_agent"'; 17 '"$http_referer" "$http_user_agent"';
18 18
19 access_log /dev/stdout combined_host; 19 access_log /logs/default.log combined_host;
20 20
21 sendfile on; 21 sendfile on;
22 tcp_nopush on; 22 tcp_nopush on;