Hello,
I'm using the nginx free version and I need to collect status data like
number of connections, number of requests per second, failures, latency and
sent and received bytes. Is there a way to get these informations with the
nginx free version? I need more detailed status than the informed b
Thanks for your answer! It was exactly what I wanted. I'll use nginx-conf.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,265742,265769#msg-265769
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hello,
I need to create a web interface to configure my nginx reverse proxy. I only
know how to configure nginx with the configuration file. Is there another
way to change the configurations, like a REST API, so I can make it
dynamically?
Any tip will be very helpful,
Thanks.
Posted at Nginx F