We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccf882 commit 9e434a7Copy full SHA for 9e434a7
apps/drupal/drupal_boost.conf
@@ -63,19 +63,6 @@ location / {
63
log_not_found off;
64
}
65
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
79
## Drupal 7 generated image handling, i.e., imagecache in core. See:
80
## http://drupal.org/node/371374.
81
location ~* /files/styles/ {
0 commit comments