Commit ddbc5e86 authored by daidekun's avatar daidekun

默认日志为止

parent 9892dd7d
worker_processes 1; worker_processes 1;
error_log /usr/local/openresty/nginx/logs/error.log warn;
access_log /usr/local/openresty/nginx/logs/access.log main;
events { events {
worker_connections 1024; worker_connections 1024;
} }
......
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