Nginx - enable nginx status: различия между версиями
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Admin iph (обсуждение | вклад) (Новая страница: « Включаем nginx_status: # vi /etc/nginx/vhosts/my_site.com добавляем location {}: location /nginx_status { stub_status on; ac...») |
Admin iph (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
+ | [[Файл:B_1.gif |link=https://bit.ly/3tbFsd6| Доступная цена]] | ||
Текущая версия на 14:33, 22 декабря 2014
Включаем nginx_status:
# vi /etc/nginx/vhosts/my_site.com добавляем location {}: location /nginx_status { stub_status on; access_log off; allow 78.xx.xx.xx; deny all; }
где 78.xx.xx.xx - Ваш IP. Заходим по http://my_site.com/nginx_status
Пример статистики:
Active connections: 387 server accepts handled requests 18295 18295 73460 Reading: 0 Writing: 16 Waiting: 371