Skip to content

Commit 21890f1

Browse files
author
Alex Weber
committed
remove d7 image style config from d6 version
1 parent 9e434a7 commit 21890f1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

apps/drupal/drupal_boost6.conf

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,7 @@ location / {
102102
expires 30d;
103103
try_files $uri /index.php?q=$no_slash_uri&$args;
104104
}
105-
106-
## Drupal 7 generated image handling, i.e., imagecache in core. See:
107-
## http://drupal.org/node/371374.
108-
location ~* /files/styles/ {
109-
access_log off;
110-
expires 30d;
111-
try_files $uri /index.php?q=$no_slash_uri&$args;
112-
}
113-
105+
114106
## Advanced Aggregation module CSS
115107
## support. http://drupal.org/project/advagg.
116108
location ^~ /sites/default/files/advagg_css/ {

0 commit comments

Comments
 (0)