Update src/nginxconfig/generators/conf/drupal.conf.js

Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
pull/146/head
Alexandre Dias 2020-06-15 15:08:18 +01:00 committed by GitHub
parent 3e92a289de
commit 80e7f251d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export default global => {
deny: 'all',
};
config['# Allow image styles to be handled by the CMS.'] = '';
config['# Drupal: allow image styles to be handled by the CMS'] = '';
config['location ~ ^/sites/[^/]+/files/styles/'] = {
try_files: '$uri @rewrite',
};