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-16 16:19:53 +01:00 committed by GitHub
parent 5d2b72c1f6
commit 9837de368e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default global => {
config['# Drupal: allow image styles to be handled by the CMS'] = '';
config['location ~ ^/sites/[^/]+/files/styles/'] = {
try_files: '$uri /index.php?q=$uri&$args;',
try_files: '$uri /index.php?q=$uri&$args',
};
config['# Drupal: handle private files'] = '';