From 225cdd15f83c80b57a72e1cb69c2cdd4f4315e5a Mon Sep 17 00:00:00 2001 From: liuchen <23082234@qq.com> Date: Sun, 4 Feb 2024 17:17:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 0ec811aa4..903bcf965 100644 --- a/nginx.conf +++ b/nginx.conf @@ -39,8 +39,8 @@ http { listen 25100; server_name_in_redirect off; server_name dev.ccwin-in.com; - access_log /var/log/nginx/access.log main; - error_log /var/log/nginx/error.log; + access_log /opt/sfms3.0/access.log main; + error_log /opt/sfms3.0/error.log; location /api/ { proxy_pass http://sfms3.0/; proxy_next_upstream http_500 http_502 http_503 http_504 error timeout invalid_header;