nginx 从链接查看状态

在宝塔

添加

location /ngx_status
{
	stub_status on;
	access_log off;
	#allow 127.0.0.1;
	#deny all;
}

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注