From e8002afdc9d1655583ebc9d6236133521c13ba69 Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Tue, 24 Dec 2024 02:49:31 +0600 Subject: [PATCH] cha2524222fv --- docker/nginx/nginx.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf index 3d330c5..1a1dbcd 100644 --- a/docker/nginx/nginx.conf +++ b/docker/nginx/nginx.conf @@ -10,10 +10,7 @@ events { http { default_type application/octet-stream; - log_format main '$remote_addr - $remote_user [$time_local] "$request" ' - '$status $body_bytes_sent "$http_referer" ' - '"$http_user_agent" "$http_x_forwarded_for"'; - + sendfile on; keepalive_timeout 65;