diff --git a/plugins/openresty/conf/nginx.conf b/plugins/openresty/conf/nginx.conf index b2740bcd2..b61a02d11 100644 --- a/plugins/openresty/conf/nginx.conf +++ b/plugins/openresty/conf/nginx.conf @@ -60,8 +60,8 @@ http server { - listen 8088; - server_name www.bt.cn; + listen 80; + server_name 0.0.0.0; index index.html index.htm index.php; root /www/server/phpmyadmin; diff --git a/plugins/openresty/conf/nginx_status.conf b/plugins/openresty/conf/nginx_status.conf index 1f9cdc9a2..e8dd05cef 100644 --- a/plugins/openresty/conf/nginx_status.conf +++ b/plugins/openresty/conf/nginx_status.conf @@ -1,5 +1,5 @@ server { - listen 6666; + listen 80; server_name 127.0.0.1; allow 127.0.0.1; location /nginx_status { diff --git a/plugins/openresty/index.html b/plugins/openresty/index.html index 36566c1de..96eef2317 100755 --- a/plugins/openresty/index.html +++ b/plugins/openresty/index.html @@ -1,7 +1,7 @@
活动连接(Active connections) | " + rdata.active + " |
---|---|
总连接次数(accepts) | " + rdata.accepts + " |
总握手次数(handled) | " + rdata.handled + " |
总请求数(requests) | " + rdata.requests + " |
请求数(Reading) | " + rdata.Reading + " |
响应数(Writing) | " + rdata.Writing + " |
驻留进程(Waiting) | " + rdata.Waiting + " |