1
dxwwym Apr 7, 2016 via iPhone
擦,回去看自己的日志去
|
2
gamexg Apr 7, 2016 开了代理功能,被人扫到了吧?
|
3
mongost3t Apr 7, 2016 server_name 没设置吧
|
5
ri0day Apr 7, 2016 放到你 nginx.conf 里 ,任何不是你的 servername 的都会拒绝
``` server { listen 80 default; allow 127.0.0.1; deny all; location /server_status { stub_status on; access_log off; } } ``` |
6
vwhenx Apr 7, 2016 仔细看下你的 nginx 配置,你一定是开了代理。
|
7
shizzmk Apr 7, 2016
配置設定問題
|
9
meizhile OP |
10
liuzuo Apr 8, 2016 via Android
曾经我的 Apache 也是这么中招的。
|