安装Nginx时加上        –with-http_stub_status_module 

在nginx.conf

server

location /nginx_status {
                stub_status on;
                access_log off;
                allow 113.106.106.98;
                deny all;
        }

 

相关文章:

  • 2021-05-03
  • 2021-10-29
  • 2021-12-08
  • 2020-07-30
  • 2022-01-30
  • 2021-07-06
猜你喜欢
  • 2022-02-13
  • 2022-02-20
  • 2021-07-21
相关资源
相似解决方案