Skip to content

Instantly share code, notes, and snippets.

@phuesler
Created July 8, 2009 11:02
Show Gist options
  • Save phuesler/142745 to your computer and use it in GitHub Desktop.
Save phuesler/142745 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name localhost;
root /home/kafka/apps/cootweet/public; # <--- be sure to point to 'public'!
passenger_enabled on;
location ~* \.(ico|css|js|gif|jp?g|png)(\?[0-9]+)?$ {
expires max;
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment