MihaiM Asked: 2010-10-01 03:26:28 +0800 CST2010-10-01 03:26:28 +0800 CST 2010-10-01 03:26:28 +0800 CST Nginx status per vhost 772 Is there any nginx plugin that can display the stats that normal mod_status is displaying, but per vhost? Thanks. nginx stats 1 Answers Voted Best Answer Ferri Sutanto 2015-11-01T04:42:37+08:002015-11-01T04:42:37+08:00 Sorry bump old post, but now you can use this module to see traffic status per vhost https://github.com/vozlt/nginx-module-vts You need to manually re-compile your nginx, and add this block to your site config location /status { vhost_traffic_status_display; vhost_traffic_status_display_format html; }
Sorry bump old post, but now you can use this module to see traffic status per vhost
https://github.com/vozlt/nginx-module-vts
You need to manually re-compile your nginx, and add this block to your site config