Permalink
Browse files
relax imagecache directory name
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
conf/drupal_common
|
@@ -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;
|
|
|
0 comments on commit
b17b08b