Updated Setting up Drupal 7 (markdown)

Theodotos Andreou 2018-01-14 23:21:48 +02:00
parent 473076507c
commit f05baeae51

@ -136,10 +136,6 @@ server {
log_not_found off;
deny all;
}
location ~ ^/sites/.*/files/(private|temp|tmp|backup_migrate) {
deny all;
}
}
```