开启Nginx的状态监控页面
2010年2月24日
没有评论
第一步:编译Nginx的时候添加参数:--with-http_stub_status_module
例如:
cd nginx-0.8.15/ ./configure --user=www --group=www --prefix=/usr/local/webserver/nginx --with-http_stub_status_module --with-http_ssl_module make && make install
第二步:修改Nginx配置文件nginx.conf
vi /usr/local/webserver/nginx/conf/nginx.conf
在HTTP段中添加
阅读全文...
最新评论