Skip to content

Commit

Permalink
relax imagecache directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
yhager committed Feb 12, 2010
1 parent 22f8a36 commit b17b08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/drupal_common
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

# serve imagecache files directly or redirect to drupal if they do not exist
location ^~ /files/imagecache {
location ~* imagecache {
access_log off;
expires 30d;
try_files $uri @drupal;
Expand Down

0 comments on commit b17b08b

Please sign in to comment.