(March 10, 2012 at 10:33 pm)LittleMissAwesome Wrote: What kind of things do you fix?
Server misconfigurations mainly. I'd pretend it's something exciting and special, but it's really not

Shit like this is just annoying to configure properly:
Code:
location ~* \.(ico|css|js|gif|jpe?g|png)$ {
expires max;
add_header Pragma public;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
}