Commit 1cd30bd2 authored by tywldx's avatar tywldx

f

parent 6e03b3e1
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
log_format access '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" $http_x_forwarded_for '
'"$upstream_addr" "$upstream_status" "$upstream_response_time" "$request_time" "$http_cookie"';
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
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