...
Code Block | ||
---|---|---|
| ||
root@klappanas:~# systemctl status nginx |
Stub status module
Code Block | ||
---|---|---|
| ||
root@klappanas:~# nginx -V 2>&1 | grep -o with-http_stub_status_module
with-http_stub_status_module |
Checking the status page
Code Block | ||
---|---|---|
| ||
root@klappanas:~# wget -qO - http://127.0.0.1:8081/nginx_status
Active connections: 1
server accepts handled requests
398 398 398
Reading: 0 Writing: 1 Waiting: 0 |
Info |
---|
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...