Nginx Tuning

2017-07-04 Thread guruprasads
Hi, I am trying to tune nginx server. I want to restrict number of client connection per server and restrict bandwidth. I tried worker_connections 2; for max connections in nginx.conf file. but its connecting only after worker_connection value set to 7. my conf file look like below. user ngin

Configure Nginx for virtual hosts with same port

2017-06-20 Thread guruprasads
Hi all, I am trying to configure 3 virtual hosts for single server with same port, but php is not working for all virtual hosts. My requirement is as below, IP:port-A/ IP:port-A/local IP:port-A/viewer These 3 virtual hosts i want to configure, only html contents are displaying on browser, if i