Nginx collect status data

2016-04-05 Thread marcosbontempo
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

Re: Nginx configuration

2016-03-31 Thread marcosbontempo
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

Nginx configuration

2016-03-30 Thread marcosbontempo
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