Closed
Description
Module S3 File System adds stream wrapper for using AWS S3 as a files storage in Drupal. It also integrates image styles, but it uses different path for first load - /s3/files/styles/...
This config for Nginx solves it (from s3fs README):
location ~ (^/s3/files/styles/|^/sites/.*/files/imagecache/|^/sites/default/themes/.*/includes/fonts/|^/sites/.*/files/styles/) {
expires max;
try_files $uri @rewrite;
}
Can I send PR with this modification (it has no effect for users without s3fs)?
Metadata
Metadata
Assignees
Labels
No labels