From 592e9d1841ed60af45565c80c12c11efbd8ec4b7 Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Tue, 24 Dec 2024 02:47:30 +0600 Subject: [PATCH] cha2524222 --- docker/nginx/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf index 7475b6a..8774969 100644 --- a/docker/nginx/nginx.conf +++ b/docker/nginx/nginx.conf @@ -15,10 +15,8 @@ http { '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; - access_log /var/log/nginx/access.log main; sendfile on; keepalive_timeout 65; - include /etc/nginx/conf.d/*.conf; } \ No newline at end of file