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;