diff --git a/Setting-up-Drupal-7.md b/Setting-up-Drupal-7.md index 03917cc..a9a9e52 100644 --- a/Setting-up-Drupal-7.md +++ b/Setting-up-Drupal-7.md @@ -136,10 +136,6 @@ server { log_not_found off; deny all; } - - location ~ ^/sites/.*/files/(private|temp|tmp|backup_migrate) { - deny all; - } } ```