aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;