user www www; worker_processes 2; error_log /usr/local/nginx/logs/nginx_error.log crit; pid /usr/local/nginx/logs/nginx.pid; #Specifies the value for maximum file descriptors that can be opened by this process. worker_rlimit_nofile 51200; events { us…
logback.xml <!-- if debug set to true, context info always print otherwise the contex info will print when error occour --> <configuration scan="true" scanPeriod="60 seconds" debug="false"> <appender name="…