Commit 634e6b81 authored by xuezj's avatar xuezj

测试ui日志

parent 995aed41
#user nobody; #user nobody;
worker_processes 1; worker_processes 1;
error_log /home/quant_group/logs/error.log notice; error_log logs/error.log error;
pid logs/nginx.pid; pid logs/nginx.pid;
...@@ -20,7 +20,7 @@ http { ...@@ -20,7 +20,7 @@ http {
'$status $body_bytes_sent "$http_referer" ' '$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for" $upstream_response_time $request_time'; '"$http_user_agent" "$http_x_forwarded_for" $upstream_response_time $request_time';
access_log /home/quant_group/logs/access.log main; access_log logs/access.log main;
sendfile on; sendfile on;
#tcp_nopush on; #tcp_nopush on;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment