Skip to content

Commit

Permalink
Cache Cassette bundles via Nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Apr 13, 2014
1 parent 0c56905 commit 7901ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Daniel15.Web/nginx.conf
Expand Up @@ -10,7 +10,7 @@ server {
# Handles only caching certain URLs
map $uri $dan_no_cache {
default 1;
~^/combined/ 0;
~^/cassette.axd/ 0;
/ 0;
/blog 0;
~^/sig/ 0;
Expand Down

0 comments on commit 7901ca5

Please sign in to comment.