Hello,<br><br>I got a server running 
                            
                                
                                                                        
Intel Xeon-Nehalem 5520-Quadcore 2.2GHz + 12 gb ram. I got the following conf in my nginx, is it a good choice? But sometimes, I still found the wordpress sites are kind of slow. Sometimes, it just take s longer time to load a page and after that, the server just back to normal(wp super cache is already running).<br>
<br>worker_processes  4;<br>worker_rlimit_nofile 10240;<br><br>#error_log  logs/error.log;<br>#error_log  logs/error.log  notice;<br>#error_log  logs/error.log  info;<br><br>#pid        logs/nginx.pid;<br><br><br>events {<br>
#    worker_connections  1024;<br>}<br><br>Thanks.<br><br>Max<br>