Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adds simple caching
  • Loading branch information
nmcginn committed Dec 14, 2014
1 parent aa4d910 commit 4ec501f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginxtest.conf
Expand Up @@ -10,4 +10,7 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://127.0.0.1:2370;
}
location ~* \.(htm?l|css|js) {
expires 24h;
}
}

0 comments on commit 4ec501f

Please sign in to comment.