Commit b2fa9401 authored by xuezj's avatar xuezj

测试ui日志

parent 36185fa4
#user nobody;
worker_processes 1;
error_log logs/error.log;
error_log logs/error.log notice;
error_log logs/error.log info;
error_log logs/error.log error;
#pid logs/nginx.pid;
pid logs/nginx.pid;
env SYSTEM_NAME;
events {
worker_connections 1024;
}
......@@ -31,7 +28,7 @@ http {
#keepalive_timeout 0;
keepalive_timeout 65;
#gzip on;
gzip on;
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