Hi, i'm trying to install Nginx to replace Apache on several Virtuzzo VPS. I'm experiencing a big performance problem. On the same server and on static files when acting as a reverse proxy, Apache is able to serve something like 10mbps, Nginx stops at 100-200kbps. This is the configuration: worker_processes 1; events { worker_connections 1024; } server { listen 81;by startup3k - Nginx Mailing List - English