problemas com a visualização de ficheiros privados do drupal no nginx
28 Dec 2015
location ~* ^(?!/system/files).*\.(js|css|png|jpg|jpeg|gif|ico)$ {
# If the image does not exist, maybe it must be generated by drupal (imagecache)
try_files $uri @drupal;
expires 7d;
log_not_found off;
}