Skip to content

Commit

Permalink
nginx stopping drupal image cache generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 22, 2012
1 parent cd1aacb commit f19a150
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/drupal/templates/nginx/vhost.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ server
location @cleanurl {
rewrite ^/(.*)$ /index.php?q=$1 last;
}

location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
expires max;
log_not_found off;
access_log off;
}

location ~ \.php$ {
try_files $uri =404;
Expand Down

0 comments on commit f19a150

Please sign in to comment.