location / {
proxy_pass ;
keepalive_timeout 0;
}
# 配置健康检查的状态监控页
# check_status [html|csv|json]
# 也可以在请求监控页的时候带上参数以输出不同的格式,/status?format=html | /status?format=csv | /status?format=json
location /status {
check_status html;
access_log off;
}
location ~ /.svn/ {
deny all;
}
access_log /alidata/log/nginx/access/evalue.log json;
}
Linux公社的RSS地址:https://www.linuxidc.com/rssFeed.aspx