add private file path for uploading files

This commit is contained in:
2024-12-12 16:46:00 +01:00
parent 9655aee9f3
commit ffbb97adc3

View File

@@ -610,7 +610,7 @@ $settings['update_free_access'] = FALSE;
* See https://www.drupal.org/documentation/modules/file for more information * See https://www.drupal.org/documentation/modules/file for more information
* about securing private files. * about securing private files.
*/ */
# $settings['file_private_path'] = ''; $settings['file_private_path'] = 'web/sites/default/files/private';
/** /**
* Temporary file path: * Temporary file path: