Skip to content

Commit 9e434a7

Browse files
author
Alex Weber
committed
remove d6 imagecache config from d7 version
1 parent eccf882 commit 9e434a7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

apps/drupal/drupal_boost.conf

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,6 @@ location / {
6363
log_not_found off;
6464
}
6565

66-
## If accessing an image generated by Drupal 6 imagecache, serve it
67-
## directly if available, if not relay the request to Drupal to (re)generate
68-
## the image.
69-
location ~* /imagecache/ {
70-
## Image hotlinking protection. If you want hotlinking
71-
## protection for your images uncomment the following line.
72-
#include apps/drupal/hotlinking_protection.conf;
73-
74-
access_log off;
75-
expires 30d;
76-
try_files $uri @drupal;
77-
}
78-
7966
## Drupal 7 generated image handling, i.e., imagecache in core. See:
8067
## http://drupal.org/node/371374.
8168
location ~* /files/styles/ {

0 commit comments

Comments
 (0)