Commit b2fa9401 authored by xuezj's avatar xuezj

测试ui日志

parent 36185fa4
#user nobody; #user nobody;
worker_processes 1; worker_processes 1;
error_log logs/error.log; error_log logs/error.log error;
error_log logs/error.log notice;
error_log logs/error.log info;
#pid logs/nginx.pid; pid logs/nginx.pid;
env SYSTEM_NAME; env SYSTEM_NAME;
events { events {
worker_connections 1024; worker_connections 1024;
} }
...@@ -31,7 +28,7 @@ http { ...@@ -31,7 +28,7 @@ http {
#keepalive_timeout 0; #keepalive_timeout 0;
keepalive_timeout 65; keepalive_timeout 65;
#gzip on; gzip on;
include /usr/local/openresty/nginx/conf/conf.d/*.conf; include /usr/local/openresty/nginx/conf/conf.d/*.conf;
} }
\ No newline at end of file
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