Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Nginx Optimization Tips?
PostPosted: Tue Sep 29, 2009 3:21 pm 
Offline
Senior Newbie

Joined: Sat Apr 04, 2009 7:51 pm
Posts: 12
What are some tweaks you guys do to optimize your EngineX servers?

I've enabled gzip compression, is there anything else I can do?

My sites are predominantly WordPress-based.


Top
   
 Post subject:
PostPosted: Thu Oct 01, 2009 4:22 am 
Offline
Newbie

Joined: Thu Oct 01, 2009 4:16 am
Posts: 2
Perhaps these:

Code:
   server_tokens off;
   worker_processes   2; # try -> grep -c processor /proc/cpuinfo
   worker_connections 1024;
   keepalive_timeout   10;
   send_timeout      12;
   sendfile        on;
   tcp_nodelay        on;
   gzip  on;
   gzip_min_length 640;
   gzip_types text/plain text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;

Also you may want to take a look at: http://ubuntuforums.org/showthread.php?p=6953724


Top
   
 Post subject:
PostPosted: Thu Oct 01, 2009 11:23 am 
Offline
Senior Member

Joined: Wed Jan 21, 2009 7:13 pm
Posts: 126
Location: Portugal
Hi,

there are some good tips here: https://calomel.org/nginx.html


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group