Update src/nginxconfig/generators/conf/drupal.conf.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>pull/146/head
parent
5d2b72c1f6
commit
9837de368e
|
@ -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'] = '';
|
||||
|
|
Loading…
Reference in New Issue